graphics/py-pyproj: Update to 3.1.0
- Update USES=python of dependent ports Changes: https://github.com/pyproj4/pyproj/releases
This commit is contained in:
parent
dd9006a683
commit
5947a63c5b
7 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= OWSLib
|
||||
PORTVERSION= 0.22.0
|
||||
PORTVERSION= 0.22.0
|
||||
CATEGORIES= graphics geography python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pygeoapi
|
||||
PORTVERSION= 0.9.0
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= graphics geography python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rasterio>0:graphics/py-rasterio@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: TAOKA Fumiyoshi
|
||||
|
||||
PORTNAME= pyproj
|
||||
PORTVERSION= 3.0.1
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= graphics geography python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= proj>=7.2.0,1:graphics/proj
|
||||
LIB_DEPENDS= libproj.so:graphics/proj
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent cython distutils
|
||||
|
||||
MAKE_ENV= PROJ_DIR=${LOCALBASE}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1620405435
|
||||
SHA256 (pyproj-3.0.1.tar.gz) = bfbac35490dd17f706700673506eeb8170f8a2a63fb5878171d4e6eef242d141
|
||||
SIZE (pyproj-3.0.1.tar.gz) = 168962
|
||||
TIMESTAMP = 1622037980
|
||||
SHA256 (pyproj-3.1.0.tar.gz) = 67b94f4e694ae33fc90dfb7da0e6b5ed5f671dd0acc2f6cf46e9c39d56e16e1a
|
||||
SIZE (pyproj-3.1.0.tar.gz) = 182603
|
||||
|
|
|
@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}Shapely>=1.0.14:devel/py-shapely@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tinycss>0:textproc/py-tinycss@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python:3.7+
|
||||
USE_GITHUB= yes
|
||||
GH_PROJECT= ${PORTNAME}.py
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geolinks>=0:science/py-geolinks@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}Shapely>=0:devel/py-shapely@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Komzpa
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= distutils py3kplist optsuffix
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue