[97049] trunk/dports/python/py-paver/Portfile
jwa at macports.org
jwa at macports.org
Sat Aug 25 07:45:17 PDT 2012
Revision: 97049
https://trac.macports.org/changeset/97049
Author: jwa at macports.org
Date: 2012-08-25 07:45:16 -0700 (Sat, 25 Aug 2012)
Log Message:
-----------
py-paver: version bump to 1.1.1, change README file extension that changed, make livecheck check only once
Modified Paths:
--------------
trunk/dports/python/py-paver/Portfile
Modified: trunk/dports/python/py-paver/Portfile
===================================================================
--- trunk/dports/python/py-paver/Portfile 2012-08-25 14:22:41 UTC (rev 97048)
+++ trunk/dports/python/py-paver/Portfile 2012-08-25 14:45:16 UTC (rev 97049)
@@ -5,7 +5,7 @@
PortGroup python 1.0
name py-paver
-version 1.0.5
+version 1.1.1
platforms darwin
categories-append devel
maintainers jwa openmaintainer
@@ -22,9 +22,8 @@
master_sites http://pypi.python.org/packages/source/P/Paver/
distname Paver-${version}
-checksums sha1 f35f33baef532ffc9c94c92ff65664ab55793afb \
- rmd160 7d5874c073efdb6d1ee832c3b23c033caf0dd271 \
- sha256 43ba0644a1412629cdc54b6b177f2b6f4337031b8556ab27a73f0f48ebb1496e
+checksums rmd160 5f4fea5fbf228c0f40ac2dec1089716f30191c59 \
+ sha256 7a269091c3c82dc0b862ad70e26031225c2569bca89f0913f39c766c6c8e2f7e
python.versions 24 25 26 27
python.default_version 27
@@ -39,13 +38,16 @@
depends_lib-append port:py${python.version}-distribute
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
- xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
+ xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.rst \
${destroot}${prefix}/share/doc/${subport}
}
livecheck.type none
+}
+
+if {$subport == $name} {
+ livecheck.type regex
+ livecheck.url http://pypi.python.org/pypi/Paver/
+ livecheck.regex Paver/(\[0-9.\]+)
+} else {
+ livecheck.type none
}
-
-livecheck.type regex
-livecheck.url http://pypi.python.org/pypi/Paver/
-livecheck.regex Paver/(\[0-9.\]+)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120825/9bc2ebb2/attachment.html>
More information about the macports-changes
mailing list