[83769] trunk/dports/python/py-nose/Portfile

jmr at macports.org jmr at macports.org
Sat Sep 10 12:46:22 PDT 2011


Revision: 83769
          http://trac.macports.org/changeset/83769
Author:   jmr at macports.org
Date:     2011-09-10 12:46:17 -0700 (Sat, 10 Sep 2011)
Log Message:
-----------
py-nose: update to 1.1.2

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

Modified: trunk/dports/python/py-nose/Portfile
===================================================================
--- trunk/dports/python/py-nose/Portfile	2011-09-10 19:07:33 UTC (rev 83768)
+++ trunk/dports/python/py-nose/Portfile	2011-09-10 19:46:17 UTC (rev 83769)
@@ -6,7 +6,7 @@
 
 set my_name         nose
 name				py-${my_name}
-version				1.0.0
+version				1.1.2
 categories-append	www
 license				LGPL-2+
 maintainers			akitada mcalhoun openmaintainer
@@ -27,11 +27,14 @@
 master_sites		http://pypi.python.org/packages/source/n/${my_name}
 distname			${my_name}-${version}
 
-checksums           md5     47a4784c817afa6ef11a505b574584ed \
-                    sha1    186d223d0d74e94093bc0c42223d2ad92c090eed
+checksums           md5     144f237b615e23f21f6a50b2183aa817 \
+                    sha256  b1ba12c1c45323fd8695be68ce7228456b86e51234f167027ebbc4ccda852c61
 
 python.versions     24 25 26 27 31 32
 
+# already installs version-suffixed executables
+python.link_binaries no
+
 if {$subport != $name} {
     depends_lib		port:py${python.version}-distribute
 
@@ -47,6 +50,7 @@
             move ${destroot}${prefix}/share/man/man1/nosetests.1 ${destroot}${prefix}/share/man/man1/nosetests${python.branch}.1
             delete ${destroot}${prefix}/bin/nosetests
         } else {
+            ln -s ${python.prefix}/bin/nosetests-${python.branch} ${destroot}${prefix}/bin/
             ln -s ${python.prefix}/share/man/man1/nosetests.1 ${destroot}${prefix}/share/man/man1/nosetests${python.branch}.1
         }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110910/18b6ad52/attachment.html>


More information about the macports-changes mailing list