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@tuxfamily.org
This commit is contained in:
parent
81826cc2ef
commit
7da01ea626
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503897
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
21
graphics/py-descartes/Makefile
Normal file
21
graphics/py-descartes/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= descartes
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lbartoletti@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>
|
3
graphics/py-descartes/distinfo
Normal file
3
graphics/py-descartes/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1527880583
|
||||
SHA256 (descartes-1.1.0.tar.gz) = 135a502146af5ed6ff359975e2ebc5fa4b71b5432c355c2cafdc6dea1337035b
|
||||
SIZE (descartes-1.1.0.tar.gz) = 3525
|
4
graphics/py-descartes/pkg-descr
Normal file
4
graphics/py-descartes/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue