diff options
Diffstat (limited to 'devel/py-jaraco.functools')
-rw-r--r-- | devel/py-jaraco.functools/Makefile | 4 | ||||
-rw-r--r-- | devel/py-jaraco.functools/distinfo | 6 | ||||
-rw-r--r-- | devel/py-jaraco.functools/files/patch-pyproject.toml | 22 |
3 files changed, 27 insertions, 5 deletions
diff --git a/devel/py-jaraco.functools/Makefile b/devel/py-jaraco.functools/Makefile index a0b8bcfe4c4e..bdf8137f26cc 100644 --- a/devel/py-jaraco.functools/Makefile +++ b/devel/py-jaraco.functools/Makefile @@ -1,5 +1,5 @@ PORTNAME= jaraco.functools -PORTVERSION= 4.1.0 +PORTVERSION= 4.2.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/jaraco/jaraco.functools 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} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}more-itertools>=2.7:devel/py-more-itertools@${PY_FLAVOR} diff --git a/devel/py-jaraco.functools/distinfo b/devel/py-jaraco.functools/distinfo index 6b8d6e63c4b3..c9467262298b 100644 --- a/devel/py-jaraco.functools/distinfo +++ b/devel/py-jaraco.functools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727718422 -SHA256 (jaraco_functools-4.1.0.tar.gz) = 70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d -SIZE (jaraco_functools-4.1.0.tar.gz) = 19159 +TIMESTAMP = 1750954180 +SHA256 (jaraco_functools-4.2.1.tar.gz) = be634abfccabce56fa3053f8c7ebe37b682683a4ee7793670ced17bab0087353 +SIZE (jaraco_functools-4.2.1.tar.gz) = 19661 diff --git a/devel/py-jaraco.functools/files/patch-pyproject.toml b/devel/py-jaraco.functools/files/patch-pyproject.toml new file mode 100644 index 000000000000..ee24ab1e9de5 --- /dev/null +++ b/devel/py-jaraco.functools/files/patch-pyproject.toml @@ -0,0 +1,22 @@ +--- pyproject.toml.orig 2025-06-21 19:21:42 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" + +@@ -21,7 +19,7 @@ requires-python = ">=3.9" + "Programming Language :: Python :: 3 :: Only", + ] + requires-python = ">=3.9" +-license = "MIT" ++license = { text = "MIT" } + dependencies = [ + "more_itertools", + ] |