Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5496

Modified Files:
        testtools-py.info 
Log Message:
New upstream version.


Index: testtools-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/testtools-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- testtools-py.info   3 Oct 2010 16:59:45 -0000       1.1
+++ testtools-py.info   17 Oct 2010 13:34:31 -0000      1.2
@@ -1,17 +1,16 @@
 Info2: <<
 Package: testtools-py%type_pkg[python]
-Version: 0.9.6
+Version: 0.9.7
 Revision: 1
 Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-# Tests fail on python3x
-Type: python (2.4 2.5 2.6 2.7)
+Type: python (2.4 2.5 2.6 2.7 3.1)
 Description: Extensions to Python unit testing framework
 Maintainer: Daniel Johnson <[email protected]>
 License: BSD
 Homepage: http://pypi.python.org/pypi/testtools
 
 Source: mirror:custom:t/testtools/testtools-%v.tar.gz
-Source-MD5: 382e121dc78ea8d152688188704af730
+Source-MD5: d4743a52a9d740bb1cac84006a0a5c84
 
 Depends: python%type_pkg[python]
 BuildDepends: fink (>= 0.24.12)
@@ -19,8 +18,15 @@
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
 InfoTest: <<
-       TestDepends: discover-py%type_pkg[python]
-       TestScript: %p/bin/discover-py%type_pkg[python] || exit 2
+       TestScript: <<
+               #!/bin/bash -ev
+               # Tests aren't python3x compatible
+               if [ "%type_pkg[python]" -lt "30" ]; then
+                       make check PYTHON=%p/bin/python%type_raw[python] || 
exit 2
+               else
+                       echo "Tests don't work on python3x yet."
+               fi
+       <<
 <<
 
 InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d


------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to