diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
commit | 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch) | |
tree | b041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-python/pyprof2calltree | |
parent | 5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff) |
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-python/pyprof2calltree')
-rw-r--r-- | dev-python/pyprof2calltree/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pyprof2calltree/pyprof2calltree-1.4.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest index 003b8f7772c6..ada61141262f 100644 --- a/dev-python/pyprof2calltree/Manifest +++ b/dev-python/pyprof2calltree/Manifest @@ -1,4 +1,4 @@ AUX pyprof2calltree-1.4.0-py3-test.patch 895 BLAKE2B 23fc01e9c0657b26ebf061bb8e42b966e35bf73190d8d46c3822a04a5f4f637448307924e4e89274ba809661c330c7b4c7ea58b85d81977857fc21a724e217ed SHA512 26f55492e65f8708c0587c594ae05a4ffe2611debe1dacabfa6b959468c02ae5e3c4b8ca0a86fc8f23be1646aef83b9450468483f7f40a8f746e026dac0b70db DIST pyprof2calltree-1.4.0.tar.gz 7784 BLAKE2B e8b9ecd857930406bb3b7f7851913a68f1e3433f3b42c262922b5d5b0fbfa692078fdad811d4ca358f7c74d14320c914cfa779ed0b9da8c4fcd7d8e021fd3319 SHA512 b1acba29cd4e5112012eeeffdac53900688a28707306ef3a8a3827f7422c35bc921d59d33db3209db923bb8640014e7d9d7d819eafbcb19e0cf7e6159537bded -EBUILD pyprof2calltree-1.4.0.ebuild 679 BLAKE2B 3ed1cd74333bf93b2c06449ca769e707750f53d392604654c42fc94d3fd43260c66282413ce50dbae20502c135b619018e1d6872cad4ef2599ef825d8bdcec35 SHA512 99cf40f898dcb494fed690199526182b2895f2b53881abfcaa0bf4087fec143559aac704d9ed2a0f5c55b97176116f445125e35b4e4b82593fc74442f141af75 +EBUILD pyprof2calltree-1.4.0.ebuild 675 BLAKE2B b4f2f20454eab98d78974ed7bc1f2e0f0fbe29c4ca8a6a92a447d6511dadf52bd3eb3ab7d02332a03aefb30e0199955409ef8d286b063a4a7e53304d18d6b978 SHA512 fccf70cc1c192c6d939d10e5cb4c964619ce85185b579bd28d7ef1532fb9b08b2b368fa80aa9f8cc96b9f0cb978f0e9b7221b0b6bb09a0b35ccf6f45ef384b28 MISC metadata.xml 318 BLAKE2B 9a8c3c56c2987bb1de47d374f81d25eee0aec15c00432bfd1585dadd5c57aae4ba8453739ad12dbcb8b44c54de4c5042a41da9458585387e1000ec6e97b9a267 SHA512 7a75d6efb9f11a6e1ce086cf53e5038b12815fe8110bf16c9b6e781c31cb721ec8694fb6fb0d4d131f9581cb130cecbceadf0e10b1528717cb8f4ab977514372 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" |