diff --git a/devel/py-types-toml/Makefile b/devel/py-types-toml/Makefile index 533be115c925..67d93263158a 100644 --- a/devel/py-types-toml/Makefile +++ b/devel/py-types-toml/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-toml -PORTVERSION= 0.10.8.20260408 +PORTVERSION= 0.10.8.20260508 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_toml-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typing stubs for toml WWW= https://github.com/python/typeshed/tree/main/stubs/toml 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-toml/distinfo b/devel/py-types-toml/distinfo index 799e544c8fa9..30a2c24e24cb 100644 --- a/devel/py-types-toml/distinfo +++ b/devel/py-types-toml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777252748 -SHA256 (types_toml-0.10.8.20260408.tar.gz) = 6b30b031235565a12febb1388900b129f1adeabfcfa594da46d0372b2ac107ad -SIZE (types_toml-0.10.8.20260408.tar.gz) = 9341 +TIMESTAMP = 1778246839 +SHA256 (types_toml-0.10.8.20260508.tar.gz) = 93aaa72365bd9bc8c2ce1ca3502b0470d8d428376bada020e1a4956b8b82fdda +SIZE (types_toml-0.10.8.20260508.tar.gz) = 9380 diff --git a/devel/py-types-toml/files/patch-pyproject.toml b/devel/py-types-toml/files/patch-pyproject.toml index c431d5d72794..b8731ab2fdd3 100644 --- a/devel/py-types-toml/files/patch-pyproject.toml +++ b/devel/py-types-toml/files/patch-pyproject.toml @@ -1,26 +1,26 @@ ---- pyproject.toml.orig 2026-04-08 04:27:51 UTC +--- pyproject.toml.orig 2026-05-08 04:46:56 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=82.0.1"] +requires = ["setuptools>=61"] [project] name = "types-toml" - version = "0.10.8.20260408" + version = "0.10.8.20260508" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for toml" readme = { text = """\ ## Typing stubs for toml @@ -46,8 +45,4 @@ dependencies = [] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] -packages = ['toml-stubs'] include-package-data = false - -[tool.setuptools.package-data] -'toml-stubs' = ['__init__.pyi', 'decoder.pyi', 'encoder.pyi', 'ordered.pyi', 'tz.pyi', 'METADATA.toml', 'py.typed']