[129646] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Wed Dec 17 13:58:12 PST 2014


Revision: 129646
          https://trac.macports.org/changeset/129646
Author:   stromnov at macports.org
Date:     2014-12-17 13:58:12 -0800 (Wed, 17 Dec 2014)
Log Message:
-----------
py-into: new port

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

Added: trunk/dports/python/py-into/Portfile
===================================================================
--- trunk/dports/python/py-into/Portfile	                        (rev 0)
+++ trunk/dports/python/py-into/Portfile	2014-12-17 21:58:12 UTC (rev 129646)
@@ -0,0 +1,44 @@
+# -*- 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-into
+version             0.1.3
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+
+python.versions     27 34
+
+maintainers         stromnov openmaintainer
+
+description         Data migration utilities
+long_description    ${description}
+
+homepage            http://github.com/ContinuumIO/into/
+master_sites        https://pypi.python.org/packages/source/i/into/
+
+distname            into-${version}
+
+checksums           rmd160  2c924005b9a5de79e6b91dc10456ae759c9b6bb0 \
+                    sha256  a92642e2a7372b477488c9d92c3e4d03b5412908dd291dd85020a7eb97c49d44
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-datashape \
+                        port:py${python.version}-numpy \
+                        port:py${python.version}-pandas \
+                        port:py${python.version}-toolz \
+                        port:py${python.version}-multipledispatch \
+                        port:py${python.version}-networkx
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {into-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-into/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/20141217/4cb324b4/attachment.html>


More information about the macports-changes mailing list