From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18ADB15808B for ; Sat, 17 Feb 2024 19:56:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 271962BC013; Sat, 17 Feb 2024 19:56:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01FD12BC013 for ; Sat, 17 Feb 2024 19:56:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E292234069F for ; Sat, 17 Feb 2024 19:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56D271239 for ; Sat, 17 Feb 2024 19:56:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1708199553.07b6d9fd2d67d55d486b4d4f0ecbb4d195b3e16c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid_readline/, dev-python/pudb/, dev-python/urwid-readline/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pudb/pudb-2023.1.ebuild dev-python/pudb/pudb-2024.1.ebuild dev-python/urwid-readline/Manifest dev-python/urwid-readline/metadata.xml dev-python/urwid-readline/urwid-readline-0.13-r1.ebuild dev-python/urwid_readline/Manifest dev-python/urwid_readline/metadata.xml dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild profiles/updates/1Q-2024 X-VCS-Directories: dev-python/pudb/ dev-python/urwid_readline/ dev-python/urwid-readline/ profiles/updates/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 07b6d9fd2d67d55d486b4d4f0ecbb4d195b3e16c X-VCS-Branch: master Date: Sat, 17 Feb 2024 19:56:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f214ed9-ef3b-48b0-84cc-5221737f0c3e X-Archives-Hash: d22ceb2b9d9af46961b326f85b92b848 commit: 07b6d9fd2d67d55d486b4d4f0ecbb4d195b3e16c Author: Michał Górny gentoo org> AuthorDate: Sat Feb 17 19:52:33 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 17 19:52:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b6d9fd Rename dev-python/{urwid_readline → urwid-readline} Signed-off-by: Michał Górny gentoo.org> dev-python/pudb/pudb-2023.1.ebuild | 6 +++--- dev-python/pudb/pudb-2024.1.ebuild | 2 +- dev-python/{urwid_readline => urwid-readline}/Manifest | 0 dev-python/{urwid_readline => urwid-readline}/metadata.xml | 0 .../urwid-readline-0.13-r1.ebuild} | 0 profiles/updates/1Q-2024 | 1 + 6 files changed, 5 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=" diff --git a/dev-python/urwid_readline/Manifest b/dev-python/urwid-readline/Manifest similarity index 100% rename from dev-python/urwid_readline/Manifest rename to dev-python/urwid-readline/Manifest diff --git a/dev-python/urwid_readline/metadata.xml b/dev-python/urwid-readline/metadata.xml similarity index 100% rename from dev-python/urwid_readline/metadata.xml rename to dev-python/urwid-readline/metadata.xml diff --git a/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild b/dev-python/urwid-readline/urwid-readline-0.13-r1.ebuild similarity index 100% rename from dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild rename to dev-python/urwid-readline/urwid-readline-0.13-r1.ebuild diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index c02369a4cc28..b76645cbff9f 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -75,3 +75,4 @@ move dev-python/ml_dtypes dev-python/ml-dtypes slotmove =dev-java/commons-imaging-1.0_alpha3-r1 0 1 move media-gfx/fotoxx media-gfx/fotocx move dev-python/editorconfig-core-py dev-python/editorconfig +move dev-python/urwid_readline dev-python/urwid-readline