Revision
124930
Author
stromnov@macports.org
Date
2014-08-31 11:39:20 -0700 (Sun, 31 Aug 2014)

Log Message

py-cytoolz: new port

Added Paths

Diff

Added: trunk/dports/python/py-cytoolz/Portfile (0 => 124930)


--- trunk/dports/python/py-cytoolz/Portfile	                        (rev 0)
+++ trunk/dports/python/py-cytoolz/Portfile	2014-08-31 18:39:20 UTC (rev 124930)
@@ -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-cytoolz
+version             0.7.0
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+
+python.versions     27 33 34
+
+maintainers         stromnov openmaintainer
+
+description         Cython implementation of Toolz.
+long_description    ${description}
+
+homepage            https://github.com/pytoolz/cytoolz/
+master_sites        https://pypi.python.org/packages/source/c/cytoolz/
+
+distname            cytoolz-${version}
+
+checksums           rmd160  8b2d3e68eadaf64862637f2e9f3fe09b8e43f25a \
+                    sha256  0205485c054a273fe66f247293e894c7be57f999e829fe26041230d7ea3b70df
+
+if {${name} ne ${subport}} {
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {cytoolz-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-cytoolz/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style