[145857] trunk/dports/python/py-pygments/Portfile

stromnov at macports.org stromnov at macports.org
Fri Feb 19 05:18:51 PST 2016


Revision: 145857
          https://trac.macports.org/changeset/145857
Author:   stromnov at macports.org
Date:     2016-02-19 05:18:51 -0800 (Fri, 19 Feb 2016)
Log Message:
-----------
py-pygments: update to version 2.1.1

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

Modified: trunk/dports/python/py-pygments/Portfile
===================================================================
--- trunk/dports/python/py-pygments/Portfile	2016-02-19 13:16:30 UTC (rev 145856)
+++ trunk/dports/python/py-pygments/Portfile	2016-02-19 13:18:51 UTC (rev 145857)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-pygments
-version             2.1
+version             2.1.1
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -24,12 +24,12 @@
     HTML or LaTeX, comes with many builtin styles.
 
 homepage            http://pygments.org/
-master_sites        https://pypi.python.org/packages/source/P/Pygments/
+master_sites        pypi:P/Pygments
 
 distname            Pygments-${version}
 
-checksums           rmd160  7444b5997671f0c7b028600734e88fb727c07f4d \
-                    sha256  13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b
+checksums           rmd160  afee216f7a11dc6e90fd6a374deca14f571757a6 \
+                    sha256  2df7d9a85b56e54c7c021dc98fc877bd216ead652c10da170779c004fb59c01b
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:py${python.version}-setuptools
@@ -48,7 +48,6 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/pygments/json
-    livecheck.regex     {Pygments-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.name      Pygments
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160219/b9e91795/attachment.html>


More information about the macports-changes mailing list