dev-python/thriftrw: fix S

Closes: https://bugs.gentoo.org/819006
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-20 18:21:39 +02:00
parent 832d2b5f5d
commit 08e554d41b

View File

@@ -3,6 +3,7 @@
EAPI=8
MYPN="${PN}-python"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -12,7 +13,8 @@ HOMEPAGE="
https://github.com/thriftrw/thriftrw-python
https://pypi.org/project/thriftrw
"
SRC_URI="https://github.com/thriftrw/thriftrw-python/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/thriftrw/${MYPN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MYPN}-${PV}"
SLOT="0"
LICENSE="MIT"