diff --git a/devel/py-types-setuptools/Makefile b/devel/py-types-setuptools/Makefile index 8184f4e1c844..dcd72b86155c 100644 --- a/devel/py-types-setuptools/Makefile +++ b/devel/py-types-setuptools/Makefile @@ -1,24 +1,24 @@ PORTNAME= types-setuptools -PORTVERSION= 78.1.0.20250329 +PORTVERSION= 79.0.0.20250422 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+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-types-setuptools/distinfo b/devel/py-types-setuptools/distinfo index fe866f25f953..4c4555fbba55 100644 --- a/devel/py-types-setuptools/distinfo +++ b/devel/py-types-setuptools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288994 -SHA256 (types_setuptools-78.1.0.20250329.tar.gz) = 31e62950c38b8cc1c5114b077504e36426860a064287cac11b9666ab3a483234 -SIZE (types_setuptools-78.1.0.20250329.tar.gz) = 43942 +TIMESTAMP = 1745936184 +SHA256 (types_setuptools-79.0.0.20250422.tar.gz) = 9c9f699a5914d2ed97f02ee749fb2c7bc2898f8dad03b5dd74b74d4f80e29972 +SIZE (types_setuptools-79.0.0.20250422.tar.gz) = 43865 diff --git a/devel/py-types-setuptools/files/patch-pyproject.toml b/devel/py-types-setuptools/files/patch-pyproject.toml new file mode 100644 index 000000000000..f5ec78bdb788 --- /dev/null +++ b/devel/py-types-setuptools/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +--- pyproject.toml.orig 2025-04-22 02:57:56 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 = "79.0.0.20250422" +-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 = ['setuptools'] + "Chat" = "https://gitter.im/python/typing" + + [tool.setuptools] +-packages = ['distutils-stubs', 'setuptools-stubs'] + include-package-data = false