Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 23:35:19 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 06e76c297969 - main - graphics/py-pyproj: Update to 3.6.1
Message-ID:  <202309222335.38MNZJ2K017102@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06e76c2979690024671a51d7139dbcf4613fc97e

commit 06e76c2979690024671a51d7139dbcf4613fc97e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-22 23:24:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-22 23:24:07 +0000

    graphics/py-pyproj: Update to 3.6.1
    
    Changes:        https://github.com/pyproj4/pyproj/releases
---
 graphics/py-pyproj/Makefile                   | 3 +--
 graphics/py-pyproj/distinfo                   | 6 +++---
 graphics/py-pyproj/files/patch-pyproject.toml | 9 +++++++++
 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]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309222335.38MNZJ2K017102>