ports/106778: [maintainer] databases/py-sqlalchemy: update to 0.3.3

Dryice Liu dryice at dryice.name
Fri Dec 15 14:20:21 UTC 2006


>Number:         106778
>Category:       ports
>Synopsis:       [maintainer] databases/py-sqlalchemy: update to 0.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 15 14:20:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:

	- update to 0.3.3

	- add PKGNAMEPREFIX

>How-To-Repeat:
	
>Fix:

	

--- attached file begins here ---
diff -ruN py-sqlalchemy.old/Makefile py-sqlalchemy/Makefile
--- py-sqlalchemy.old/Makefile	Tue Nov 28 14:19:05 2006
+++ py-sqlalchemy/Makefile	Fri Dec 15 22:07:15 2006
@@ -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 at dryice.name
@@ -35,12 +36,15 @@
 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 @@
 .endif
 
 	${MKDIR} ${EXAMPLESDIR}
-.for i in adjacencytree backref polymorph vertical
+.for i in ${PORTEXAMPLES}
 	${CP} -r ${WRKSRC}/examples/${i} ${EXAMPLESDIR}
 .endfor
 
diff -ruN py-sqlalchemy.old/distinfo py-sqlalchemy/distinfo
--- py-sqlalchemy.old/distinfo	Tue Nov 28 14:19:05 2006
+++ py-sqlalchemy/distinfo	Fri Dec 15 21:51:58 2006
@@ -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
diff -ruN py-sqlalchemy.old/pkg-plist py-sqlalchemy/pkg-plist
--- py-sqlalchemy.old/pkg-plist	Sat Aug 12 22:07:01 2006
+++ py-sqlalchemy/pkg-plist	Fri Dec 15 22:04:51 2006
@@ -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
+ at dirrm %%EXAMPLEDIR%%/association
 @dirrm %%EXAMPLEDIR%%/backref
+ at dirrm %%EXAMPLEDIR%%/collections
+ at dirrm %%EXAMPLEDIR%%/graphs
+ at dirrm %%EXAMPLEDIR%%/pickle
 @dirrm %%EXAMPLEDIR%%/polymorph
 @dirrm %%EXAMPLEDIR%%/vertical
 @dirrm %%EXAMPLEDIR%%
--- attached file ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list