ports/128056: [Update]databases/py-sqlalchemy:update to 0.4.8

Wen Heping wenheping at gmail.com
Mon Oct 13 12:00:16 UTC 2008


>Number:         128056
>Category:       ports
>Synopsis:       [Update]databases/py-sqlalchemy:update to 0.4.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 12:00:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Sep 21 18:56:51 HKT 2008     root at fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
1 update to 0.4.8 from 0.4.4
2 respect PORTDOCS and PORTEXAMPLES
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-10-13 22:13:54.000000000 +0800
+++ Makefile	2008-10-14 00:17:51.000000000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	sqlalchemy
-PORTVERSION=	0.4.4
-PORTREVISION=	1
+PORTVERSION=	0.4.8
 CATEGORIES=	databases python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://pypi.python.org/packages/source/S/SQLAlchemy/ \
@@ -22,8 +21,8 @@
 USE_PYTHON=	2.3+
 PLIST_SUB+=	PORTVERSION=${PORTVERSION} \
 		PYTHONVERSION=${_PYTHON_VERSION} \
-		EGG="SQLAlchemy==${PORTVERSION}" \
-		EXAMPLEDIR=share/examples/${PORTNAME}
+		EGG="SQLAlchemy==${PORTVERSION}"
+#		EXAMPLEDIR=share/examples/${PORTNAME}
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	SQLAlchemy
 PYDISTUTILS_NOEGGINFO=	yes
--- distinfo.orig	2008-03-17 21:30:11.000000000 +0800
+++ distinfo	2008-10-13 22:15:41.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (SQLAlchemy-0.4.4.tar.gz) = ff8ec0cfda50563575f1cfaa07764554
-SHA256 (SQLAlchemy-0.4.4.tar.gz) = 5e8d78155013278211fa2375361226022c68c7dd48dd46144c986ec1a3d5408b
-SIZE (SQLAlchemy-0.4.4.tar.gz) = 1276253
+MD5 (SQLAlchemy-0.4.8.tar.gz) = 2377e8f87d60e5040e2efc67bfd240b0
+SHA256 (SQLAlchemy-0.4.8.tar.gz) = a9d33677b2ea40601fe75dde85ad9a699843488641b922a81adc0e1ba1ad9eba
+SIZE (SQLAlchemy-0.4.8.tar.gz) = 1320894
--- pkg-plist.orig	2008-10-13 22:14:02.000000000 +0800
+++ pkg-plist	2008-10-14 00:14:45.000000000 +0800
@@ -207,3 +207,94 @@
 @dirrm %%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg/sqlalchemy/
 @dirrm %%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
 @exec %%PREFIX%%/bin/easy_install -q -N  -S %%PREFIX%%/%%PYTHON_SITELIBDIR%% %%EGG%%
+%%PORTDOCS%%%%DOCSDIR%%/alphaapi.html
+%%PORTDOCS%%%%DOCSDIR%%/alphaimplementation.html
+%%PORTDOCS%%%%DOCSDIR%%/copyright.html
+%%PORTDOCS%%%%DOCSDIR%%/dbengine.html
+%%PORTDOCS%%%%DOCSDIR%%/docs.css
+%%PORTDOCS%%%%DOCSDIR%%/docstrings.html
+%%PORTDOCS%%%%DOCSDIR%%/documentation.html
+%%PORTDOCS%%%%DOCSDIR%%/docutil.css
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/intro.html
+%%PORTDOCS%%%%DOCSDIR%%/mappers.html
+%%PORTDOCS%%%%DOCSDIR%%/metadata.html
+%%PORTDOCS%%%%DOCSDIR%%/ormtutorial.html
+%%PORTDOCS%%%%DOCSDIR%%/plugins.html
+%%PORTDOCS%%%%DOCSDIR%%/pooling.html
+%%PORTDOCS%%%%DOCSDIR%%/scripts.js
+%%PORTDOCS%%%%DOCSDIR%%/session.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_databases_access.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_databases_firebird.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_databases_maxdb.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_databases_mssql.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_databases_mysql.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_databases_oracle.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_databases_postgres.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_databases_sqlite.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_databases_sybase.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_engine.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_engine_default.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_engine_strategies.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_engine_threadlocal.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_engine_url.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_exceptions.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_ext_associationproxy.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_ext_declarative.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_ext_orderinglist.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_ext_sqlsoup.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_interfaces.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_orm.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_orm_collections.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_orm_interfaces.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_orm_mapper.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_orm_properties.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_orm_query.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_orm_session.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_orm_shard.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_pool.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_schema.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_sql_compiler.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_sql_expression.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlalchemy_types.html
+%%PORTDOCS%%%%DOCSDIR%%/sqlexpression.html
+%%PORTDOCS%%%%DOCSDIR%%/style.css
+%%PORTDOCS%%%%DOCSDIR%%/syntaxhighlight.css
+%%PORTDOCS%%%%DOCSDIR%%/types.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adjacencytree/basic_tree.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adjacencytree/byroot_tree.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/basic_association.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/proxied_association.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/collections/large_collection.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/derived_attributes/attributes.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/adjacency_list.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/optimized_al.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/pickle.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test2.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test3.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/graph1.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pickle/custom_pickler.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polymorph/concrete.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polymorph/polymorph.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polymorph/single.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poly_assoc/poly_assoc.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poly_assoc/poly_assoc_fk.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poly_assoc/poly_assoc_generic.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/attribute_shard.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike-polymorphic.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/vertical.py
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/adjacencytree
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/association
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/collections
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/derived_attributes
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/elementtree
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphs
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pickle
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/polymorph
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/poly_assoc
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sharding
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/vertical
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%


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



More information about the freebsd-ports-bugs mailing list