Date: Sun, 8 Nov 2020 17:49:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554639 - in head: graphics/py-geopandas graphics/py-pyproj misc/py-kartograph Message-ID: <202011081749.0A8HnnkW030026@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 8 17:49:49 2020 New Revision: 554639 URL: https://svnweb.freebsd.org/changeset/ports/554639 Log: 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) Modified: head/graphics/py-geopandas/Makefile head/graphics/py-pyproj/Makefile head/graphics/py-pyproj/distinfo head/graphics/py-pyproj/pkg-descr head/misc/py-kartograph/Makefile Modified: head/graphics/py-geopandas/Makefile ============================================================================== --- head/graphics/py-geopandas/Makefile Sun Nov 8 17:49:44 2020 (r554638) +++ head/graphics/py-geopandas/Makefile Sun Nov 8 17:49:49 2020 (r554639) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-p ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.3:graphics/py-pyproj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.3.0:devel/py-six@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist cython distutils NO_ARCH= yes Modified: head/graphics/py-pyproj/Makefile ============================================================================== --- head/graphics/py-pyproj/Makefile Sun Nov 8 17:49:44 2020 (r554638) +++ head/graphics/py-pyproj/Makefile Sun Nov 8 17:49:49 2020 (r554639) @@ -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 Modified: head/graphics/py-pyproj/distinfo ============================================================================== --- head/graphics/py-pyproj/distinfo Sun Nov 8 17:49:44 2020 (r554638) +++ head/graphics/py-pyproj/distinfo Sun Nov 8 17:49:49 2020 (r554639) @@ -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 Modified: head/graphics/py-pyproj/pkg-descr ============================================================================== --- head/graphics/py-pyproj/pkg-descr Sun Nov 8 17:49:44 2020 (r554638) +++ head/graphics/py-pyproj/pkg-descr Sun Nov 8 17:49:49 2020 (r554639) @@ -21,4 +21,4 @@ scalars or numpy/Numeric/numarray arrays. Optimized fo that support the Python buffer protocol (regular python and numpy array objects). -WWW: https://github.com/jswhit/pyproj +WWW: https://github.com/pyproj4/pyproj Modified: head/misc/py-kartograph/Makefile ============================================================================== --- head/misc/py-kartograph/Makefile Sun Nov 8 17:49:44 2020 (r554638) +++ head/misc/py-kartograph/Makefile Sun Nov 8 17:49:49 2020 (r554639) @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/p ${PYTHON_PKGNAMEPREFIX}Shapely>=1.0.14:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tinycss>0:textproc/py-tinycss@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_GITHUB= yes GH_PROJECT= ${PORTNAME}.py USE_PYTHON= distutils concurrent autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081749.0A8HnnkW030026>