mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user