dev-python/opentracing_instrumentation: use github tarball

Closes: https://bugs.gentoo.org/817182
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 21:28:07 +02:00
parent 19565368bb
commit 5c7334b80a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
DIST opentracing_instrumentation-3.3.1.tar.gz 26278 BLAKE2B 7f5bcaf3f3e72b3f393d0332b335b7857de7daa33d4eb96a3b00a9d7042046d6c7f9df80f43fd6f8944bbb490e664a4475b7caf793ceb7cf778b2229d2a6295f SHA512 dbee49e4d465660120701b1019dae8480ffaf822647e848c433603ee2b18346f14533101acef74adc1f087710ff5c6887b2ac9935bd83d9e6d7c49d3fa572bed
DIST opentracing_instrumentation-3.3.1.tar.gz 41897 BLAKE2B ed5b79082160a34d4f97ba4a704291e43711a40d830b6df1449ea122b00ceb962e0348d5b5901e39e9c87f33220176c74375c07f297f907f0903a299d929c0d9 SHA512 414b9755c75ebeb66a58d323a82aad01b44b513355e3a548a564f5fbd4658c63cd397ea730811c311948a55ee51537cf864f55bf9fe50366236cad1b5bfc023e

View File

@@ -11,7 +11,7 @@ DESCRIPTION="A collection of Python instrumentation tools for the OpenTracing AP
HOMEPAGE="
https://github.com/uber-common/opentracing-python-instrumentation
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/uber-common/opentracing-python-instrumentation/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="MIT"