[143032] trunk/dports/python/py-py/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 08:16:13 PST 2015


Revision: 143032
          https://trac.macports.org/changeset/143032
Author:   stromnov at macports.org
Date:     2015-12-02 03:24:58 -0800 (Wed, 02 Dec 2015)
Log Message:
-----------
py-py: update to version 1.4.31

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

Modified: trunk/dports/python/py-py/Portfile
===================================================================
--- trunk/dports/python/py-py/Portfile	2015-12-02 11:23:28 UTC (rev 143031)
+++ trunk/dports/python/py-py/Portfile	2015-12-02 11:24:58 UTC (rev 143032)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-py
-version             1.4.30
+version             1.4.31
 revision            0
 categories-append   devel
 platforms           darwin
@@ -23,12 +23,12 @@
                     and svn abstractions.
 
 homepage            http://pylib.readthedocs.org/
-master_sites        https://pypi.python.org/packages/source/p/py/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            py-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  c59248781f34f0061bd6431a3d990c86811ebb30 \
-                    sha256  b703e57685ed7c280b1a51c496a4984d83d89def2a930b5e9e5da5a6ca151514
+checksums           rmd160  9a5973ea98bd367f9a908a0feaeb469cdf16e5e1 \
+                    sha256  a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
@@ -43,6 +43,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.url       https://pypi.python.org/pypi/py/json
-    livecheck.regex     {py-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/eb414371/attachment.html>


More information about the macports-changes mailing list