commit: 4e57d14e65d72512e468a29482977cab0486d1f6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 17:06:31 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 17:11:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e57d14e
dev-python/pyeclib: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyeclib/pyeclib-1.6.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild
b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
index d0a4fdabe863..51d61fc97d01 100644
--- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild
+++ b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
DESCRIPTION="Messaging API for RPC and notifications over different messaging
transports"
HOMEPAGE="
https://opendev.org/openstack/pyeclib/
https://pypi.org/project/pyeclib/
"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"