git: 08335195a086 - main - devel/py-ptpython: Update to 3.0.30

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 29 Apr 2025 12:46:52 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=08335195a0864bae09bde70086acf44b67a1247b

commit 08335195a0864bae09bde70086acf44b67a1247b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-29 11:45:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-29 12:42:36 +0000

    devel/py-ptpython: Update to 3.0.30
    
    Changes:        https://github.com/prompt-toolkit/ptpython/releases
---
 devel/py-ptpython/Makefile                   | 4 ++--
 devel/py-ptpython/distinfo                   | 6 +++---
 devel/py-ptpython/files/patch-pyproject.toml | 9 +++++++++
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/devel/py-ptpython/Makefile b/devel/py-ptpython/Makefile
index d7f7b0277b9f..fbc0df42657d 100644
--- a/devel/py-ptpython/Makefile
+++ b/devel/py-ptpython/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ptpython
-PORTVERSION=	3.0.29
+PORTVERSION=	3.0.30
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW=		https://github.com/prompt-toolkit/ptpython
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jedi>=0.16.0:devel/py-jedi@${PY_FLAVOR} \
diff --git a/devel/py-ptpython/distinfo b/devel/py-ptpython/distinfo
index 04e567b13da1..f7bb1e69bfad 100644
--- a/devel/py-ptpython/distinfo
+++ b/devel/py-ptpython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1721823028
-SHA256 (ptpython-3.0.29.tar.gz) = b9d625183aef93a673fc32cbe1c1fcaf51412e7a4f19590521cdaccadf25186e
-SIZE (ptpython-3.0.29.tar.gz) = 72622
+TIMESTAMP = 1745178044
+SHA256 (ptpython-3.0.30.tar.gz) = 51a07f9b8ebf8435a5aaeb22831cca4a52e87029771a2637df2763c79d3d8776
+SIZE (ptpython-3.0.30.tar.gz) = 72812
diff --git a/devel/py-ptpython/files/patch-pyproject.toml b/devel/py-ptpython/files/patch-pyproject.toml
new file mode 100644
index 000000000000..4fe75a93653f
--- /dev/null
+++ b/devel/py-ptpython/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- pyproject.toml.orig	2025-04-15 09:22:49 UTC
++++ pyproject.toml
+@@ -91,5 +91,5 @@ extend-ignore-re = [
+ ]
+ 
+ [build-system]
+-requires = ["setuptools>=68"]
++requires = ["setuptools>=61"]
+ build-backend = "setuptools.build_meta"