diff --git a/devel/py-types-docutils/Makefile b/devel/py-types-docutils/Makefile index d8786f68da20..67a20d9b1fc4 100644 --- a/devel/py-types-docutils/Makefile +++ b/devel/py-types-docutils/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-docutils -PORTVERSION= 0.21.0.20250710 +PORTVERSION= 0.21.0.20250715 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_docutils-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typing stubs for docutils WWW= https://github.com/python/typeshed/tree/main/stubs/docutils LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-types-docutils/distinfo b/devel/py-types-docutils/distinfo index 7078bf1e97a7..3bcfea1352a2 100644 --- a/devel/py-types-docutils/distinfo +++ b/devel/py-types-docutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266138 -SHA256 (types_docutils-0.21.0.20250710.tar.gz) = 9561d834b3a6b0c99ebd62f956eb5a2ea7d9b7401ba0d97df3194865126431c4 -SIZE (types_docutils-0.21.0.20250710.tar.gz) = 42077 +TIMESTAMP = 1753265766 +SHA256 (types_docutils-0.21.0.20250715.tar.gz) = f7beb7d136cfbbc456e4a33f45eb367c7a5338b591c57a6555c821f85238a7fb +SIZE (types_docutils-0.21.0.20250715.tar.gz) = 44342 diff --git a/devel/py-types-docutils/files/patch-pyproject.toml b/devel/py-types-docutils/files/patch-pyproject.toml index 1940151eab13..e33f2d35cd05 100644 --- a/devel/py-types-docutils/files/patch-pyproject.toml +++ b/devel/py-types-docutils/files/patch-pyproject.toml @@ -1,23 +1,23 @@ ---- pyproject.toml.orig 2025-07-10 03:15:44 UTC +--- pyproject.toml.orig 2025-07-15 03:23:16 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-docutils" - version = "0.21.0.20250710" + version = "0.21.0.20250715" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for docutils" readme = { text = """\ ## Typing stubs for docutils @@ -55,5 +54,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['docutils-stubs'] include-package-data = false