mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
graphics/py-pyproj: Update to 3.7.1
Changes: https://github.com/pyproj4/pyproj/releases
This commit is contained in:
parent
98ebae1534
commit
42bcff23f1
3 changed files with 6 additions and 15 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= pyproj
|
||||
PORTVERSION= 3.7.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.7.1
|
||||
CATEGORIES= graphics geography python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,13 +13,14 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= proj>=9.2.0,1:graphics/proj \
|
||||
${PYTHON_PKGNAMEPREFIX}cython3>=3:lang/cython3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libproj.so:graphics/proj
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.10+
|
||||
USE_PYTHON= autoplist concurrent cython pep517
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
MAKE_ENV= PROJ_DIR=${LOCALBASE}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1728632434
|
||||
SHA256 (pyproj-3.7.0.tar.gz) = bf658f4aaf815d9d03c8121650b6f0b8067265c36e31bc6660b98ef144d81813
|
||||
SIZE (pyproj-3.7.0.tar.gz) = 225577
|
||||
TIMESTAMP = 1739930196
|
||||
SHA256 (pyproj-3.7.1.tar.gz) = 60d72facd7b6b79853f19744779abcd3f804c4e0d4fa8815469db20c9f640a47
|
||||
SIZE (pyproj-3.7.1.tar.gz) = 226339
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
--- pyproject.toml.orig 2023-09-22 06:56:11 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
-requires = ["setuptools>=61.0.0", "wheel", "cython>=3"]
|
||||
+requires = ["setuptools>=61.0.0", "wheel", "cython>=0.28.4"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
Loading…
Add table
Reference in a new issue