[142266] trunk/dports/python/py-openpyxl/Portfile

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


Revision: 142266
          https://trac.macports.org/changeset/142266
Author:   stromnov at macports.org
Date:     2015-11-08 14:52:22 -0800 (Sun, 08 Nov 2015)
Log Message:
-----------
py-openpyxl: update to version 2.3.0

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

Modified: trunk/dports/python/py-openpyxl/Portfile
===================================================================
--- trunk/dports/python/py-openpyxl/Portfile	2015-11-08 22:48:56 UTC (rev 142265)
+++ trunk/dports/python/py-openpyxl/Portfile	2015-11-08 22:52:22 UTC (rev 142266)
@@ -5,15 +5,14 @@
 PortGroup           python 1.0
 
 name                py-openpyxl
-set realname        openpyxl
-version             2.2.6
+version             2.3.0
 revision            0
 categories-append   textproc
 platforms           darwin
 license             MIT/Expat
 supported_archs     noarch
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -23,12 +22,12 @@
                     OpenXML files. It is ported from the PHPExcel project.
 
 homepage            http://openpyxl.readthedocs.org
-master_sites        https://pypi.python.org/packages/source/o/${realname}/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
-distname            ${realname}-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  6c05f1d1b3de3f6d5f36f659b3135913298a885f \
-                    sha256  0e580133106976da044b5861231283fb4e1b2d439787e0f668f28eb2dfd7468e
+checksums           rmd160  a426caab64806b60eec03b702b6721afde79e051 \
+                    sha256  2f9d7350304edb0e94ccc898fb7efa8c22b83bb37fdcfeba9b674d07dae19c24
 
 if {${name} ne ${subport}} {
     depends_build-append \
@@ -38,7 +37,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/openpyxl/json
-    livecheck.regex     {openpyxl-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/475844dc/attachment.html>


More information about the macports-changes mailing list