[142374] trunk/dports/python

petr at macports.org petr at macports.org
Sat Dec 12 05:29:20 PST 2015


Revision: 142374
          https://trac.macports.org/changeset/142374
Author:   petr at macports.org
Date:     2015-11-10 11:30:46 -0800 (Tue, 10 Nov 2015)
Log Message:
-----------
py-gmpy: add py35 subport, retire py26 and py33, fix livecheck, closes #49335

Modified Paths:
--------------
    trunk/dports/python/py-gmpy/Portfile
    trunk/dports/python/py-graveyard/Portfile

Modified: trunk/dports/python/py-gmpy/Portfile
===================================================================
--- trunk/dports/python/py-gmpy/Portfile	2015-11-10 19:18:06 UTC (rev 142373)
+++ trunk/dports/python/py-gmpy/Portfile	2015-11-10 19:30:46 UTC (rev 142374)
@@ -16,13 +16,13 @@
     GMP library.
 
 homepage            http://code.google.com/p/gmpy/
-master_sites        googlecode:gmpy
+master_sites        https://pypi.python.org/packages/source/g/gmpy
 distname            gmpy-${version}
 use_zip             yes
 checksums           rmd160  0465338605fa73695259082c973eab23d7d96cff \
                     sha256  1a79118a5332b40aba6aa24b051ead3a31b9b3b9642288934da754515da8fa14
 
-python.versions     26 27 33 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:gmp
@@ -33,4 +33,8 @@
     }
 
     livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       https://pypi.python.org/pypi/gmpy/json
+    livecheck.regex     {gmpy-(\d+(?:\.\d+)*)\.[tz]}
 }

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2015-11-10 19:18:06 UTC (rev 142373)
+++ trunk/dports/python/py-graveyard/Portfile	2015-11-10 19:30:46 UTC (rev 142374)
@@ -206,7 +206,7 @@
 py-ggy                  0.4.1_2     24
 py-git-sweep            0.1.1_1     26
 py-glewpy               0.7.4_9     24
-py-gmpy                 1.17_1      25 31 32
+py-gmpy                 1.17_1      25 26 31 32 33
 py-gmpy2                2.0.3_1     31 32
 py-gnupg                0.3.5_1     25 31 32
 py-gobject              2.28.6_4    32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2373d73b/attachment.html>


More information about the macports-changes mailing list