commit: c46ac64630a7249b7c81db9f581c17550bf063f5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 17:29:18 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 17:30:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46ac646
dev-python/python-openstackclient: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-openstackclient/Manifest | 1 -
.../python-openstackclient/python-openstackclient-6.0.0.ebuild | 8 ++++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-openstackclient/Manifest
b/dev-python/python-openstackclient/Manifest
deleted file mode 100644
index f9fe5e9f4ce1..000000000000
--- a/dev-python/python-openstackclient/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-openstackclient-6.0.0.tar.gz 838447 BLAKE2B
c6b213b022e8c75d3a94752b29cebda4d9ca1d329dc1cb0b470f6e787dd930b379d16bec6c4a0047e63110e01dbf48bee72ed6ccbf54036fa3d1d5de55487e8b
SHA512
20bd8da025ee3c69a5e491089edcb42f961c5109563718198ddd22fab8d6928fa08afd6a7db608c70386bd2b61c571c2fadb1c76f84c3d7f1a60c65d4520dfa6
diff --git
a/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild
b/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild
index e14693d16693..61f6ab7ab7ed 100644
--- a/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild
+++ b/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild
@@ -4,13 +4,17 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="A client for the OpenStack APIs"
-HOMEPAGE="https://github.com/openstack/python-openstackclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="
+ https://opendev.org/openstack/python-openstackclient/
+ https://github.com/openstack/python-openstackclient/
+ https://pypi.org/project/python-openstackclient/
+"
LICENSE="Apache-2.0"
SLOT="0"