svn commit: r503897 - in head/graphics: . py-descartes
Kai Knoblich
kai at FreeBSD.org
Mon Jun 10 13:55:04 UTC 2019
Author: kai
Date: Mon Jun 10 13:55:02 2019
New Revision: 503897
URL: https://svnweb.freebsd.org/changeset/ports/503897
Log:
New port: graphics/py-descartes
Process Shapely (devel/py-shapely) or GeoJSON-like objects as matplotlib paths
and patches.
WWW: https://pypi.python.org/pypi/descartes
PR: 228793
Submitted by: lbartoletti at tuxfamily.org
Added:
head/graphics/py-descartes/
head/graphics/py-descartes/Makefile (contents, props changed)
head/graphics/py-descartes/distinfo (contents, props changed)
head/graphics/py-descartes/pkg-descr (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Mon Jun 10 13:54:40 2019 (r503896)
+++ head/graphics/Makefile Mon Jun 10 13:55:02 2019 (r503897)
@@ -813,6 +813,7 @@
SUBDIR += py-cairocffi
SUBDIR += py-cartopy
SUBDIR += py-chart
+ SUBDIR += py-descartes
SUBDIR += py-django-easy-thumbnails
SUBDIR += py-djvulibre
SUBDIR += py-editobj
Added: head/graphics/py-descartes/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-descartes/Makefile Mon Jun 10 13:55:02 2019 (r503897)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= descartes
+PORTVERSION= 1.1.0
+CATEGORIES= graphics python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= lbartoletti at tuxfamily.org
+COMMENT= Use geometric objects as matplotlib paths and patches
+
+LICENSE= BSD3CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/graphics/py-descartes/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-descartes/distinfo Mon Jun 10 13:55:02 2019 (r503897)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527880583
+SHA256 (descartes-1.1.0.tar.gz) = 135a502146af5ed6ff359975e2ebc5fa4b71b5432c355c2cafdc6dea1337035b
+SIZE (descartes-1.1.0.tar.gz) = 3525
Added: head/graphics/py-descartes/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/py-descartes/pkg-descr Mon Jun 10 13:55:02 2019 (r503897)
@@ -0,0 +1,4 @@
+Process Shapely (devel/py-shapely) or GeoJSON-like objects as matplotlib paths
+and patches.
+
+WWW: https://pypi.python.org/pypi/descartes
More information about the svn-ports-all
mailing list