summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy06
diff options
context:
space:
mode:
authorDryice Dong Liu <dryice@FreeBSD.org>2007-06-16 08:58:03 +0000
committerDryice Dong Liu <dryice@FreeBSD.org>2007-06-16 08:58:03 +0000
commit43dc391f35a0897c6af0c1a8146bc12687e60ed4 (patch)
treea852ed92c990eb279fe14ab520a37ea39fcff000 /databases/py-sqlalchemy06
parentThis port can only be used on 4.x, so schedule to deorbit. (diff)
- update to 0.3.8
- catch up the EXAMPLEDIR change
Notes
Notes: svn path=/head/; revision=193640
Diffstat (limited to 'databases/py-sqlalchemy06')
-rw-r--r--databases/py-sqlalchemy06/Makefile4
-rw-r--r--databases/py-sqlalchemy06/distinfo6
-rw-r--r--databases/py-sqlalchemy06/pkg-plist21
3 files changed, 5 insertions, 26 deletions
diff --git a/databases/py-sqlalchemy06/Makefile b/databases/py-sqlalchemy06/Makefile
index b8d6711efb68..0cf67717562f 100644
--- a/databases/py-sqlalchemy06/Makefile
+++ b/databases/py-sqlalchemy06/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sqlalchemy
-PORTVERSION= 0.3.7
+PORTVERSION= 0.3.8
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \
@@ -49,7 +49,7 @@ PORTDOCS= adv_datamapping.html alphaapi.html \
.endif
PORTEXAMPLES= adjacencytree association backref collections graphs \
- pickle polymorph vertical
+ pickle polymorph poly_assoc vertical
.include <bsd.port.pre.mk>
diff --git a/databases/py-sqlalchemy06/distinfo b/databases/py-sqlalchemy06/distinfo
index 85c1de86ba54..f7b2e078211e 100644
--- a/databases/py-sqlalchemy06/distinfo
+++ b/databases/py-sqlalchemy06/distinfo
@@ -1,3 +1,3 @@
-MD5 (SQLAlchemy-0.3.7.tar.gz) = f3314698a270e8fc6a69fe95e98cf34e
-SHA256 (SQLAlchemy-0.3.7.tar.gz) = 3db2b4509541cc568bbcc1110f013c622cb648670d04cc686085fe9f6d1c1c12
-SIZE (SQLAlchemy-0.3.7.tar.gz) = 879706
+MD5 (SQLAlchemy-0.3.8.tar.gz) = 6c1036020e0b6dad192c170aef891bb1
+SHA256 (SQLAlchemy-0.3.8.tar.gz) = 92d2ca1e0eaa3250730c74fee0b35a896e5c0b052cdcb209a599896dce4ebdf4
+SIZE (SQLAlchemy-0.3.8.tar.gz) = 918082
diff --git a/databases/py-sqlalchemy06/pkg-plist b/databases/py-sqlalchemy06/pkg-plist
index 732f431cce59..5e8bcbae02c0 100644
--- a/databases/py-sqlalchemy06/pkg-plist
+++ b/databases/py-sqlalchemy06/pkg-plist
@@ -1,24 +1,3 @@
@unexec %%PREFIX%%/bin/easy_install -q -N -m -x -S %%PREFIX%%/%%PYTHON_SITELIBDIR%% %%EGG%%
%%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
-%%EXAMPLEDIR%%/adjacencytree/basic_tree.py
-%%EXAMPLEDIR%%/adjacencytree/byroot_tree.py
-%%EXAMPLEDIR%%/association/basic_association.py
-%%EXAMPLEDIR%%/association/proxied_association.py
-%%EXAMPLEDIR%%/backref/backref_tree.py
-%%EXAMPLEDIR%%/collections/large_collection.py
-%%EXAMPLEDIR%%/graphs/graph1.py
-%%EXAMPLEDIR%%/pickle/custom_pickler.py
-%%EXAMPLEDIR%%/polymorph/concrete.py
-%%EXAMPLEDIR%%/polymorph/polymorph.py
-%%EXAMPLEDIR%%/polymorph/single.py
-%%EXAMPLEDIR%%/vertical/vertical.py
-@dirrm %%EXAMPLEDIR%%/adjacencytree
-@dirrm %%EXAMPLEDIR%%/association
-@dirrm %%EXAMPLEDIR%%/backref
-@dirrm %%EXAMPLEDIR%%/collections
-@dirrm %%EXAMPLEDIR%%/graphs
-@dirrm %%EXAMPLEDIR%%/pickle
-@dirrm %%EXAMPLEDIR%%/polymorph
-@dirrm %%EXAMPLEDIR%%/vertical
-@dirrm %%EXAMPLEDIR%%
@exec %%PREFIX%%/bin/easy_install -q -N -S %%PREFIX%%/%%PYTHON_SITELIBDIR%% %%EGG%%