Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2019 13:55:02 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503897 - in head/graphics: . py-descartes
Message-ID:  <201906101355.x5ADt2BP039715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906101355.x5ADt2BP039715>