[118285] trunk/dports/python/py-nose/Portfile
g5pw at macports.org
g5pw at macports.org
Fri Mar 28 14:41:38 PDT 2014
Revision: 118285
https://trac.macports.org/changeset/118285
Author: g5pw at macports.org
Date: 2014-03-28 14:41:37 -0700 (Fri, 28 Mar 2014)
Log Message:
-----------
python/py-nose:
update to 1.3.1
add md5 checksum from pypi
disable livecheck for subports
fixes #43061
Modified Paths:
--------------
trunk/dports/python/py-nose/Portfile
Modified: trunk/dports/python/py-nose/Portfile
===================================================================
--- trunk/dports/python/py-nose/Portfile 2014-03-28 21:31:27 UTC (rev 118284)
+++ trunk/dports/python/py-nose/Portfile 2014-03-28 21:41:37 UTC (rev 118285)
@@ -7,8 +7,7 @@
set my_name nose
name py-${my_name}
-version 1.3.0
-revision 0
+version 1.3.1
categories-append www
license LGPL-2+
maintainers akitada mcalhoun openmaintainer
@@ -29,8 +28,9 @@
master_sites http://pypi.python.org/packages/source/n/${my_name}/
distname ${my_name}-${version}
-checksums rmd160 40c883a449aad7f39ea6b7c0e408ee6239c2df62 \
- sha256 4e63cc3325de75cf98ffad40be72fa69753de824695173178f74c034fe4f5260
+checksums md5 672398801ddf5ba745c55c6eed79c5aa \
+ rmd160 7bf311d3d54f2ccb372dea331708c475b992ccec \
+ sha256 85273b87ab3db9307e3b1452b071e25c1db1cc812bc337d2a97ea0b0cf2ab6ba
python.versions 24 25 26 27 31 32 33 34
@@ -73,8 +73,11 @@
test.run yes
test.cmd ${python.bin} setup.py test
+
+ livecheck.type none
+
+} else {
+ livecheck.type regex
+ livecheck.url ${master_sites}
+ livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
}
-
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140328/e247cfc0/attachment.html>
More information about the macports-changes
mailing list