[133969] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Mon Mar 16 05:45:42 PDT 2015


Revision: 133969
          https://trac.macports.org/changeset/133969
Author:   stromnov at macports.org
Date:     2015-03-16 05:45:41 -0700 (Mon, 16 Mar 2015)
Log Message:
-----------
py-odo: new port

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

Added: trunk/dports/python/py-odo/Portfile
===================================================================
--- trunk/dports/python/py-odo/Portfile	                        (rev 0)
+++ trunk/dports/python/py-odo/Portfile	2015-03-16 12:45:41 UTC (rev 133969)
@@ -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-odo
+version             0.3.1
+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/odo
+master_sites        https://pypi.python.org/packages/source/o/odo/
+
+distname            odo-${version}
+
+checksums           rmd160  ca16cdb46719475c8a78c2790af84e426b13ef30 \
+                    sha256  4c7dfa6cfbcf56fccfbe1c91c2688ccad1a1276703ce18b27c13825d9f2ec2ba
+
+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       https://pypi.python.org/pypi/odo/json
+    livecheck.regex     {odo-(\d+(?:\.\d+)*)\.[tz]}
+}


Property changes on: trunk/dports/python/py-odo/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/20150316/d0876855/attachment.html>


More information about the macports-changes mailing list