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

Modified Files:
        nose-py.info 
Log Message:
let nose-py3? validate by removing __pycache__ from build dir.  Added py33.
This package is out of date at 1.1.2.  Hoping this is fixed in nose 1.3.0


Index: nose-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/nose-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- nose-py.info        25 Jun 2013 04:58:00 -0000      1.8
+++ nose-py.info        21 Sep 2013 17:11:40 -0000      1.9
@@ -3,10 +3,10 @@
 Package: nose-py%type_pkg[python]
 Version: 1.1.2
 
-Revision: 3
+Revision: 4
 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)
+Type: python (2.6 2.7 3.1 3.2 3.3)
 Depends: python%type_pkg[python], setuptools-tng-py%type_pkg[python]
 BuildDepends: setuptools-tng-py%type_pkg[python]
 
@@ -20,6 +20,9 @@
 
 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
@@ -37,6 +40,7 @@
 <<
 
 # Fails 3 tests - but reports okay
+# 
 InfoTest: <<
   TestScript: <<
     %p/bin/python%type_raw[python] setup.py test || 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