diff --git a/graphics/py-cartopy/Makefile b/graphics/py-cartopy/Makefile index fa96f9075eca..524a99b32994 100644 --- a/graphics/py-cartopy/Makefile +++ b/graphics/py-cartopy/Makefile @@ -1,45 +1,46 @@ # Created by: Po-Chuan Hsieh PORTNAME= cartopy -PORTVERSION= 0.18.0 -PORTREVISION= 2 +PORTVERSION= 0.19.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Cartopy-${PORTVERSION} MAINTAINER= sunpoet@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,1:graphics/proj \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} LIB_DEPENDS= libgeos.so:graphics/geos \ libproj.so:graphics/proj RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.10,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyshp>=1.1.4:devel/py-pyshp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Shapely>=1.5.6:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils CPPFLAGS+= -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H +MAKE_ENV= FORCE_CYTHON=1 OPTIONS_DEFINE= EPSG OWS PLOTTING EPSG_DESC= EPSG database support OWS_DESC= OGC Web Service support PLOTTING_DESC= Plotting support EPSG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyepsg>=0:graphics/py-pyepsg@${PY_FLAVOR} OWS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.8.11:graphics/py-OWSLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=1.7.8:graphics/py-pillow@${PY_FLAVOR} PLOTTING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdal>=1.10.0:graphics/py-gdal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.1:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=1.7.8:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.10:science/py-scipy@${PY_FLAVOR} .include diff --git a/graphics/py-cartopy/distinfo b/graphics/py-cartopy/distinfo index 4df9caa4f9ca..e22d25ece7fb 100644 --- a/graphics/py-cartopy/distinfo +++ b/graphics/py-cartopy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588608383 -SHA256 (Cartopy-0.18.0.tar.gz) = 7ffa317e8f8011e0d965a3ef1179e57a049f77019867ed677d49dcc5c0744434 -SIZE (Cartopy-0.18.0.tar.gz) = 14414653 +TIMESTAMP = 1619198547 +SHA256 (Cartopy-0.19.0.tar.gz) = 8e902a40f2a11bcf4a72e6e42c6eac335be23716377e42d99dc4628b7d84e790 +SIZE (Cartopy-0.19.0.tar.gz) = 11751770 diff --git a/graphics/py-cartopy/pkg-descr b/graphics/py-cartopy/pkg-descr index d9ee909a724c..37c75720e5cc 100644 --- a/graphics/py-cartopy/pkg-descr +++ b/graphics/py-cartopy/pkg-descr @@ -1,13 +1,12 @@ 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