summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-10-09 04:33:26 +0200
committerMichał Górny <mgorny@gentoo.org>2025-10-09 04:42:40 +0200
commit8fefb5655c9a5e869f2e46393eec32da1e59b755 (patch)
treec8f648480d5661a4be0f6fbde7a0b0db8724384d /dev-python
parentc2209280a0bfd66db9f2217f9bc534c0555bea99 (diff)
downloadgentoo-8fefb5655c9a5e869f2e46393eec32da1e59b755.tar.gz
gentoo-8fefb5655c9a5e869f2e46393eec32da1e59b755.tar.bz2
gentoo-8fefb5655c9a5e869f2e46393eec32da1e59b755.zip
dev-python/toml-fmt-common: Bump to 1.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/toml-fmt-common/Manifest1
-rw-r--r--dev-python/toml-fmt-common/toml-fmt-common-1.1.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/toml-fmt-common/Manifest b/dev-python/toml-fmt-common/Manifest
index 9c7350d79dda..9d4b3bb5107d 100644
--- a/dev-python/toml-fmt-common/Manifest
+++ b/dev-python/toml-fmt-common/Manifest
@@ -1 +1,2 @@
DIST toml_fmt_common-1.0.1.tar.gz 9626 BLAKE2B 460e7849dea995bbb1eedbbe2f65bd6401b31d19cfc20bebd8a82c6b4877b64174e1623c4cf649f499b7138141914078a4e0f595374eb4bb3ef423da3f0f934a SHA512 d4e693dd9f3ec0124de6f0006a209bb6f9f62365c16f71033a374a837636f2f744e359aaaed4b42e05a27d8a5e674712b7db2c07a8e93b899b5cd51005d7c525
+DIST toml_fmt_common-1.1.0.tar.gz 9643 BLAKE2B 346139038c34229e9cda6c38fc2c881abe9f926d59d516abd785006f5d1d95b1e8f61a2229413a34f441024db36a904a625571a0b88c736f7cd4ee56584e693f SHA512 ec1e39b1ac47593ae6e72a6e74ebe192c410e9f440511343079e7407435a75e43f1e59db07504fa29e586803d851a763a82db4730428cf826a038d8b54c2f14c
diff --git a/dev-python/toml-fmt-common/toml-fmt-common-1.1.0.ebuild b/dev-python/toml-fmt-common/toml-fmt-common-1.1.0.ebuild
new file mode 100644
index 000000000000..d75b65857f58
--- /dev/null
+++ b/dev-python/toml-fmt-common/toml-fmt-common-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+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 ~s390 ~sparc ~x86"
+
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( pytest-mock )
+distutils_enable_tests pytest