[98399] trunk/dports/python/py-nose

adfernandes at macports.org adfernandes at macports.org
Thu Oct 4 10:26:51 PDT 2012


Revision: 98399
          http://trac.macports.org//changeset/98399
Author:   adfernandes at macports.org
Date:     2012-10-04 10:26:51 -0700 (Thu, 04 Oct 2012)
Log Message:
-----------
py-nose: add python33 support

Modified Paths:
--------------
    trunk/dports/python/py-nose/Portfile

Added Paths:
-----------
    trunk/dports/python/py-nose/files/nosetests33

Modified: trunk/dports/python/py-nose/Portfile
===================================================================
--- trunk/dports/python/py-nose/Portfile	2012-10-04 17:19:58 UTC (rev 98398)
+++ trunk/dports/python/py-nose/Portfile	2012-10-04 17:26:51 UTC (rev 98399)
@@ -32,7 +32,7 @@
 checksums           rmd160  11c3750464769cfc9f6be15b7a0b834c8453db5b \
                     sha256  2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9
 
-python.versions     24 25 26 27 31 32
+python.versions     24 25 26 27 31 32 33
 
 # already installs version-suffixed executables
 python.link_binaries no
@@ -41,13 +41,13 @@
 depends_run-append  port:nosetests_select
 if {$subport != $name} {
     select.group        nosetests
-    select.file         ${filespath}/nosetests${python.version} 
+    select.file         ${filespath}/nosetests${python.version}
 
     depends_lib     port:py${python.version}-distribute
 
     post-patch {
         reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py
-    
+
         # One of the tests fails if this directory does not exist
         file mkdir ${worksrcpath}/functional_tests/support/empty
     }

Copied: trunk/dports/python/py-nose/files/nosetests33 (from rev 98395, trunk/dports/python/py-nose/files/nosetests32)
===================================================================
--- trunk/dports/python/py-nose/files/nosetests33	                        (rev 0)
+++ trunk/dports/python/py-nose/files/nosetests33	2012-10-04 17:26:51 UTC (rev 98399)
@@ -0,0 +1 @@
+bin/nosetests-3.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121004/21e2b0b7/attachment.html>


More information about the macports-changes mailing list