dev-python/thriftrw: use github tarball

Closes: https://bugs.gentoo.org/818064
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-14 14:52:17 +02:00
parent 176a7a1210
commit 8fcdb64d7a
2 changed files with 7 additions and 4 deletions

View File

@@ -7,9 +7,12 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="OpenTracing API for Python"
HOMEPAGE="https://github.com/thriftrw/thriftrw-python"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
DESCRIPTION="A Thrift encoding library for Python"
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"
SLOT="0"
LICENSE="MIT"