[153622] trunk/dports/python/py-blist/Portfile

stromnov at macports.org stromnov at macports.org
Thu Oct 6 08:46:44 CEST 2016


Revision: 153622
          https://trac.macports.org/changeset/153622
Author:   stromnov at macports.org
Date:     2016-10-05 23:46:43 -0700 (Wed, 05 Oct 2016)
Log Message:
-----------
py-blist: add py35 support

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

Modified: trunk/dports/python/py-blist/Portfile
===================================================================
--- trunk/dports/python/py-blist/Portfile	2016-10-06 03:30:06 UTC (rev 153621)
+++ trunk/dports/python/py-blist/Portfile	2016-10-06 06:46:43 UTC (rev 153622)
@@ -11,7 +11,7 @@
 platforms           darwin
 license             BSD
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -20,9 +20,9 @@
                     and similar performance on small lists.
 
 homepage            http://stutzbachenterprises.com/
-master_sites        pypi:b/blist/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            blist-${version}
+distname            ${python.rootname}-${version}
 
 checksums           rmd160  d94195d48b44bba1009ad7e27e6c2e431bef4559 \
                     sha256  3a12c450b001bdf895b30ae818d4d6d3f1552096b8c995f0fe0c74bef04d1fc3
@@ -51,7 +51,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/blist/json
-    livecheck.regex     {blist-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161005/8681702f/attachment-0002.html>


More information about the macports-changes mailing list