dev-python/pyprof2calltree: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
0d20580974
commit
05d39cfcbe
@ -1,3 +1,3 @@
|
||||
DIST pyprof2calltree-1.4.5.tar.gz 10080 BLAKE2B 13a7267c34c09fa3d01fca85d274e92fcd7ab85073a8299693fc77145e1ae932ebed4dfeb6571060e6a51f4b5db2ab732e2396c7f85a6806a943c85898dd3014 SHA512 9ad50a5c00881cbd8c361726b16fcb407c899c8dfe201769eddf10c3541531491f49cd5a08658b70d1e85e4c00d9a89801d600ab4f7d9906d357a0de82784f9e
|
||||
EBUILD pyprof2calltree-1.4.5.ebuild 699 BLAKE2B 1da52f26823a53fad5aecfe83b182e7a7cdc031aa9af885ae8e420942649f10fa3a7cc7de65fd5b392ea3185fd94b9fcab1dc1c775d7aa0aac88ab9b179f6737 SHA512 5e8c442ba88ea554b91b5b3c7a65effce20bd11e5c1827bdd1ebd926af3d7f9f9813409b6dedd3d8c4297ec4dc1b8779c21d35af916469d2a0d046a890fd1bd3
|
||||
EBUILD pyprof2calltree-1.4.5.ebuild 643 BLAKE2B 8f2b981cf99d43c3415c03f9e11c52a95030c8a3343e878460106ec8c8bc561bd9e32c1a1d494ae2401f95679307b4794610a2debfb153cef2f0865b52aad8f6 SHA512 bccb5f4c13105906c2bedacd5564a7dff60992e141f93cacf79c84ca65a4d15bc04626f242e57d138b1174a84ff12833aab6b76041933dd7469e646b0da410be
|
||||
MISC metadata.xml 518 BLAKE2B a62181ea2081c3048e1742920ef7614adf59108dc1eab1ce9143a5fec5f42046db9e0ec454a4716a49f8497e43effb9767029c1518f1ccee909517ce7625f50a SHA512 6fbccc837c88507461e23f36c5102c7fcb124890c4c551cfdca907f63a2f0176d39e8ba489909a4d2ef241bb8e77dabf6c2f9fa2d33f48f7b0a072fb1ea6569b
|
||||
|
@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Help visualize profiling data from cProfile with kcachegrind and qcachegrind"
|
||||
HOMEPAGE="https://github.com/pwaller/pyprof2calltree/ https://pypi.org/project/pyprof2calltree/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
|
||||
DOCS="README.rst"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user