git: 2a22478fad75 - main - devel/py-path: Update to 17.1.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 12 Aug 2025 18:18:03 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2a22478fad75e56015277cca964d276f2a11cb01

commit 2a22478fad75e56015277cca964d276f2a11cb01
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 17:58:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-12 18:15:43 +0000

    devel/py-path: Update to 17.1.1
    
    Changes:        https://github.com/jaraco/path/blob/main/NEWS.rst
---
 devel/py-path/Makefile                   |  4 ++--
 devel/py-path/distinfo                   |  6 +++---
 devel/py-path/files/patch-pyproject.toml | 22 ++++++++++++++++++++++
 3 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/devel/py-path/Makefile b/devel/py-path/Makefile
index cd0d2f941129..398b0aad2cdf 100644
--- a/devel/py-path/Makefile
+++ b/devel/py-path/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	path
-PORTVERSION=	17.1.0
+PORTVERSION=	17.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW=		https://github.com/jaraco/path
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
diff --git a/devel/py-path/distinfo b/devel/py-path/distinfo
index 4764716f7e6e..ba74e93bdc11 100644
--- a/devel/py-path/distinfo
+++ b/devel/py-path/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735705173
-SHA256 (path-17.1.0.tar.gz) = d41e05ed4fa1d4f6d702df3c1e0a1a255d7b544287432456455dc7c51e5f98e9
-SIZE (path-17.1.0.tar.gz) = 50081
+TIMESTAMP = 1753796076
+SHA256 (path-17.1.1.tar.gz) = 2dfcbfec8b4d960f3469c52acf133113c2a8bf12ac7b98d629fa91af87248d42
+SIZE (path-17.1.1.tar.gz) = 50528
diff --git a/devel/py-path/files/patch-pyproject.toml b/devel/py-path/files/patch-pyproject.toml
new file mode 100644
index 000000000000..df4b36953785
--- /dev/null
+++ b/devel/py-path/files/patch-pyproject.toml
@@ -0,0 +1,22 @@
+--- pyproject.toml.orig	2025-07-27 20:40:00 UTC
++++ pyproject.toml
+@@ -1,9 +1,7 @@ requires = [
+ [build-system]
+ requires = [
+-	"setuptools>=77",
++	"setuptools>=61",
+ 	"setuptools_scm[toml]>=3.4.1",
+-	# jaraco/skeleton#174
+-	"coherent.licensed",
+ ]
+ build-backend = "setuptools.build_meta"
+ 
+@@ -26,7 +24,7 @@ requires-python = ">=3.9"
+ 	"Topic :: Software Development :: Libraries :: Python Modules",
+ ]
+ requires-python = ">=3.9"
+-license = "MIT"
++license = {text = "MIT"}
+ dependencies = [
+ ]
+ dynamic = ["version"]