[149387] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Thu Jun 16 05:23:08 PDT 2016


Revision: 149387
          https://trac.macports.org/changeset/149387
Author:   stromnov at macports.org
Date:     2016-06-16 05:23:08 -0700 (Thu, 16 Jun 2016)
Log Message:
-----------
py-descartes: new port

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

Added: trunk/dports/python/py-descartes/Portfile
===================================================================
--- trunk/dports/python/py-descartes/Portfile	                        (rev 0)
+++ trunk/dports/python/py-descartes/Portfile	2016-06-16 12:23:08 UTC (rev 149387)
@@ -0,0 +1,41 @@
+# -*- 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
+PortGroup           select 1.0
+
+name                py-descartes
+version             1.0.2
+revision            0
+categories-append   devel
+platforms           darwin
+license             BSD
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         stromnov openmaintainer
+
+description         Use geometric objects as matplotlib paths and patches
+long_description    ${description}
+
+homepage            http://bitbucket.org/sgillies/descartes/
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  b0f6e160edfb9500654a600b12082478914d4409 \
+                    sha256  078ef4b50baeafd0cbde538750911ca60161829a8696ae2c7e5a6a1071af1257
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-matplotlib \
+                        port:py${python.version}-numpy \
+                        port:py${python.version}-shapely
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-descartes/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/20160616/36be730b/attachment-0001.html>


More information about the macports-changes mailing list