I’d like to commit this[0] (and below) py-sqlalchemy update soonish.
(thanks!). Note that regress requires nose as well as an invocation
of setup.py develop now.
Works fine on i386 for me — anyone else want to test?
Thanks!
o————————–{ Will Maier }————————–o
| интернет:……. http://www.lfod.us/ | email………willmaier@ml1.net |
*———————[ BSD: Live Free or отрезаемыеy-sqlalchemy/Makefile,v
PKGNAME =py-sqlalchemy-${MODPY_EGG_VERSION:S/p/./}
+MAKE_ENV +=PYTHONPATH=.
# Other DB connectors would work, too.
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-sqlalchemy
do-regress:
- PYTHONPATH=test ${MODPY_BIN} test/alltests.py –db sqlite
+${_MODPY_CMD} develop -d.
===================================================================
RCS file: /cvs/ports/databases/py-sqlalchemy/distinfo,v
-RMD160 (SQLAlchemy-0.5.4p2.tar.gz) = aHnRTLNonlX4mSMcV8m7ZndqgyQ=
-SHA1 (SQLAlchemy-0.5.4p2.tar.gz) = oszKW82eRKFL8YDDmPmPjSwAP8Y=
+MD5 (SQLAlchemy-0.5.7.tar.gz) = tqdhXsZ2H2YLIzWfOp2QKw==
+SHA1 (SQLAlchemy-0.5.7.tar.gz) = difN5Va9eVfU5p00LPsQFgOICCE=
+SHA256 (SQLAlchemy-0.5.7.tar.gz) = l+/zsAaM0PdqAppk3vqQjKaG3i15BPph8JmSfl9Djas=
===================================================================
RCS file: /cvs/ports/databases/py-sqlalchemy/pkg/PLIST,v
lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/SQLAlchemy-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/
lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/entry_points.txt
lib/python${MODPY_VERSION}/site-packages/SQLAlchemy.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/__init__.py
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/databases/oracle.pyc
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/databases/postgres.py
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/databases/postgres.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/databases/postgresql.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/databases/postgresql.pyc
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/databases/sqlite.py
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/databases/sqlite.pyc
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/databases/sybase.py
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/sql/util.pyc
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/sql/visitors.py
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/sql/visitors.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/__init__.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/assertsql.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/assertsql.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/config.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/config.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/engines.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/engines.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/noseplugin.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/noseplugin.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/orm.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/orm.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/pickleable.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/pickleable.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/profiling.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/profiling.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/requires.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/requires.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/schema.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/schema.pyc
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/testing.py
+lib/python${MODPY_VERSION}/site-packages/sqlalchemy/test/testing.pyc
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/topological.py
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/topological.pyc
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/types.py
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util.py
lib/python${MODPY_VERSION}/site-packages/sqlalchemy/util.pyc
+share/doc/py-sqlalchemy/_images/sqla_arch_small.jpg
share/doc/py-sqlalchemy/build/reference/sqlalchemy/schema.rst
share/doc/py-sqlalchemy/build/reference/sqlalchemy/types.rst
+share/doc/py-sqlalchemy/build/sqla_arch_small.jpg
+share/examples/py-sqlalchemy/adjacencytree/__init__.py
share/examples/py-sqlalchemy/adjacencytree/basic_tree.py
+share/examples/py-sqlalchemy/association/__init__.py
share/examples/py-sqlalchemy/association/basic_association.py
share/examples/py-sqlalchemy/association/proxied_association.py
+share/examples/py-sqlalchemy/collections/__init__.py
share/examples/py-sqlalchemy/collections/large_collection.py
+share/examples/py-sqlalchemy/custom_attributes/__init__.py
share/examples/py-sqlalchemy/custom_attributes/custom_management.py
share/examples/py-sqlalchemy/custom_attributes/listen_for_events.py
+share/examples/py-sqlalchemy/derived_attributes/__init__.py
share/examples/py-sqlalchemy/derived_attributes/attributes.py
+share/examples/py-sqlalchemy/dynamic_dict/__init__.py
share/examples/py-sqlalchemy/dynamic_dict/dynamic_dict.py
+share/examples/py-sqlalchemy/elementtree/__init__.py
share/examples/py-sqlalchemy/elementtree/adjacency_list.py
share/examples/py-sqlalchemy/elementtree/optimized_al.py
share/examples/py-sqlalchemy/elementtree/pickle.py
share/examples/py-sqlalchemy/elementtree/test2.xml
share/examples/py-sqlalchemy/elementtree/test3.xml
+share/examples/py-sqlalchemy/nested_sets/__init__.py
share/examples/py-sqlalchemy/nested_sets/nested_sets.py
share/examples/py-sqlalchemy/pickle/custom_pickler.py
+share/examples/py-sqlalchemy/poly_assoc/__init__.py
share/examples/py-sqlalchemy/poly_assoc/poly_assoc.py
share/examples/py-sqlalchemy/poly_assoc/poly_assoc_fk.py
share/examples/py-sqlalchemy/poly_assoc/poly_assoc_generic.py
+share/examples/py-sqlalchemy/polymorph/__init__.py
share/examples/py-sqlalchemy/polymorph/concrete.py
share/examples/py-sqlalchemy/polymorph/polymorph.py
+share/examples/py-sqlalchemy/query_caching/__init__.py
share/examples/py-sqlalchemy/query_caching/implicit.py
share/examples/py-sqlalchemy/query_caching/per_session.py
share/examples/py-sqlalchemy/query_caching/query_caching.py
+share/examples/py-sqlalchemy/sharding/__init__.py
share/examples/py-sqlalchemy/sharding/attribute_shard.py
+share/examples/py-sqlalchemy/vertical/__init__.py
share/examples/py-sqlalchemy/vertical/dictlike-polymorphic.py
Leave a Reply
You must be logged in to post a comment.