diff --git a/devel/py-types-docutils/Makefile b/devel/py-types-docutils/Makefile index 499bbef67ec1..befb310f1111 100644 --- a/devel/py-types-docutils/Makefile +++ b/devel/py-types-docutils/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-docutils -PORTVERSION= 0.21.0.20250728 +PORTVERSION= 0.21.0.20250809 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 badce5b939af..4e158de5b4fb 100644 --- a/devel/py-types-docutils/distinfo +++ b/devel/py-types-docutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753796086 -SHA256 (types_docutils-0.21.0.20250728.tar.gz) = fbfe44496c98c71437cd9ac20d71df2ea44878084f604960af7cf3696d562bab -SIZE (types_docutils-0.21.0.20250728.tar.gz) = 54656 +TIMESTAMP = 1755062554 +SHA256 (types_docutils-0.21.0.20250809.tar.gz) = cc2453c87dc729b5aae499597496e4f69b44aa5fccb27051ed8bb55b0bd5e31b +SIZE (types_docutils-0.21.0.20250809.tar.gz) = 54770 diff --git a/devel/py-types-docutils/files/patch-pyproject.toml b/devel/py-types-docutils/files/patch-pyproject.toml index ad5fad5ecc62..a32468da21b2 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-28 03:29:13 UTC +--- pyproject.toml.orig 2025-08-09 03:15:39 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.20250728" + version = "0.21.0.20250809" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for docutils" readme = { text = """\ ## Typing stubs for docutils -@@ -45,5 +44,4 @@ dependencies = [] +@@ -46,5 +45,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['docutils-stubs'] include-package-data = false