[145543] trunk/dports/python/py-ptyprocess/Portfile

stromnov at macports.org stromnov at macports.org
Tue Feb 9 04:24:24 PST 2016


Revision: 145543
          https://trac.macports.org/changeset/145543
Author:   stromnov at macports.org
Date:     2016-02-09 04:24:23 -0800 (Tue, 09 Feb 2016)
Log Message:
-----------
py-ptyprocess: update to version 0.5.1

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

Modified: trunk/dports/python/py-ptyprocess/Portfile
===================================================================
--- trunk/dports/python/py-ptyprocess/Portfile	2016-02-09 05:34:36 UTC (rev 145542)
+++ trunk/dports/python/py-ptyprocess/Portfile	2016-02-09 12:24:23 UTC (rev 145543)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-ptyprocess
-version             0.5
+version             0.5.1
 revision            0
 categories-append   devel
 platforms           darwin
@@ -19,17 +19,15 @@
 long_description    ${description}
 
 homepage            https://github.com/pexpect/ptyprocess
-master_sites        https://pypi.python.org/packages/source/p/ptyprocess/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            ptyprocess-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  3a5af2a759fcf19819adefa2867fb269c2b591eb \
-                    sha256  dcb78fb2197b49ca1b7b2f37b047bc89c0da7a90f90bd5bc17c3ce388bb6ef59
+checksums           rmd160  7a867d6f5b6d90b2cdeef03d7a6211572ae9f118 \
+                    sha256  0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6
 
 if {${name} ne ${subport}} {
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/ptyprocess/json
-    livecheck.regex     {ptyprocess-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160209/de4407af/attachment.html>


More information about the macports-changes mailing list