mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -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:
@@ -1 +1 @@
|
||||
DIST thriftrw-1.8.1.tar.gz 1444094 BLAKE2B e573a07e8c9bbc227cc77edbf4a5f325168fbc722f1813c986d069c28d2e10e3152d079dd9632290520a98b67e1a167f8120b62fedf05fec968a64db815028cf SHA512 44e9da43f4bbcc5188e2b59352dabbec161d0f764b469ca084ad1f63dae6d64e2f6ac2744afb0adfa1a878e6fe6c9d0b576a6f08110928543353a6dd24d602bc
|
||||
DIST thriftrw-1.8.1.tar.gz 91370 BLAKE2B 8e267b77f80ce1dec0bfd04a0a047cbe8279374f65f7a928ad65019ee11bb44afc991182c8f5525c34e3e6ce736deb1eb6a2e8428cf4e8853ad2d2e18649e8ed SHA512 ea40d4aa35d8f5f097557cb0b1c8800b2a935fc738c33266951163f4ade783b2a5d866a18433afe4e304f435b8de012f52c6d717e812b604e34c7a4ee61fd0fa
|
||||
|
||||
@@ -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