[124929] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun Aug 31 11:38:47 PDT 2014


Revision: 124929
          https://trac.macports.org/changeset/124929
Author:   stromnov at macports.org
Date:     2014-08-31 11:38:47 -0700 (Sun, 31 Aug 2014)
Log Message:
-----------
py-toolz: new port

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

Added: trunk/dports/python/py-toolz/Portfile
===================================================================
--- trunk/dports/python/py-toolz/Portfile	                        (rev 0)
+++ trunk/dports/python/py-toolz/Portfile	2014-08-31 18:38:47 UTC (rev 124929)
@@ -0,0 +1,37 @@
+# -*- 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-toolz
+version             0.7.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+
+python.versions     27 33 34
+
+maintainers         stromnov openmaintainer
+
+description         List processing tools and functional utilities.
+long_description    ${description}
+
+homepage            https://github.com/pytoolz/toolz/
+master_sites        https://pypi.python.org/packages/source/t/toolz/
+
+distname            toolz-${version}
+
+checksums           rmd160  ea97a76662b1b7b3d5a4b3a6c8dcc127bb38b86c \
+                    sha256  8f88590f960c16db2146b6ecae31f9d048865612b69e197907e886c963fad6f3
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {toolz-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-toolz/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/20140831/5ab8ad93/attachment.html>


More information about the macports-changes mailing list