[130961] trunk/dports/python

larryv at macports.org larryv at macports.org
Sat Jan 3 22:59:36 PST 2015


Revision: 130961
          https://trac.macports.org/changeset/130961
Author:   larryv at macports.org
Date:     2015-01-03 22:59:36 -0800 (Sat, 03 Jan 2015)
Log Message:
-----------
py-columnize: Create new port

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

Added: trunk/dports/python/py-columnize/Portfile
===================================================================
--- trunk/dports/python/py-columnize/Portfile	                        (rev 0)
+++ trunk/dports/python/py-columnize/Portfile	2015-01-04 06:59:36 UTC (rev 130961)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-columnize
+version             0.3.6
+platforms           darwin
+supported_archs     noarch
+license             GPL-3+
+maintainers         nomaintainer
+
+description         Format a simple list into aligned columns
+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
+
+python.versions     27 34
+
+if {${subport} ne ${name}} {
+    depends_build-append    port:py${python.version}-nose \
+                            port:py${python.version}-setuptools
+    livecheck.type          none
+} else {
+    livecheck.type          regex
+    livecheck.url           [lindex ${master_sites} 0]
+    livecheck.regex         {columnize-(\d(?:\.\d+)+)}
+}


Property changes on: trunk/dports/python/py-columnize/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150103/49d86401/attachment.html>


More information about the macports-changes mailing list