Date: Mon, 27 Apr 2026 13:12:25 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ad788d53d51 - main - devel/py-types-toml: Update to 0.10.8.20260408 Message-ID: <69ef60b9.320bc.300b6fe0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ad788d53d51fca41103c8efc04ed9e40fe472d7 commit 1ad788d53d51fca41103c8efc04ed9e40fe472d7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-27 13:03:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-27 13:07:40 +0000 devel/py-types-toml: Update to 0.10.8.20260408 - Add LICENSE_FILE Changes: https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/toml.md --- devel/py-types-toml/Makefile | 6 ++++-- devel/py-types-toml/distinfo | 6 +++--- devel/py-types-toml/files/patch-pyproject.toml | 26 ++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/devel/py-types-toml/Makefile b/devel/py-types-toml/Makefile index 13b56fed7cc0..533be115c925 100644 --- a/devel/py-types-toml/Makefile +++ b/devel/py-types-toml/Makefile @@ -1,16 +1,18 @@ PORTNAME= types-toml -PORTVERSION= 0.10.8.20240310 +PORTVERSION= 0.10.8.20260408 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>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/devel/py-types-toml/distinfo b/devel/py-types-toml/distinfo index 0f3d77c7da9b..799e544c8fa9 100644 --- a/devel/py-types-toml/distinfo +++ b/devel/py-types-toml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715842770 -SHA256 (types-toml-0.10.8.20240310.tar.gz) = 3d41501302972436a6b8b239c850b26689657e25281b48ff0ec06345b8830331 -SIZE (types-toml-0.10.8.20240310.tar.gz) = 4392 +TIMESTAMP = 1777252748 +SHA256 (types_toml-0.10.8.20260408.tar.gz) = 6b30b031235565a12febb1388900b129f1adeabfcfa594da46d0372b2ac107ad +SIZE (types_toml-0.10.8.20260408.tar.gz) = 9341 diff --git a/devel/py-types-toml/files/patch-pyproject.toml b/devel/py-types-toml/files/patch-pyproject.toml new file mode 100644 index 000000000000..c431d5d72794 --- /dev/null +++ b/devel/py-types-toml/files/patch-pyproject.toml @@ -0,0 +1,26 @@ +--- pyproject.toml.orig 2026-04-08 04:27:51 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" +-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']home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef60b9.320bc.300b6fe0>
