commit: 79fdc22caf415b01c8f82e81f1412e693e45a98f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 3 05:48:08 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 3 05:58:19 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fdc22c
dev-python/toml-fmt-common: Bump to 1.3.1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/toml-fmt-common/Manifest | 2 ++ .../toml-fmt-common/toml-fmt-common-1.3.1.ebuild | 27 ++++++++++++++++++++++ profiles/features/wd40/package.mask | 1 + 3 files changed, 30 insertions(+) diff --git a/dev-python/toml-fmt-common/Manifest b/dev-python/toml-fmt-common/Manifest index f07ca1a42917..649d60aad611 100644 --- a/dev-python/toml-fmt-common/Manifest +++ b/dev-python/toml-fmt-common/Manifest @@ -1,3 +1,5 @@ DIST toml_fmt_common-1.1.0.tar.gz 9643 BLAKE2B 346139038c34229e9cda6c38fc2c881abe9f926d59d516abd785006f5d1d95b1e8f61a2229413a34f441024db36a904a625571a0b88c736f7cd4ee56584e693f SHA512 ec1e39b1ac47593ae6e72a6e74ebe192c410e9f440511343079e7407435a75e43f1e59db07504fa29e586803d851a763a82db4730428cf826a038d8b54c2f14c DIST toml_fmt_common-1.2.0.tar.gz 9735 BLAKE2B e1fb4d1de2cfd75bc4a8f903d25f16fed9c85dfa456b583f401f719d7bb43d64a8948dfcc7d4e358e391401d82800dabea3af497b4cc1b83f867a949981328f9 SHA512 00268bab8ef4f9dc8dc8ce9a456de568e8d17e60fc62780bd72609c4feeb95a0db9d81761bd03ff0529b4934fa021557f60fa89240180f9defb01258ca167d50 DIST toml_fmt_common-1.2.0.tar.gz.provenance 9375 BLAKE2B c2d3f591c937792e6cb57d2c9a0714e4238fa9b79bf38cb8cee17c36e2059d3f629423707fc928862cefc6732c3ab81492533e5587df4e49ea0fa24e17470cbc SHA512 fce08940c3f521dd899484d2a46fa5bb0a6a8af845a5d4c4c56a2c4d8b3cabf407bb5dec11a67787b99d0cb2a4156ba14d4aa2b3809e07e1ceedab45db3b4a98 +DIST toml_fmt_common-1.3.1.tar.gz 7433 BLAKE2B fa22614c0c367ac593ea702cf9e01b243671f379614429bb6db6c95d4b164cd7c51935d46a5f31305a39ab8f5e41481dccc969a3f9a1c7212f2c993144c71ae9 SHA512 6c51a15ab946f74a09ad1f5c5e92d19bfb5ebef1d8588314f9639801a5787a0f80da8a7e5348cbdeea85f89dd2e01ebb4dbc3dcdd3a0a270244f4fc7d3e7f6e3 +DIST toml_fmt_common-1.3.1.tar.gz.provenance 9554 BLAKE2B eb5ce8c94bc5fd78fdf868445540b36fcd8d0d9d2d1d1552f6680a00f08ab5d0b33ec271c2db2025bd21bec663e7ee6ab90e86c9a482f81fc5458447d27c58ce SHA512 51e771065f1e28b887579167f908b59fecbfcd5f4722c81f5da1bf4fb07d68c5c3dcc3ce10f0f15a165750358083f06fa3dc94f01800512353d737e890676331 diff --git a/dev-python/toml-fmt-common/toml-fmt-common-1.3.1.ebuild b/dev-python/toml-fmt-common/toml-fmt-common-1.3.1.ebuild new file mode 100644 index 000000000000..b19dfb8fc0b9 --- /dev/null +++ b/dev-python/toml-fmt-common/toml-fmt-common-1.3.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=uv-build +PYPI_VERIFY_REPO=https://github.com/tox-dev/toml-fmt +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Common logic to the TOML formatter" +HOMEPAGE=" + https://github.com/tox-dev/toml-fmt-common/ + https://pypi.org/project/toml-fmt-common/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=( pytest-mock ) +distutils_enable_tests pytest diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 126613761d4d..347c7c009073 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -64,6 +64,7 @@ dev-python/sphinxcontrib-doxylink >=dev-python/sphinxcontrib-httpdomain-2.0 dev-python/sybil dev-python/testfixtures +dev-python/toml-fmt-common dev-python/uv-build dev-python/zmq-anyio net-analyzer/fail2ban
