summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-17 20:52:33 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-17 20:52:33 +0100
commit07b6d9fd2d67d55d486b4d4f0ecbb4d195b3e16c (patch)
tree6eee2027bcdf75261c03ee48002ceb963267f890 /dev-python/pudb
parentdev-python/urwid_readline: Prepare for rename (diff)
downloadgentoo-07b6d9fd2d67d55d486b4d4f0ecbb4d195b3e16c.tar.gz
gentoo-07b6d9fd2d67d55d486b4d4f0ecbb4d195b3e16c.tar.bz2
gentoo-07b6d9fd2d67d55d486b4d4f0ecbb4d195b3e16c.zip
Rename dev-python/{urwid_readline → urwid-readline}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pudb')
-rw-r--r--dev-python/pudb/pudb-2023.1.ebuild6
-rw-r--r--dev-python/pudb/pudb-2024.1.ebuild2
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pudb/pudb-2023.1.ebuild b/dev-python/pudb/pudb-2023.1.ebuild
index 08817bd3a069..86f5111619c9 100644
--- a/dev-python/pudb/pudb-2023.1.ebuild
+++ b/dev-python/pudb/pudb-2023.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
dev-python/urwid[${PYTHON_USEDEP}]
- dev-python/urwid_readline[${PYTHON_USEDEP}]
+ dev-python/urwid-readline[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
"
BDEPEND="
diff --git a/dev-python/pudb/pudb-2024.1.ebuild b/dev-python/pudb/pudb-2024.1.ebuild
index 43e7248982cd..60d393757f68 100644
--- a/dev-python/pudb/pudb-2024.1.ebuild
+++ b/dev-python/pudb/pudb-2024.1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/urwid-2.4[${PYTHON_USEDEP}]
- dev-python/urwid_readline[${PYTHON_USEDEP}]
+ dev-python/urwid-readline[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
"
BDEPEND="