commit:     489ab0c56f7e60820b9929203deb3088b425a5a2
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Tue Aug  5 12:29:37 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 29 17:44:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489ab0c5

dev-python/plette: remove uneeded dependency

Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43332
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/plette/plette-2.1.0-r1.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/plette/plette-2.1.0-r1.ebuild 
b/dev-python/plette/plette-2.1.0-r1.ebuild
new file mode 100644
index 000000000000..bfeb56dcaf91
--- /dev/null
+++ b/dev-python/plette/plette-2.1.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Structured Pipfile and Pipfile.lock models"
+HOMEPAGE="
+       https://github.com/sarugaku/plette/
+       https://pypi.org/project/plette/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+       dev-python/tomlkit[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to