[75133] trunk/dports/python

snc at macports.org snc at macports.org
Sat Jan 15 18:36:38 PST 2011


Revision: 75133
          http://trac.macports.org/changeset/75133
Author:   snc at macports.org
Date:     2011-01-15 18:36:26 -0800 (Sat, 15 Jan 2011)
Log Message:
-----------
py[25-27]-nose: update to 1.0.0, #27852

Modified Paths:
--------------
    trunk/dports/python/py-nose/Portfile
    trunk/dports/python/py25-nose/Portfile
    trunk/dports/python/py26-nose/Portfile
    trunk/dports/python/py27-nose/Portfile

Modified: trunk/dports/python/py-nose/Portfile
===================================================================
--- trunk/dports/python/py-nose/Portfile	2011-01-16 02:26:49 UTC (rev 75132)
+++ trunk/dports/python/py-nose/Portfile	2011-01-16 02:36:26 UTC (rev 75133)
@@ -5,7 +5,7 @@
 PortGroup			python24 1.0
 
 name				py-nose
-version				0.10.4
+version				1.0.0
 categories-append		www
 maintainers			openmaintainer stechert akitada
 description			A Python unittest extension.
@@ -26,9 +26,9 @@
 
 depends_lib			port:py-setuptools
 
-checksums			md5 4b4aec226d03f1d8465336a88d7183c4 \
-				sha1 e0235c0d4dad211357c073df2376f1d9775d342c \
-				rmd160 0a855579c2401f7a353d915b5ce21a7aa3dd5197
+checksums           md5     9542d4c66e04880d8144990de76e0b88 \
+                    sha1    30015cbcb201975dbb8613acb651984255458741 \
+
 patch {
 	reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py
 }

Modified: trunk/dports/python/py25-nose/Portfile
===================================================================
--- trunk/dports/python/py25-nose/Portfile	2011-01-16 02:26:49 UTC (rev 75132)
+++ trunk/dports/python/py25-nose/Portfile	2011-01-16 02:36:26 UTC (rev 75133)
@@ -4,7 +4,7 @@
 PortGroup			python25 1.0
 
 name				py25-nose
-version				0.11.3
+version				1.0.0
 license             LGPL-2.1
 categories-append		www
 maintainers			openmaintainer stechert akitada
@@ -26,9 +26,8 @@
 
 depends_lib			port:py25-distribute
 
-checksums           md5     7f1dc53750811f78bedef9e14a4bc5a5 \
-                    sha1    37c03a5b9738575e25ef99a5ca3b021f66c53421 \
-                    rmd160  9f5e93d9bcfa2f294f97f6a5c31e462eb13e43e2
+checksums           md5     9542d4c66e04880d8144990de76e0b88 \
+                    sha1    30015cbcb201975dbb8613acb651984255458741 \
 
 patch {
 	reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py

Modified: trunk/dports/python/py26-nose/Portfile
===================================================================
--- trunk/dports/python/py26-nose/Portfile	2011-01-16 02:26:49 UTC (rev 75132)
+++ trunk/dports/python/py26-nose/Portfile	2011-01-16 02:36:26 UTC (rev 75133)
@@ -6,7 +6,7 @@
 
 set my_name         nose
 name				py26-${my_name}
-version				0.11.3
+version				1.0.0
 categories-append	www
 maintainers			mcalhoun openmaintainer
 description			A Python unittest extension.
@@ -22,15 +22,14 @@
 platforms			darwin
 supported_archs		noarch
 
-homepage			http://somethingaboutorange.com/mrl/projects/${my_name}/${version}
+homepage			http://somethingaboutorange.com/mrl/projects/${my_name}
 master_sites		${homepage}
 distname			${my_name}-${version}
 
 depends_lib			port:py26-distribute
 
-checksums           md5     7f1dc53750811f78bedef9e14a4bc5a5 \
-                    sha1    37c03a5b9738575e25ef99a5ca3b021f66c53421 \
-                    rmd160  9f5e93d9bcfa2f294f97f6a5c31e462eb13e43e2
+checksums           md5     9542d4c66e04880d8144990de76e0b88 \
+                    sha1    30015cbcb201975dbb8613acb651984255458741
 
 post-patch {
 	reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py

Modified: trunk/dports/python/py27-nose/Portfile
===================================================================
--- trunk/dports/python/py27-nose/Portfile	2011-01-16 02:26:49 UTC (rev 75132)
+++ trunk/dports/python/py27-nose/Portfile	2011-01-16 02:36:26 UTC (rev 75133)
@@ -6,7 +6,7 @@
 
 set my_name         nose
 name				py27-${my_name}
-version				0.11.4
+version				1.0.0
 categories-append	www
 maintainers			nomaintainer
 description			A Python unittest extension.
@@ -22,15 +22,14 @@
 platforms			darwin
 supported_archs		noarch
 
-homepage			http://somethingaboutorange.com/mrl/projects/${my_name}/${version}
-master_sites		http://somethingaboutorange.com/mrl/projects/${my_name}
+homepage			http://somethingaboutorange.com/mrl/projects/${my_name}
+master_sites		${homepage}
 distname			${my_name}-${version}
 
 depends_lib			port:py27-distribute
 
-checksums           md5     2892099d6b1316a40a21b3d63422a3b4 \
-                    sha1    c05c4fc349d1878e2170132d90d268e606f4031c \
-                    rmd160  f77b91f003fcf8a582d666122c3d43ad43e6acc3
+checksums           md5     9542d4c66e04880d8144990de76e0b88 \
+                    sha1    30015cbcb201975dbb8613acb651984255458741 \
 
 post-patch {
 	reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110115/a164ad82/attachment.html>


More information about the macports-changes mailing list