[114094] trunk/dports/python

mojca at macports.org mojca at macports.org
Thu Nov 28 16:06:46 PST 2013


Revision: 114094
          https://trac.macports.org/changeset/114094
Author:   mojca at macports.org
Date:     2013-11-28 16:06:46 -0800 (Thu, 28 Nov 2013)
Log Message:
-----------
py-cartopy: new port (#41337)

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

Added: trunk/dports/python/py-cartopy/Portfile
===================================================================
--- trunk/dports/python/py-cartopy/Portfile	                        (rev 0)
+++ trunk/dports/python/py-cartopy/Portfile	2013-11-29 00:06:46 UTC (rev 114094)
@@ -0,0 +1,54 @@
+# -*- 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           github 1.0
+
+github.setup        SciTools cartopy 0.9.0 v
+
+name                py-cartopy
+version             0.9.0
+categories-append   science gis graphics
+platforms           darwin
+
+maintainers         bo.ingv.it:peter.danecek openmaintainer
+
+license             LGPL3
+
+description         A library providing cartographic tools for python.
+
+long_description    Cartopy is a Python package designed to make drawing maps \
+                    for data analysis and visualisation as easy as possible. \
+                    It makes use of the powerful PROJ.4, numpy and shapely \
+                    libraries and has a simple and intuitive drawing interface \
+                    to matplotlib for creating publication quality maps.
+
+homepage            http://scitools.org.uk/cartopy/
+
+checksums           md5     fcae31b7f7a322160da2dce6ae597d1c \
+                    rmd160  25f84a9fe68a3a0bdca433b2a0aecf04c189cee0 \
+                    sha256  14c21ad1f84f22d55a017180435f087264ef767ef27b24ccb0f3fa330a326ad4
+
+python.versions     27
+
+if {${subport} != ${name}} {
+    depends_build-append    port:py${python.version}-setuptools \
+                            port:py${python.version}-cython \
+                            port:py${python.version}-numpy
+
+    depends_lib-append      port:proj \
+                            port:geos
+
+    depends_run-append      port:py${python.version}-numpy \
+                            port:py${python.version}-scipy \
+                            port:py${python.version}-matplotlib \
+                            port:py${python.version}-shapely \
+                            port:py${python.version}-pyshp
+
+    # testing only
+    depends_run-append      port:py${python.version}-nose \
+                            port:py${python.version}-pep8 \
+                            port:py${python.version}-mock \
+                            port:py${python.version}-pil
+}


Property changes on: trunk/dports/python/py-cartopy/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/20131128/bb9bfce0/attachment.html>


More information about the macports-changes mailing list