[117223] trunk/dports/python/py-pep8/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Feb 19 12:36:43 PST 2014


Revision: 117223
          https://trac.macports.org/changeset/117223
Author:   macsforever2000 at macports.org
Date:     2014-02-19 12:36:42 -0800 (Wed, 19 Feb 2014)
Log Message:
-----------
py-pep8: Update homepage, master_sites. Fix livecheck. (#42566)

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

Modified: trunk/dports/python/py-pep8/Portfile
===================================================================
--- trunk/dports/python/py-pep8/Portfile	2014-02-19 20:35:59 UTC (rev 117222)
+++ trunk/dports/python/py-pep8/Portfile	2014-02-19 20:36:42 UTC (rev 117223)
@@ -19,9 +19,9 @@
                     some of the style conventions in PEP 8 \
                     (http://www.python.org/dev/peps/pep-0008/)
 
-homepage            http://pypi.python.org/pypi/${realname}
+homepage            https://pypi.python.org/pypi/${realname}/
 
-master_sites        http://pypi.python.org/packages/source/p/${realname}
+master_sites        https://pypi.python.org/packages/source/p/${realname}/
 distname            ${realname}-${version}
 checksums           rmd160  97b23815ea798ade69a33ef4298f1e74e62cfec6 \
                     sha256  603a46e5c358ce20ac4807a0eeafac7505d1125a4c1bd8378757ada06f61bed8
@@ -40,4 +40,9 @@
 port select --set ${select.group} [file tail ${select.file}]
 "
 
+    livecheck.type  none
+} else {
+    livecheck.type  regex
+    livecheck.url   [lindex ${master_sites} 0]
+    livecheck.regex ">${realname}-(\\d+(\\.\\d+)+)\\${extract.suffix}<"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140219/fdec5487/attachment.html>


More information about the macports-changes mailing list