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