git: e3468e7c0e69 - main - graphics/py-cartopy: Update to 0.19.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 25 20:39:04 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e3468e7c0e69f3d8bf414bdc81ad94cc66f2eeca
commit e3468e7c0e69f3d8bf414bdc81ad94cc66f2eeca
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-25 20:14:26 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-25 20:35:31 +0000
graphics/py-cartopy: Update to 0.19.0
Changes: https://github.com/SciTools/cartopy/releases
https://github.com/SciTools/cartopy/blob/master/docs/source/whats_new.rst
---
graphics/py-cartopy/Makefile | 7 ++++---
graphics/py-cartopy/distinfo | 6 +++---
graphics/py-cartopy/pkg-descr | 1 -
3 files changed, 7 insertions(+), 7 deletions(-)
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,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
PORTNAME= cartopy
-PORTVERSION= 0.18.0
-PORTREVISION= 2
+PORTVERSION= 0.19.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,8 @@ 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} \
@@ -28,6 +28,7 @@ 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
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
@@ -9,5 +9,4 @@ It features:
- 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 dev-commits-ports-all
mailing list