[144553] trunk/dports/python/py-pyicu/Portfile

devans at macports.org devans at macports.org
Tue Jan 12 08:14:41 PST 2016


Revision: 144553
          https://trac.macports.org/changeset/144553
Author:   devans at macports.org
Date:     2016-01-12 08:14:41 -0800 (Tue, 12 Jan 2016)
Log Message:
-----------
py-pyicu: update to version 1.9.2, add py35 subport, homepage, master_sites, livecheck.

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

Modified: trunk/dports/python/py-pyicu/Portfile
===================================================================
--- trunk/dports/python/py-pyicu/Portfile	2016-01-12 16:07:49 UTC (rev 144552)
+++ trunk/dports/python/py-pyicu/Portfile	2016-01-12 16:14:41 UTC (rev 144553)
@@ -5,8 +5,7 @@
 PortGroup           python 1.0
 
 name                py-pyicu
-version             1.8
-revision            2
+version             1.9.2
 categories-append   textproc
 platforms           darwin
 maintainers         nomaintainer
@@ -17,14 +16,14 @@
 
 long_description    ${description}
 
-homepage            http://pyicu.osafoundation.org/
-master_sites        http://pypi.python.org/packages/source/P/PyICU/
+homepage            https://pypi.python.org/pypi/PyICU/
+master_sites        https://pypi.python.org/packages/source/P/PyICU/
 distname            PyICU-${version}
 
-checksums           rmd160  9793711f1bcf65cf1f6d1ff6f83bab418b61bcf3 \
-                    sha256  bc499fc858dce96041edaee4f345084fc5f245c2a3b79a759a095a2a500f66f8
+checksums           rmd160  01358759a02c8e81823a1d64d35fe2018d9d857e \
+                    sha256  9b580801eb17b09a5e0e8ef7d3b29170361ed505c5f954b723c1b48a1e502bb6
 
-python.versions     27 34
+python.versions     27 34 35
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:icu
@@ -38,6 +37,6 @@
     livecheck.type      none
 } else {
     livecheck.type      regex
-    livecheck.url       [lindex ${master_sites} 0]
+    livecheck.url       ${homepage}
     livecheck.regex     PyICU-(\[0-9.\]+)${extract.suffix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160112/ba7c1410/attachment.html>


More information about the macports-changes mailing list