[142251] trunk/dports/python/py-simplejson/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 04:58:08 PST 2015


Revision: 142251
          https://trac.macports.org/changeset/142251
Author:   stromnov at macports.org
Date:     2015-11-08 09:44:33 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
py-simplejson: update to version 3.8.1

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

Modified: trunk/dports/python/py-simplejson/Portfile
===================================================================
--- trunk/dports/python/py-simplejson/Portfile	2015-11-08 17:25:58 UTC (rev 142250)
+++ trunk/dports/python/py-simplejson/Portfile	2015-11-08 17:44:33 UTC (rev 142251)
@@ -5,14 +5,13 @@
 PortGroup           python 1.0
 
 name                py-simplejson
-set real_name       simplejson
-version             3.8.0
+version             3.8.1
 revision            0
 categories-append   www
 platforms           darwin
 license             MIT
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -24,13 +23,13 @@
                     includes an optional C extension for a serious speed \
                     boost.
 
-homepage            http://${real_name}.readthedocs.org/
-master_sites        https://pypi.python.org/packages/source/s/${real_name}/
+homepage            http://simplejson.readthedocs.org/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            ${real_name}-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  d22157e32cc50ecd77964fa43d9d779a325e2b1e \
-                    sha256  217e4797da3a9a4a9fbe6722e0db98070b8443a88212d7acdbd241a7668141d9
+checksums           rmd160  7ff09729c8a6c34e86eab711f142a5ab299593ef \
+                    sha256  428ac8f3219c78fb04ce05895d5dff9bd813c05a9a7922c53dc879cd32a12493
 
 if {${name} ne ${subport}} {
     post-destroot {
@@ -43,7 +42,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/simplejson/json
-    livecheck.regex     ${real_name}-(\[0-9.\]+)\\.tar\\.gz
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/779c6220/attachment.html>


More information about the macports-changes mailing list