- Update to 0.3.3
PR: 106778 Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= sqlalchemy
|
||||
PORTVERSION= 0.3.1
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \
|
||||
http://dryice.name/computer/FreeBSD/distfiles/
|
||||
MASTER_SITE_SUBDIR= sqlalchemy
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= SQLAlchemy-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dryice@dryice.name
|
||||
@@ -35,12 +36,15 @@ OPTIONS+= SQLITE "support Sqlite" on
|
||||
PORTDOCS= adv_datamapping.html alphaapi.html \
|
||||
alphaimplementation.html datamapping.html \
|
||||
dbengine.html docs.css docstrings.html \
|
||||
index.html metadata.html \
|
||||
documentation.html index.html metadata.html \
|
||||
plugins.html pooling.html scripts.js \
|
||||
sqlconstruction.html style.css syntaxhighlight.css \
|
||||
tutorial.html types.html unitofwork.html
|
||||
.endif
|
||||
|
||||
PORTEXAMPLES= adjacencytree association backref collections graphs \
|
||||
pickle polymorph vertical
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_FIREBIRD)
|
||||
@@ -72,7 +76,7 @@ post-install:
|
||||
.endif
|
||||
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
.for i in adjacencytree backref polymorph vertical
|
||||
.for i in ${PORTEXAMPLES}
|
||||
${CP} -r ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
|
||||
.endfor
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (SQLAlchemy-0.3.1.tar.gz) = cb5e17096ed50389687c62bad8c5a67a
|
||||
SHA256 (SQLAlchemy-0.3.1.tar.gz) = ddf34423d55233fcf39005bf10767dcf7aa8021039289615aa9e80419ccff93e
|
||||
SIZE (SQLAlchemy-0.3.1.tar.gz) = 585351
|
||||
MD5 (SQLAlchemy-0.3.3.tar.gz) = 1336d87f659944f131f7f2c340e81e02
|
||||
SHA256 (SQLAlchemy-0.3.3.tar.gz) = fd425065ba70ce199508c3bde9cf7198dd84dd72980ca36a05a24bcbdd095c15
|
||||
SIZE (SQLAlchemy-0.3.3.tar.gz) = 737019
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
%%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%%
|
||||
|
||||
@@ -6,12 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= sqlalchemy
|
||||
PORTVERSION= 0.3.1
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \
|
||||
http://dryice.name/computer/FreeBSD/distfiles/
|
||||
MASTER_SITE_SUBDIR= sqlalchemy
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= SQLAlchemy-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dryice@dryice.name
|
||||
@@ -35,12 +36,15 @@ OPTIONS+= SQLITE "support Sqlite" on
|
||||
PORTDOCS= adv_datamapping.html alphaapi.html \
|
||||
alphaimplementation.html datamapping.html \
|
||||
dbengine.html docs.css docstrings.html \
|
||||
index.html metadata.html \
|
||||
documentation.html index.html metadata.html \
|
||||
plugins.html pooling.html scripts.js \
|
||||
sqlconstruction.html style.css syntaxhighlight.css \
|
||||
tutorial.html types.html unitofwork.html
|
||||
.endif
|
||||
|
||||
PORTEXAMPLES= adjacencytree association backref collections graphs \
|
||||
pickle polymorph vertical
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_FIREBIRD)
|
||||
@@ -72,7 +76,7 @@ post-install:
|
||||
.endif
|
||||
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
.for i in adjacencytree backref polymorph vertical
|
||||
.for i in ${PORTEXAMPLES}
|
||||
${CP} -r ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
|
||||
.endfor
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (SQLAlchemy-0.3.1.tar.gz) = cb5e17096ed50389687c62bad8c5a67a
|
||||
SHA256 (SQLAlchemy-0.3.1.tar.gz) = ddf34423d55233fcf39005bf10767dcf7aa8021039289615aa9e80419ccff93e
|
||||
SIZE (SQLAlchemy-0.3.1.tar.gz) = 585351
|
||||
MD5 (SQLAlchemy-0.3.3.tar.gz) = 1336d87f659944f131f7f2c340e81e02
|
||||
SHA256 (SQLAlchemy-0.3.3.tar.gz) = fd425065ba70ce199508c3bde9cf7198dd84dd72980ca36a05a24bcbdd095c15
|
||||
SIZE (SQLAlchemy-0.3.3.tar.gz) = 737019
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
%%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%%
|
||||
|
||||
Reference in New Issue
Block a user