[142265] trunk/dports/python/py-regex/Portfile

stromnov at macports.org stromnov at macports.org
Sat Dec 12 05:01:41 PST 2015


Revision: 142265
          https://trac.macports.org/changeset/142265
Author:   stromnov at macports.org
Date:     2015-11-08 14:48:56 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
py-regex: update to version 2015.11.08

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

Modified: trunk/dports/python/py-regex/Portfile
===================================================================
--- trunk/dports/python/py-regex/Portfile	2015-11-08 22:46:58 UTC (rev 142264)
+++ trunk/dports/python/py-regex/Portfile	2015-11-08 22:48:56 UTC (rev 142265)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-regex
-version             2015.10.05
+version             2015.11.08
 revision            0
 categories-append   devel
 platforms           darwin
@@ -19,17 +19,15 @@
 long_description    ${description}
 
 homepage            http://code.google.com/p/mrab-regex-hg/
-master_sites        https://pypi.python.org/packages/source/r/regex/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            regex-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  d22c4cff3ca7feda1602fab2caa26ca970b9d7ed \
-                    sha256  5cf38800d2b35b3d8d490db991133da94280d43afa287d5c8226e9387bb9ade6
+checksums           rmd160  85f7a6420216a958b8f2c3672701ca4e76b968ad \
+                    sha256  b6056e45dd4328ca173c9f0dbb962952e7054ec93cfa447439a8939baa714b0a
 
 if {${name} ne ${subport}} {
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/regex/json
-    livecheck.regex     {regex-(\d+(?:[\-.]\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/5da7ee2f/attachment-0001.html>


More information about the macports-changes mailing list