commit:     644f717d337399efe5bdc54f64c465ddbfb43d01
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 12:41:43 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 12:41:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644f717d

dev-python/kaptan: Modernize

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/kaptan/kaptan-0.5.12-r3.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-python/kaptan/kaptan-0.5.12-r3.ebuild 
b/dev-python/kaptan/kaptan-0.5.12-r3.ebuild
new file mode 100644
index 000000000000..3d23fa905e60
--- /dev/null
+++ b/dev-python/kaptan/kaptan-0.5.12-r3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Configuration manager in your pocket"
+HOMEPAGE="
+       https://github.com/emre/kaptan/
+       https://pypi.org/project/kaptan/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+       >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest

Reply via email to