dev-python/pyeclib: Post-rename cleanup

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-20 09:44:25 +02:00
parent 6ef6f67072
commit 04df7d95ef

View File

@@ -8,14 +8,12 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 optfeature
MY_P=${P,,}
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/${MY_P::1}/${PN,,}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"