[145943] trunk/dports/python/py-reportlab/Portfile

stromnov at macports.org stromnov at macports.org
Mon Feb 22 00:29:09 PST 2016


Revision: 145943
          https://trac.macports.org/changeset/145943
Author:   stromnov at macports.org
Date:     2016-02-22 00:29:09 -0800 (Mon, 22 Feb 2016)
Log Message:
-----------
py-reportlab: update to version 3.3.0

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

Modified: trunk/dports/python/py-reportlab/Portfile
===================================================================
--- trunk/dports/python/py-reportlab/Portfile	2016-02-22 08:07:59 UTC (rev 145942)
+++ trunk/dports/python/py-reportlab/Portfile	2016-02-22 08:29:09 UTC (rev 145943)
@@ -5,13 +5,13 @@
 PortGroup           python 1.0
 
 name                py-reportlab
-version             3.2.0
+version             3.3.0
 revision            0
 categories-append   textproc
 platforms           darwin
 license             BSD
 
-python.versions     27 34
+python.versions     27 34 35
 
 maintainers         stromnov openmaintainer
 
@@ -21,13 +21,13 @@
                     creating documents in PDF format.
 
 homepage            http://www.reportlab.com/software/opensource/rl-toolkit/
-master_sites        https://pypi.python.org/packages/source/r/reportlab/ \
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname} \
                     http://www.reportlab.com/ftp/
 
-distname            reportlab-${version}
+distname            ${python.rootname}-${version}
 
-checksums           rmd160  1483f863ea2df098016ef039679a7391b80aae6f \
-                    sha256  72e687662bd854776407b9108483561831b45546d935df8b0477708199086293
+checksums           rmd160  5fa65b8abf15042671d7e850bb214acff6eeeb03 \
+                    sha256  f48900b9321bcb2871a46543993bd995148d769a11a9e24495f25b4ec0bbe267
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:freetype \
@@ -41,7 +41,5 @@
 
     livecheck.type      none
 } else {
-    livecheck.type      regex
-    livecheck.url       https://pypi.python.org/pypi/reportlab/json
-    livecheck.regex     {reportlab-(\d+(?:\.\d+)*)\.[tz]}
+    livecheck.type      pypi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160222/f2682239/attachment.html>


More information about the macports-changes mailing list