diff options
Diffstat (limited to 'devel/py-path')
-rw-r--r-- | devel/py-path/Makefile | 4 | ||||
-rw-r--r-- | devel/py-path/distinfo | 6 | ||||
-rw-r--r-- | 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"] |