[145067] trunk/dports/python/py-msgpack/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jan 25 06:23:10 PST 2016


Revision: 145067
          https://trac.macports.org/changeset/145067
Author:   stromnov at macports.org
Date:     2016-01-25 06:23:10 -0800 (Mon, 25 Jan 2016)
Log Message:
-----------
py-msgpack: update to version 0.4.7

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

Modified: trunk/dports/python/py-msgpack/Portfile
===================================================================
--- trunk/dports/python/py-msgpack/Portfile	2016-01-25 11:06:59 UTC (rev 145066)
+++ trunk/dports/python/py-msgpack/Portfile	2016-01-25 14:23:10 UTC (rev 145067)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-msgpack
-version             0.4.6
+version             0.4.7
 revision            0
 categories-append   devel
 platforms           darwin
 license             Apache
 
-python.versions     26 27 33 34
+python.versions     26 27 33 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -19,19 +19,18 @@
 long_description    ${description}
 
 homepage            http://pypi.python.org/pypi/msgpack-python/
-master_sites        https://pypi.python.org/packages/source/m/msgpack-python/
+master_sites        pypi:m/msgpack-python
 
 distname            msgpack-python-${version}
 
-checksums           rmd160  f9a286d0b681bbcd412f867df21b547f0f8c4072 \
-                    sha256  bfcc581c9dbbf07cc2f951baf30c3249a57e20dcbd60f7e6ffc43ab3cc614794
+checksums           rmd160  811609429b554984d5750fe0c5a770488ffeb132 \
+                    sha256  5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b
 
 if {${name} ne ${subport}} {
     depends_build-append port:py${python.version}-setuptools
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/msgpack-python/json
-    livecheck.regex     {msgpack-python-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      msgpack-python
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160125/ffcfa3a1/attachment.html>


More information about the macports-changes mailing list