Skip to content

Commit

Permalink
graphics/py-cartopy: Update to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 25, 2021
1 parent 55ea60b commit e3468e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions graphics/py-cartopy/Makefile
@@ -1,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= cartopy
PORTVERSION= 0.18.0
PORTREVISION= 2
PORTVERSION= 0.19.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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} \
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
1 change: 0 additions & 1 deletion graphics/py-cartopy/pkg-descr
Expand Up @@ -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

0 comments on commit e3468e7

Please sign in to comment.