diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-09 01:49:49 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-09 01:49:49 +0800 |
commit | b2b8870b27deb74c1fd746807f851f538404e016 (patch) | |
tree | 8076e587539e0864d13f90f6e71d0d5a0657f2d9 /graphics/py-pyproj | |
parent | 0b44525ce95675dcfc9ac1911042409c02a87614 (diff) | |
download | freebsd-ports-gnome-b2b8870b27deb74c1fd746807f851f538404e016.tar.gz freebsd-ports-gnome-b2b8870b27deb74c1fd746807f851f538404e016.tar.zst freebsd-ports-gnome-b2b8870b27deb74c1fd746807f851f538404e016.zip |
Update to 2.6.1.post1
- Add BUILD_DEPENDS
- Update WWW
- Take maintainership
Changes: https://github.com/pyproj4/pyproj/releases
PR: 250256
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 29 days)
Diffstat (limited to 'graphics/py-pyproj')
-rw-r--r-- | graphics/py-pyproj/Makefile | 10 | ||||
-rw-r--r-- | graphics/py-pyproj/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-pyproj/pkg-descr | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile index aedc476570a9..5e11ead1853e 100644 --- a/graphics/py-pyproj/Makefile +++ b/graphics/py-pyproj/Makefile @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= pyproj -PORTVERSION= 2.1.3 +PORTVERSION= 2.6.1 +DISTVERSIONSUFFIX= .post1 CATEGORIES= graphics python geography MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= fmysh@iijmio-mail.jp +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cython wrapper to provide python interfaces to PROJ.4 functions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= proj>=6.2.0:graphics/proj LIB_DEPENDS= libproj.so:graphics/proj -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent cython distutils MAKE_ENV= PROJ_DIR=${LOCALBASE} @@ -23,7 +25,7 @@ MAKE_ENV= PROJ_DIR=${LOCALBASE} PORTDOCS= * PORTDOCS1= README.md docs/* PORTEXAMPLES= sample.out \ - test.py test_awips221.py test_crs.py test_datadir.py \ + test_awips221.py test_datadir.py \ test_datum.py test_datum_shift.py test_doctest_wrapper.py \ test_exception_logging.py test_geod.py test_pickle.py \ test_transform.py test_transformer.py diff --git a/graphics/py-pyproj/distinfo b/graphics/py-pyproj/distinfo index 349ae523a2ca..bb79cd3f6d6f 100644 --- a/graphics/py-pyproj/distinfo +++ b/graphics/py-pyproj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558185597 -SHA256 (pyproj-2.1.3.tar.gz) = 99c52788b01a7bb9a88024bf4d40965c0a66a93d654600b5deacf644775f424d -SIZE (pyproj-2.1.3.tar.gz) = 521154 +TIMESTAMP = 1596961504 +SHA256 (pyproj-2.6.1.post1.tar.gz) = 4f5b02b4abbd41610397c635b275a8ee4a2b5bc72a75572b98ac6ae7befa471e +SIZE (pyproj-2.6.1.post1.tar.gz) = 545482 diff --git a/graphics/py-pyproj/pkg-descr b/graphics/py-pyproj/pkg-descr index caa05e40f95b..c5d1ecf030c9 100644 --- a/graphics/py-pyproj/pkg-descr +++ b/graphics/py-pyproj/pkg-descr @@ -21,4 +21,4 @@ scalars or numpy/Numeric/numarray arrays. Optimized for objects that support the Python buffer protocol (regular python and numpy array objects). -WWW: https://github.com/jswhit/pyproj +WWW: https://github.com/pyproj4/pyproj |