diff --git a/devel/py-types-docutils/Makefile b/devel/py-types-docutils/Makefile index 6e4d9ac01ab6..9827f346968f 100644 --- a/devel/py-types-docutils/Makefile +++ b/devel/py-types-docutils/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-docutils -PORTVERSION= 0.21.0.20250516 +PORTVERSION= 0.21.0.20250525 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 71638c73b027..6da7759580f3 100644 --- a/devel/py-types-docutils/distinfo +++ b/devel/py-types-docutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747715428 -SHA256 (types_docutils-0.21.0.20250516.tar.gz) = 975e5ade9ef0b1f45b6b075f017a0f470ee4e53b0c2dd50ccbf3a04d9c53816f -SIZE (types_docutils-0.21.0.20250516.tar.gz) = 26903 +TIMESTAMP = 1748107924 +SHA256 (types_docutils-0.21.0.20250525.tar.gz) = 7e6dd58d3ee1dca2aae94f51d40e619a7fd5c6b5a319b84f0805ab279495699f +SIZE (types_docutils-0.21.0.20250525.tar.gz) = 38114 diff --git a/devel/py-types-docutils/files/patch-pyproject.toml b/devel/py-types-docutils/files/patch-pyproject.toml index f3578902de64..16feb5241c34 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-05-16 03:08:12 UTC +--- pyproject.toml.orig 2025-05-25 03:13:46 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.20250516" + version = "0.21.0.20250525" -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