Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6066

Modified Files:
        sqlalchemy-py.info 
Log Message:
new upstream version ... which proved that my InfoTest was brittle
new InfoTest that doesn't accidentally import an older version of sqlalchemy 
and break the tests


Index: sqlalchemy-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/sqlalchemy-py.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- sqlalchemy-py.info  15 Oct 2008 11:45:46 -0000      1.18
+++ sqlalchemy-py.info  18 Jan 2009 13:26:34 -0000      1.19
@@ -3,7 +3,7 @@
 GCC: 4.0
 
 Package: sqlalchemy-py%type_pkg[python]
-Version: 0.4.8
+Version: 0.5.1
 Revision: 1
 Description: Python interface to databases
 DescDetail: <<
@@ -39,11 +39,10 @@
 mapping functionality.
 
 <<
-#Source: mirror:sourceforge:sqlalchemy/SQLAlchemy-%v.tar.gz
 Source: 
http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%v.tar.gz
-Source-MD5: 5f084c61fbea91eeb23f6e081b038002
+Source-MD5: 3374e8c7af39696eed26367631960d22
 
-Type: python (2.4 2.5)
+Type: python (2.4 2.5 2.6)
 Depends: python%type_pkg[python]
 BuildDepends: setuptools-py%type_pkg[python]
 CompileScript: <<
@@ -57,5 +56,16 @@
 Homepage: http://www.sqlalchemy.org/
 Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
 
+InfoTest: <<
+  #TestConflicts: sqlalchemy-py%type_pkg[python]  # Not needed with PYTHONPATH
+  TestScript: <<
+    #!/bin/bash -ev
+    export PYTHONPATH=$PWD/lib
+    pushd test 
+      %p/bin/python%type_raw[python] alltests.py || exit 2
+    popd
+  <<
+<<
+
 # Info2
 <<


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to