[127646] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Fri Oct 31 04:50:34 PDT 2014


Revision: 127646
          https://trac.macports.org/changeset/127646
Author:   stromnov at macports.org
Date:     2014-10-31 04:50:34 -0700 (Fri, 31 Oct 2014)
Log Message:
-----------
py-tabulate: new port

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

Added: trunk/dports/python/py-tabulate/Portfile
===================================================================
--- trunk/dports/python/py-tabulate/Portfile	                        (rev 0)
+++ trunk/dports/python/py-tabulate/Portfile	2014-10-31 11:50:34 UTC (rev 127646)
@@ -0,0 +1,36 @@
+# -*- 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-tabulate
+version             0.7.3
+revision            0
+categories-append   devel
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Pretty-print tabular data
+long_description    ${description}
+
+homepage            https://bitbucket.org/astanin/python-tabulate
+master_sites        https://pypi.python.org/packages/source/t/tabulate/
+
+distname            tabulate-${version}
+
+checksums           rmd160  621772573c38de1369317b3ed7a080b054b4c7a1 \
+                    sha256  8a59a61ed6ddfdb009f15917e0f006cc5842f9daa72c519593b7a095e645532a
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {tabulate-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-tabulate/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/20141031/0b513155/attachment.html>


More information about the macports-changes mailing list