[144849] trunk/dports/python/py-columnize/Portfile

sean at macports.org sean at macports.org
Tue Jan 19 15:42:18 PST 2016


Revision: 144849
          https://trac.macports.org/changeset/144849
Author:   sean at macports.org
Date:     2016-01-19 15:42:18 -0800 (Tue, 19 Jan 2016)
Log Message:
-----------
py-columnize: upgrade to 0.3.8

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

Modified: trunk/dports/python/py-columnize/Portfile
===================================================================
--- trunk/dports/python/py-columnize/Portfile	2016-01-19 23:42:17 UTC (rev 144848)
+++ trunk/dports/python/py-columnize/Portfile	2016-01-19 23:42:18 UTC (rev 144849)
@@ -3,9 +3,10 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
+github.setup        rocky pycolumnize 0.3.8 release-
 name                py-columnize
-version             0.3.6
 platforms           darwin
 supported_archs     noarch
 license             GPL-3+
@@ -15,21 +16,18 @@
 long_description    A Python module to format a simple (i.e. not \
                     nested) list into aligned columns. A string with \
                     embedded newline characters is returned.
-homepage            https://code.google.com/p/pycolumnize
 
-master_sites        https://pypi.python.org/packages/source/c/columnize
-distname            columnize-${version}
-checksums           rmd160  10884a124e5b55b5fadf10355bf624178e46212d \
-                    sha256  2a6004a1076dddf711c222fae4c165d17f86c14c00de37b738fa7c1d2b539e9d
+checksums           rmd160  522a2d3e89328bca6912931088ab5954322053f8 \
+                    sha256  6c72398302ebecbc19cca01a303ef40a5a7c2e22afb4751c2373a122790e024f
 
 python.versions     27 34
 
 if {${subport} ne ${name}} {
     depends_build-append    port:py${python.version}-nose \
                             port:py${python.version}-setuptools
+
+    if {${python.version} < 30} {
+        depends_lib-append  port:py${python.version}-backports-shutil_get_terminal_size
+    }
     livecheck.type          none
-} else {
-    livecheck.type          regex
-    livecheck.url           [lindex ${master_sites} 0]
-    livecheck.regex         {columnize-(\d(?:\.\d+)+)}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160119/c5161161/attachment.html>


More information about the macports-changes mailing list