diff --git a/devel/py-types-toml/Makefile b/devel/py-types-toml/Makefile index 67d93263158a..c169344ab994 100644 --- a/devel/py-types-toml/Makefile +++ b/devel/py-types-toml/Makefile @@ -1,23 +1,23 @@ PORTNAME= types-toml -PORTVERSION= 0.10.8.20260508 +PORTVERSION= 0.10.8.20260518 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 30a2c24e24cb..2f66049dd194 100644 --- a/devel/py-types-toml/distinfo +++ b/devel/py-types-toml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1778246839 -SHA256 (types_toml-0.10.8.20260508.tar.gz) = 93aaa72365bd9bc8c2ce1ca3502b0470d8d428376bada020e1a4956b8b82fdda -SIZE (types_toml-0.10.8.20260508.tar.gz) = 9380 +TIMESTAMP = 1779223034 +SHA256 (types_toml-0.10.8.20260518.tar.gz) = 80e10facd24fdeda9d5c672187d72be3ac284843788d67f5aae59e3e016db6fe +SIZE (types_toml-0.10.8.20260518.tar.gz) = 9419 diff --git a/devel/py-types-toml/files/patch-pyproject.toml b/devel/py-types-toml/files/patch-pyproject.toml index b8731ab2fdd3..6de20857968d 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-05-08 04:46:56 UTC +--- pyproject.toml.orig 2026-05-18 06:02:14 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.20260508" + version = "0.10.8.20260518" -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']