git: d4eef826c75d - main - graphics/py-pyproj: Update to 3.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Sep 2026 11:34:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d4eef826c75dce1dd0edc8a5e658104ad0182a04
commit d4eef826c75dce1dd0edc8a5e658104ad0182a04
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-09-12 11:00:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-09-12 11:23:28 +0000
graphics/py-pyproj: Update to 3.8.0
Changes: https://github.com/pyproj4/pyproj/releases
---
graphics/py-pyproj/Makefile | 7 +++----
graphics/py-pyproj/distinfo | 6 +++---
graphics/py-pyproj/files/patch-pyproject.toml | 12 ++++++++++--
3 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile
index 682cc9a35cbf..b90f780c43f1 100644
--- a/graphics/py-pyproj/Makefile
+++ b/graphics/py-pyproj/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pyproj
-PORTVERSION= 3.7.2
-PORTREVISION= 2
+PORTVERSION= 3.8.0
CATEGORIES= graphics geography python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,12 +13,12 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= proj>=9.4.0,1:graphics/proj \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=61: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.11+
+USES= python:3.12+
USE_PYTHON= autoplist concurrent cython pep517
MAKE_ENV= PROJ_DIR=${LOCALBASE}
diff --git a/graphics/py-pyproj/distinfo b/graphics/py-pyproj/distinfo
index b637bdac1f08..0cf0c34ac48a 100644
--- a/graphics/py-pyproj/distinfo
+++ b/graphics/py-pyproj/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757120780
-SHA256 (pyproj-3.7.2.tar.gz) = 39a0cf1ecc7e282d1d30f36594ebd55c9fae1fda8a2622cee5d100430628f88c
-SIZE (pyproj-3.7.2.tar.gz) = 226279
+TIMESTAMP = 1789128460
+SHA256 (pyproj-3.8.0.tar.gz) = efa59725bba68bf97fa808b61302df32934acdceb6a5c92a8dd0e71dc266a876
+SIZE (pyproj-3.8.0.tar.gz) = 242018
diff --git a/graphics/py-pyproj/files/patch-pyproject.toml b/graphics/py-pyproj/files/patch-pyproject.toml
index c62909e7efe9..3b65be6e2ed6 100644
--- a/graphics/py-pyproj/files/patch-pyproject.toml
+++ b/graphics/py-pyproj/files/patch-pyproject.toml
@@ -1,6 +1,14 @@
---- pyproject.toml.orig 2025-08-14 11:05:05 UTC
+--- pyproject.toml.orig 2026-09-05 18:30:44 UTC
+++ pyproject.toml
-@@ -13,8 +13,7 @@ maintainers = [
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+- "setuptools>=77.0.1",
++ "setuptools>=61",
+ "cython>=3.1",
+ ]
+ build-backend = "setuptools.build_meta"
+@@ -16,8 +16,7 @@ maintainers = [
maintainers = [
{name = "pyproj contributors"},
]