Index: head/graphics/py-geopandas/Makefile =================================================================== --- head/graphics/py-geopandas/Makefile (revision 554638) +++ head/graphics/py-geopandas/Makefile (revision 554639) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= geopandas PORTVERSION= 0.8.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Python tools for geographic data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Shapely>=1.2.18:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Fiona>=1.0.1:graphics/py-fiona@${PY_FLAVOR} \ ${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 .include Index: head/graphics/py-pyproj/Makefile =================================================================== --- head/graphics/py-pyproj/Makefile (revision 554638) +++ head/graphics/py-pyproj/Makefile (revision 554639) @@ -1,46 +1,48 @@ # Created by: TAOKA Fumiyoshi # $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} 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 OPTIONS_DEFINE= DOCS EXAMPLES post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/_proj.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs/ && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} "! -name .buildinfo" ) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/test/,} ${STAGEDIR}${EXAMPLESDIR} .include Index: head/graphics/py-pyproj/distinfo =================================================================== --- head/graphics/py-pyproj/distinfo (revision 554638) +++ head/graphics/py-pyproj/distinfo (revision 554639) @@ -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 Index: head/graphics/py-pyproj/pkg-descr =================================================================== --- head/graphics/py-pyproj/pkg-descr (revision 554638) +++ head/graphics/py-pyproj/pkg-descr (revision 554639) @@ -1,24 +1,24 @@ Cython wrapper to provide python interfaces to PROJ.4 functions. Performs cartographic transformations and geodetic computations. The Proj class can convert from geographic (longitude,latitude) to native map projection (x,y) coordinates and vice versa, or from one map projection coordinate system directly to another. The module variable pj_list is a dictionary containing all the available projections and their descriptions. The Geod class can perform forward and inverse geodetic, or Great Circle, computations. The forward computation involves determining latitude, longitude and back azimuth of a terminus point given the latitude and longitude of an initial point, plus azimuth and distance. The inverse computation involves determining the forward and back azimuths and distance given the latitudes and longitudes of an initial and terminus point. Input coordinates can be given as python arrays, lists/tuples, 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 Index: head/misc/py-kartograph/Makefile =================================================================== --- head/misc/py-kartograph/Makefile (revision 554638) +++ head/misc/py-kartograph/Makefile (revision 554639) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= kartograph DISTVERSION= 0.6.8 PORTREVISION= 1 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Framework for building interactive map applications LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gdal>0:graphics/py-gdal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ordereddict>0:devel/py-ordereddict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyshp>0:devel/py-pyshp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pykml>0:misc/py-pykml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \ ${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 .include