diff options
Diffstat (limited to 'dev-python/pyprof2calltree')
-rw-r--r-- | dev-python/pyprof2calltree/pyprof2calltree-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.0.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.0.ebuild index f1bf41cedbac..c7ce811bf4ad 100644 --- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.0.ebuild +++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.0.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 DESCRIPTION="convert python profile data to kcachegrind calltree form" -HOMEPAGE="https://pypi.python.org/pypi/pyprof2calltree/" +HOMEPAGE="https://pypi.org/project/pyprof2calltree/" # pypi tarball lacks tests SRC_URI="https://github.com/pwaller/pyprof2calltree/archive/v${PV}.tar.gz -> ${P}.tar.gz" |