[120513] trunk/dports/python/py-autopep8/Portfile

mf2k at macports.org mf2k at macports.org
Fri May 30 15:21:03 PDT 2014


Revision: 120513
          https://trac.macports.org/changeset/120513
Author:   mf2k at macports.org
Date:     2014-05-30 15:21:03 -0700 (Fri, 30 May 2014)
Log Message:
-----------
py-autopep8: Update to version 1.0.1. Add py34 sub-port. Fix livecheck. (#43553)

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

Modified: trunk/dports/python/py-autopep8/Portfile
===================================================================
--- trunk/dports/python/py-autopep8/Portfile	2014-05-30 22:14:57 UTC (rev 120512)
+++ trunk/dports/python/py-autopep8/Portfile	2014-05-30 22:21:03 UTC (rev 120513)
@@ -7,7 +7,7 @@
 
 name                py-autopep8
 set realname        autopep8
-version             0.9.7
+version             1.0.1
 categories-append   devel
 platforms           darwin
 supported_archs     noarch
@@ -23,10 +23,10 @@
 
 master_sites        http://pypi.python.org/packages/source/a/${realname}
 distname            ${realname}-${version}
-checksums           rmd160  5e0295fe7eb489041892822ba48c88043a3f60b4 \
-                    sha256  9071ef91a9cd5fdacca64d92fbb82feaa8552d2f01ceed85fb6f8a914f742038
+checksums           rmd160  789f3dc193cd5bd6301d949b6111b670c0b5093e \
+                    sha256  c5e3d56fa747ec5a30f8e68f5bae895da3536d3be0e3d45df3a4210b46246896
 
-python.versions     26 27 31 32 33
+python.versions     26 27 31 32 33 34
 
 if {${name} ne ${subport}} {
     depends_build           port:py${python.version}-setuptools
@@ -41,4 +41,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/20140530/39904e55/attachment.html>


More information about the macports-changes mailing list