summaryrefslogtreecommitdiff
path: root/dev-python/pyprof2calltree
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-31 18:57:01 +0000
commit69051588e2f955485fe5d45d45e616bc60a2de57 (patch)
treeef8699cca7ce3773b1de747b167ceeacdc60cb92 /dev-python/pyprof2calltree
parentd7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff)
gentoo resync : 31.01.2021
Diffstat (limited to 'dev-python/pyprof2calltree')
-rw-r--r--dev-python/pyprof2calltree/Manifest2
-rw-r--r--dev-python/pyprof2calltree/pyprof2calltree-1.4.4.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyprof2calltree/Manifest b/dev-python/pyprof2calltree/Manifest
index ba170c6fc81c..5289ae32d552 100644
--- a/dev-python/pyprof2calltree/Manifest
+++ b/dev-python/pyprof2calltree/Manifest
@@ -1,3 +1,3 @@
DIST pyprof2calltree-1.4.4.tar.gz 8797 BLAKE2B 0929728d3a6de1cc40e54bd4581bb4b64875a4d7f3ccef725300d40d2b3fd175d8ff462591357e32a471e5c3a4c5c51ac7e9c81c2e857050745a748bc4117d8a SHA512 7ffc228e542a568cb421394035660623415495472b5b3659a35b02c7ccccb7f578dc872d2bb1daf4fdfcd44134e1ad9b5ce3a18f49b15dd4aeb3b5f1201a28d8
-EBUILD pyprof2calltree-1.4.4.ebuild 523 BLAKE2B cefbca27835da4a18a0a61d72c1cf08fc4de8133912f9d7833aa6e5def9a9788c8f3e4eeafd589641cb1a4114347804cd78f92a1176e6db24900b958630c4057 SHA512 e8d761ea450ae48678360b9037e89d2c4b366f9a62de16a2771bea24cdfee64e7854cd6a66b31f87fc7fd5cc95c40d79483b30acfde5063a8f80e0847afdfedc
+EBUILD pyprof2calltree-1.4.4.ebuild 521 BLAKE2B 21fa38d3f12296ef186deea2a283ca3941fc160ed0c2324a49e7a2aee6543eee6c64dfabda3bd65675a80a72ece0afebaf50a9539176f10c4fefbadfac3e699d SHA512 ad036ea4f4587a70cc5032436403433535606ea4711a975b4904561559a2f3ae729bbf97bbdf4c27c0544211ea4bdb0ce4f8b1d3f6605a1542abddc656f5da11
MISC metadata.xml 318 BLAKE2B 9a8c3c56c2987bb1de47d374f81d25eee0aec15c00432bfd1585dadd5c57aae4ba8453739ad12dbcb8b44c54de4c5042a41da9458585387e1000ec6e97b9a267 SHA512 7a75d6efb9f11a6e1ce086cf53e5038b12815fe8110bf16c9b6e781c31cb721ec8694fb6fb0d4d131f9581cb130cecbceadf0e10b1528717cb8f4ab977514372
diff --git a/dev-python/pyprof2calltree/pyprof2calltree-1.4.4.ebuild b/dev-python/pyprof2calltree/pyprof2calltree-1.4.4.ebuild
index e4a9af870f68..e24e2f0a715b 100644
--- a/dev-python/pyprof2calltree/pyprof2calltree-1.4.4.ebuild
+++ b/dev-python/pyprof2calltree/pyprof2calltree-1.4.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1