svn commit: r470330 - in head/graphics: . py-cartopy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 18 23:23:24 UTC 2018


Author: sunpoet
Date: Fri May 18 23:23:22 2018
New Revision: 470330
URL: https://svnweb.freebsd.org/changeset/ports/470330

Log:
  Add py-cartopy 0.16.0
  
  Cartopy is a Python package designed to make drawing maps for data analysis and
  visualisation easy.
  
  It features:
  - object oriented projection definitions
  - point, line, polygon and image transformations between projections
  - integration to expose advanced mapping in Matplotlib with a simple and
    intuitive interface
  - powerful vector data handling by integrating shapefile reading with Shapely
    capabilities
  
  WWW: https://pypi.org/project/Cartopy/
  WWW: https://github.com/SciTools/cartopy

Added:
  head/graphics/py-cartopy/
  head/graphics/py-cartopy/Makefile   (contents, props changed)
  head/graphics/py-cartopy/distinfo   (contents, props changed)
  head/graphics/py-cartopy/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri May 18 21:03:54 2018	(r470329)
+++ head/graphics/Makefile	Fri May 18 23:23:22 2018	(r470330)
@@ -884,6 +884,7 @@
     SUBDIR += py-blockdiagcontrib-cisco
     SUBDIR += py-cairo
     SUBDIR += py-cairocffi
+    SUBDIR += py-cartopy
     SUBDIR += py-chart
     SUBDIR += py-django-easy-thumbnails
     SUBDIR += py-djvulibre

Added: head/graphics/py-cartopy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cartopy/Makefile	Fri May 18 23:23:22 2018	(r470330)
@@ -0,0 +1,30 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	cartopy
+PORTVERSION=	0.16.0
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	Cartopy-${PORTVERSION}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Cartographic library with Matplotlib support for visualisation
+
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
+
+BUILD_DEPENDS=	geos>-3.3.3:graphics/geos \
+		proj>=4.9.0:graphics/proj \
+		${PYNUMPY}
+LIB_DEPENDS=	libgeos.so:graphics/geos \
+		libproj.so:graphics/proj
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}pyshp>=1.1.4:devel/py-pyshp@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Shapely>=1.5.6:devel/py-shapely@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${FLAVOR}
+
+USE_PYTHON=	autoplist concurrent cython distutils
+USES=		python
+
+.include <bsd.port.mk>

Added: head/graphics/py-cartopy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cartopy/distinfo	Fri May 18 23:23:22 2018	(r470330)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1521210915
+SHA256 (Cartopy-0.16.0.tar.gz) = f23dffa101f43dd91e866a49ebb5f5048be2a24ab8a921a5c07edabde746d9a4
+SIZE (Cartopy-0.16.0.tar.gz) = 8808827

Added: head/graphics/py-cartopy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cartopy/pkg-descr	Fri May 18 23:23:22 2018	(r470330)
@@ -0,0 +1,13 @@
+Cartopy is a Python package designed to make drawing maps for data analysis and
+visualisation easy.
+
+It features:
+- object oriented projection definitions
+- point, line, polygon and image transformations between projections
+- integration to expose advanced mapping in Matplotlib with a simple and
+  intuitive interface
+- powerful vector data handling by integrating shapefile reading with Shapely
+  capabilities
+
+WWW: https://pypi.org/project/Cartopy/
+WWW: https://github.com/SciTools/cartopy


More information about the svn-ports-head mailing list