commit:     cd4b910a25200a867709b3bac4e6dc0a4920fdf9
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 15:23:06 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 15:24:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4b910a

dev-python/urwid_readline: add python3_12

Need it for dev-python/pudb

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 .../urwid_readline/urwid_readline-0.13-r1.ebuild   | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild 
b/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild
new file mode 100644
index 000000000000..155f195f0aa6
--- /dev/null
+++ b/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+inherit distutils-r1
+
+DESCRIPTION="Text input widget for urwid that supports readline shortcuts"
+HOMEPAGE="
+       https://github.com/rr-/urwid_readline/
+       https://pypi.org/project/urwid-readline/";
+SRC_URI="
+       https://github.com/rr-/urwid_readline/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest

Reply via email to