Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26703

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

Index: testtools-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/testtools-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- testtools-py.info   16 Jun 2013 00:21:48 -0000      1.4
+++ testtools-py.info   23 Jun 2013 14:57:40 -0000      1.5
@@ -1,6 +1,6 @@
 Info2: <<
 Package: testtools-py%type_pkg[python]
-Version: 0.9.28
+Version: 0.9.32
 Revision: 1
 Type: python (2.6 2.7 3.1 3.2 3.3)
 Description: Extensions to Python unit testing framework
@@ -9,17 +9,30 @@
 Homepage: http://pypi.python.org/pypi/testtools
 
 Source: mirror:custom:t/testtools/testtools-%v.tar.gz
-Source-MD5: fc59e2f1b0c75715069b29e670c3cad6
+Source-MD5: 7db1d94fcb8744254e36cb989c46b641
 
 #Fix tests on py33.
 PatchScript: perl -pi -e 's/FileExistsError/IsADirectoryError/' 
testtools/tests/test_testresult.py
 
-Depends: python%type_pkg[python], extras-py%type_pkg[python]
+Depends: python%type_pkg[python], extras-py%type_pkg[python], 
mimeparse-py%type_pkg[python]
 BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python]
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
 
-InfoTest: TestScript: make check PYTHON=%p/bin/python%type_raw[python] || exit 
2
+InfoTest: <<
+       TestScript: <<
+               #!/bin/bash -ev
+               # There are failures in test_compat.py
+               # with py27 and earlier when run from within fink.
+               # It PASSES when run from outside fink.
+               # Yeah, I don't get it either.
+               if [ %type_pkg[python] -lt 30 ]; then
+                       make check PYTHON=%p/bin/python%type_raw[python] || 
exit 1
+               else
+                       make check PYTHON=%p/bin/python%type_raw[python] || 
exit 2
+               fi
+       <<
+<<
 
 InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d
 


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to