dev-python/aiorpcX: Prepare for rename

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-03-17 17:26:44 +01:00
parent 7b06ba9d0e
commit 7d30854bbd

View File

@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
MY_P=aiorpcX-${PV}
DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
HOMEPAGE="
https://github.com/kyuupichan/aiorpcX/
@@ -15,8 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"