diff options
Diffstat (limited to 'devel/py-cachetools')
| -rw-r--r-- | devel/py-cachetools/Makefile | 4 | ||||
| -rw-r--r-- | devel/py-cachetools/distinfo | 6 | ||||
| -rw-r--r-- | devel/py-cachetools/files/patch-pyproject.toml | 12 |
3 files changed, 17 insertions, 5 deletions
diff --git a/devel/py-cachetools/Makefile b/devel/py-cachetools/Makefile index c6894aa5fe64..7a0a1ea2787a 100644 --- a/devel/py-cachetools/Makefile +++ b/devel/py-cachetools/Makefile @@ -1,5 +1,5 @@ PORTNAME= cachetools -PORTVERSION= 6.2.2 +PORTVERSION= 6.2.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/tkem/cachetools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=46.4.0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/devel/py-cachetools/distinfo b/devel/py-cachetools/distinfo index 7a874c0de050..99829a827cc5 100644 --- a/devel/py-cachetools/distinfo +++ b/devel/py-cachetools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853282 -SHA256 (cachetools-6.2.2.tar.gz) = 8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6 -SIZE (cachetools-6.2.2.tar.gz) = 31571 +TIMESTAMP = 1766036389 +SHA256 (cachetools-6.2.4.tar.gz) = 82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607 +SIZE (cachetools-6.2.4.tar.gz) = 31731 diff --git a/devel/py-cachetools/files/patch-pyproject.toml b/devel/py-cachetools/files/patch-pyproject.toml new file mode 100644 index 000000000000..a89e71e76856 --- /dev/null +++ b/devel/py-cachetools/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-12-15 18:09:20 UTC ++++ pyproject.toml +@@ -13,8 +13,7 @@ readme = "README.rst" + {name = "Thomas Kemmer", email = "tkemmer@computer.org"} + ] + readme = "README.rst" +-license = "MIT" +-license-files = ["LICENSE"] ++license = {text = "MIT"} + requires-python = ">= 3.9" + classifiers = [ + "Development Status :: 5 - Production/Stable", |
