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

Modified Files:
        python32.info 
Log Message:
Remove extraneous .pyc files from Tools that get built when tests are run.
They make the validator sad. Use fix for same from python33.

Index: python32.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/python32.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- python32.info       7 Apr 2013 01:21:49 -0000       1.6
+++ python32.info       7 Apr 2013 13:10:04 -0000       1.7
@@ -1,7 +1,7 @@
 Info2: <<
 Package: python%type_pkg[python]
 Version: 3.2.4
-Revision: 1
+Revision: 2
 Type: python 3.2
 Maintainer: Daniel Johnson <dan...@daniel-johnson.org>
 Depends: <<
@@ -62,6 +62,9 @@
 InfoTest: <<
        TestScript: <<
                LANG=en_US.UTF-8 make -k test EXTRATESTOPTS='-w -x 
test_distutils test_argparse test_httpservers test_import test_urllib' || exit 2
+               # Remove stray .pyc that get made during tests to keep 
validator happy.
+               find ./Tools -name "*.pyc" -delete
+               find ./Tools -name "__pycache__" -delete
        <<
 <<
 


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to