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

Modified Files:
        nose-py.info 
Log Message:
update nose to 1.3.0.
nose does not respect "python setup.py test", so use their weird 2 command 
method


Index: nose-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/nose-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- nose-py.info        21 Sep 2013 17:11:40 -0000      1.9
+++ nose-py.info        21 Sep 2013 17:30:14 -0000      1.10
@@ -1,9 +1,9 @@
 Info2: <<
 
 Package: nose-py%type_pkg[python]
-Version: 1.1.2
+Version: 1.3.0
 
-Revision: 4
+Revision: 1
 Homepage: http://code.google.com/p/python-nose/
 Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
 Type: python (2.6 2.7 3.1 3.2 3.3)
@@ -11,7 +11,7 @@
 BuildDepends: setuptools-tng-py%type_pkg[python]
 
 Source: http://pypi.python.org/packages/source/n/nose/nose-%v.tar.gz
-Source-MD5: 144f237b615e23f21f6a50b2183aa817
+Source-MD5: 95d6d32b9d6b029c3c65674bd9e7eabe
 
 CompileScript: <<
   #!/bin/bash -ev
@@ -20,9 +20,6 @@
 
 InstallScript: <<
   #!/bin/bash -ev
-  # Cleanup after testing for python 3.x - ugly hack
-  rm -rf build/lib/nose/__pycache__
-  rm -rf build/lib/nose/plugins/__pycache__
   python%type_raw[python] setup.py install --root=%d
   mkdir %i/share
   mv %i/man %i/share/man
@@ -39,11 +36,12 @@
  update-alternatives --verbose --remove nosetests 
%p/bin/nosetests%type_raw[python]
 <<
 
-# Fails 3 tests - but reports okay
-# 
+# https://code.google.com/p/python-nose/issues/detail?id=387
+# Sadly, nose does not respect "python setup.py test"
 InfoTest: <<
   TestScript: <<
-    %p/bin/python%type_raw[python] setup.py test || exit 1
+    %p/bin/python%type_raw[python] setup.py build_tests
+    %p/bin/python%type_raw[python] selftest.py || exit 1
   <<
 <<
 


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to