aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 23:24:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 23:24:07 +0000
commit06e76c2979690024671a51d7139dbcf4613fc97e (patch)
treebf3b25a230563bba353eedd23a3df9bc1870f3ed
parent49ece4a9cf67ac43ef33def1f35eafbdfaec16da (diff)
downloadports-06e76c2979690024671a51d7139dbcf4613fc97e.tar.gz
ports-06e76c2979690024671a51d7139dbcf4613fc97e.zip
-rw-r--r--graphics/py-pyproj/Makefile3
-rw-r--r--graphics/py-pyproj/distinfo6
-rw-r--r--graphics/py-pyproj/files/patch-pyproject.toml9
3 files changed, 13 insertions, 5 deletions
diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile
index 73e982b0bf8c..5a0dd54cdac5 100644
--- a/graphics/py-pyproj/Makefile
+++ b/graphics/py-pyproj/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pyproj
-PORTVERSION= 3.6.0
-PORTREVISION= 1
+PORTVERSION= 3.6.1
CATEGORIES= graphics geography python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-pyproj/distinfo b/graphics/py-pyproj/distinfo
index ed23da4a0e1c..f65bdf38a5c7 100644
--- a/graphics/py-pyproj/distinfo
+++ b/graphics/py-pyproj/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166296
-SHA256 (pyproj-3.6.0.tar.gz) = a5b111865b3f0f8b77b3983f2fbe4dd6248fc09d3730295949977c8dcd988062
-SIZE (pyproj-3.6.0.tar.gz) = 224432
+TIMESTAMP = 1695357825
+SHA256 (pyproj-3.6.1.tar.gz) = 44aa7c704c2b7d8fb3d483bbf75af6cb2350d30a63b144279a09b75fead501bf
+SIZE (pyproj-3.6.1.tar.gz) = 225131
diff --git a/graphics/py-pyproj/files/patch-pyproject.toml b/graphics/py-pyproj/files/patch-pyproject.toml
new file mode 100644
index 000000000000..bc8234c8e07d
--- /dev/null
+++ b/graphics/py-pyproj/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- 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]