diff --git a/devel/py-types-setuptools/Makefile b/devel/py-types-setuptools/Makefile index d5b1a5de5865..d400c6704c2c 100644 --- a/devel/py-types-setuptools/Makefile +++ b/devel/py-types-setuptools/Makefile @@ -1,24 +1,24 @@ PORTNAME= types-setuptools -PORTVERSION= 80.7.0.20250516 +PORTVERSION= 80.8.0.20250521 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_setuptools-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typing stubs for setuptools WWW= https://github.com/python/typeshed/tree/main/stubs/setuptools LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-types-setuptools/distinfo b/devel/py-types-setuptools/distinfo index 4de3e5fb7ccc..ac5dadb2449d 100644 --- a/devel/py-types-setuptools/distinfo +++ b/devel/py-types-setuptools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715434 -SHA256 (types_setuptools-80.7.0.20250516.tar.gz) = 57274b58e05434de42088a86074c9e630e5786f759cf9cc1e3015e886297ca21 -SIZE (types_setuptools-80.7.0.20250516.tar.gz) = 41313 +TIMESTAMP = 1748107926 +SHA256 (types_setuptools-80.8.0.20250521.tar.gz) = 7360b33b1ed3cda6e5a1f379701a61ec9dbee6e59e8bda072b88226157d8da80 +SIZE (types_setuptools-80.8.0.20250521.tar.gz) = 41323 diff --git a/devel/py-types-setuptools/files/patch-pyproject.toml b/devel/py-types-setuptools/files/patch-pyproject.toml index 1c5e5537be31..e1a3ebc8750f 100644 --- a/devel/py-types-setuptools/files/patch-pyproject.toml +++ b/devel/py-types-setuptools/files/patch-pyproject.toml @@ -1,23 +1,23 @@ ---- pyproject.toml.orig 2025-05-16 03:07:58 UTC +--- pyproject.toml.orig 2025-05-21 03:06:00 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=77.0.3"] +requires = ["setuptools>=61"] [project] name = "types-setuptools" - version = "80.7.0.20250516" + version = "80.8.0.20250521" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for setuptools" readme = { text = """\ ## Typing stubs for setuptools @@ -53,5 +52,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['setuptools-stubs', 'distutils-stubs'] include-package-data = false