[101056] trunk/dports/python/py-iniparse/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 3 10:59:35 PST 2013


Revision: 101056
          https://trac.macports.org/changeset/101056
Author:   ryandesign at macports.org
Date:     2013-01-03 10:59:35 -0800 (Thu, 03 Jan 2013)
Log Message:
-----------
py-iniparse: update to 0.4 (#37295); simplify master_sites; fix livecheck

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

Modified: trunk/dports/python/py-iniparse/Portfile
===================================================================
--- trunk/dports/python/py-iniparse/Portfile	2013-01-03 18:51:12 UTC (rev 101055)
+++ trunk/dports/python/py-iniparse/Portfile	2013-01-03 18:59:35 UTC (rev 101056)
@@ -4,7 +4,7 @@
 PortGroup python 1.0
 
 name			py-iniparse
-version			0.3.1
+version			0.4
 platforms		darwin
 supported_archs	noarch
 categories		python
@@ -18,12 +18,12 @@
 use.
 
 homepage		http://code.google.com/p/iniparse/
-master_sites		http://iniparse.googlecode.com/files/
+master_sites		googlecode:iniparse
 distname		iniparse-${version}
-checksums		md5     94adcf1cf01e2a537491a18f2e9b7a7a \
-			sha1    9d390e3c50ad21fcf045d91319a4adfc37540e90 \
-			rmd160  d703c0c2e86134496778e0e0362ac5bc15c0cc38
 
+checksums           rmd160  f4cb5edc035e787acea428a7d21343d986f85f5c \
+                    sha256  abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054
+
 python.versions 24 25 26 27
 
 if {$subport != $name} {
@@ -31,4 +31,7 @@
         eval move [glob ${destroot}${python.prefix}/share/doc/iniparse-${version}/*] \
             ${destroot}${prefix}/share/doc/${subport}
     }
+    livecheck.type  none
+} else {
+    livecheck.regex iniparse-(\[0-9.\]+)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130103/2d909d88/attachment.html>


More information about the macports-changes mailing list