commit: 59144dd6f955aeb8f7996ce09d69255b488ef10b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 12:26:53 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 12:52:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59144dd6
dev-python/libcloud: Prepare for rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/libcloud/libcloud-3.7.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/libcloud/libcloud-3.7.0.ebuild
b/dev-python/libcloud/libcloud-3.7.0.ebuild
index dd80485a7313..70d98b326d97 100644
--- a/dev-python/libcloud/libcloud-3.7.0.ebuild
+++ b/dev-python/libcloud/libcloud-3.7.0.ebuild
@@ -4,15 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1
+MY_P=apache-libcloud-${PV}
DESCRIPTION="Unified Interface to the Cloud - python support libs"
HOMEPAGE="https://libcloud.apache.org/"
-SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"
-S="${WORKDIR}/apache-${P}"
+SRC_URI="mirror://apache/libcloud/${MY_P}.tar.bz2"
+S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0"
SLOT="0"