commit:     afcea614e227c0c27404717d1a1c996597ec73f9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 16:25:55 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 16:25:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afcea614

dev-python/cli_helpers: Prepare for rename

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

 dev-python/cli_helpers/cli_helpers-2.3.0.ebuild | 6 ++++--
 dev-python/cli_helpers/cli_helpers-9999.ebuild  | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild 
b/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
index adb61452afbf..9138c1963998 100644
--- a/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-2.3.0.ebuild
@@ -4,10 +4,11 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 
+MY_P=cli_helpers-${PV}
 DESCRIPTION="Python helpers for common CLI tasks"
 HOMEPAGE="
        https://cli-helpers.rtfd.io/
@@ -16,8 +17,9 @@ HOMEPAGE="
 "
 SRC_URI="
        https://github.com/dbcli/cli_helpers/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
+               -> ${MY_P}.gh.tar.gz
 "
+S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-python/cli_helpers/cli_helpers-9999.ebuild 
b/dev-python/cli_helpers/cli_helpers-9999.ebuild
index 320ae429076d..fa2b087f7224 100644
--- a/dev-python/cli_helpers/cli_helpers-9999.ebuild
+++ b/dev-python/cli_helpers/cli_helpers-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 git-r3
 
@@ -14,7 +14,7 @@ HOMEPAGE="
        https://github.com/dbcli/cli_helpers/
        https://pypi.org/project/cli-helpers/
 "
-EGIT_REPO_URI="https://github.com/dbcli/${PN}.git";
+EGIT_REPO_URI="https://github.com/dbcli/cli_helpers.git";
 
 LICENSE="BSD"
 SLOT="0"

Reply via email to