[141528] trunk/dports/python/py-magic/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 01:54:47 PST 2015


Revision: 141528
          https://trac.macports.org/changeset/141528
Author:   stromnov at macports.org
Date:     2015-10-20 04:02:23 -0700 (Tue, 20 Oct 2015)
Log Message:
-----------
py-magic: update to version 0.4.9

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

Modified: trunk/dports/python/py-magic/Portfile
===================================================================
--- trunk/dports/python/py-magic/Portfile	2015-10-20 07:39:59 UTC (rev 141527)
+++ trunk/dports/python/py-magic/Portfile	2015-10-20 11:02:23 UTC (rev 141528)
@@ -5,14 +5,14 @@
 PortGroup           python 1.0
 
 name                py-magic
-version             0.4.6
+version             0.4.9
 revision            0
 categories-append   devel
 platforms           darwin
 license             PSF
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -23,12 +23,12 @@
                     Much like the Unix file(1) program.
 
 homepage            http://github.com/ahupp/python-magic
-master_sites        https://pypi.python.org/packages/source/p/python-magic/
+master_sites        pypi:p/python-magic
 
 distname            python-magic-${version}
 
-checksums           rmd160  b1af3f7e06dabbb1657bbf43ad0fef225e2f5f14 \
-                    sha256  903d3d3c676e2b1244892954e2bbbe27871a633385a9bfe81f1a81a7032df2fe
+checksums           rmd160  e1f20dc57bb400276bb5448689f924c613f835e7 \
+                    sha256  269aa02e2fbe2954eea67809566afd7e6745576d4a35503d6aad462c40d1fefc
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -37,7 +37,6 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/python-magic/json
-    livecheck.regex     {python-magic-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      python-magic
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/ba317d27/attachment.html>


More information about the macports-changes mailing list