summaryrefslogtreecommitdiff
path: root/net-p2p/torrentinfo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /net-p2p/torrentinfo
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'net-p2p/torrentinfo')
-rw-r--r--net-p2p/torrentinfo/Manifest2
-rw-r--r--net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/torrentinfo/Manifest b/net-p2p/torrentinfo/Manifest
index 7468e127156b..d778fa8633ae 100644
--- a/net-p2p/torrentinfo/Manifest
+++ b/net-p2p/torrentinfo/Manifest
@@ -1,5 +1,5 @@
AUX torrentinfo-1.8.6-fix-tests.patch 934 BLAKE2B 6204fd3d04f7c8ddd4f4e9b9c64683003a4eb19f06fe5d7b7f76d3cdcb356b279ca4ac2d226080422f7bf98711d591b6b054d25539f3aa4096ad25ba970d6ef8 SHA512 d878048fe01bea0260f6b3045e77f88a6fb94ed11e15996fa3389119d8315657f77d2434d2c67b3ab58c83d4741f11c22723f0e9abbd06f4ab0df82cffc1b064
DIST torrentinfo-1.8.6.tar.gz 22232 BLAKE2B 04159e4e54fbe979a1a73e1dee39c9b7f9def389c44e3886fd28707646a2bc4c6a4dfadd5494ef9283427959da1c36260828693a0008e09993786d8639813bcf SHA512 7f36f6c80876cbd70ea9e1331195c8a30a6546406f345402d4bec5c58afb9b03a3b60189b8d177a63a7047c3ede7fc18d8fc47ecb1bcbb726dd01b7cb2a6efb2
EBUILD torrentinfo-1.8.6-r1.ebuild 658 BLAKE2B edc1003a5e95c63db7adbbd18c3348792057ad3425d65959e7edccc7ae097d84eb9ba7a67f510d101b1b3408fc83cfd3e5e7dffa7f44fbf1fe5276872e06ca58 SHA512 df54436f230e85e99370be87b9087f1ee8083825ef445bf3ebf1033eab12f70425a18de740955d24b191f1b1a2116f28e9b95e4b7a6312091748a35fd1720636
-EBUILD torrentinfo-1.8.6-r2.ebuild 665 BLAKE2B a7ce1de52f294b9032286804bdd95dfafa3e72c172e373b3a312e24bbbda2406e6642dc9f9d444e6f125dfe26d72b3ee581b41560d0d0404dfac61a09c794b4b SHA512 5e1a689db4ffdeea617a5403f19ec31a8774afd77275a7823631e79ff92d468df065f3030f10c89ac3b9bbe56bf7f8f8747f5938d375b485ab84fafc26b11178
+EBUILD torrentinfo-1.8.6-r2.ebuild 683 BLAKE2B 2d3c001a51a51a4b4cbf655de621c0f6ad7debdf81fffe44e0801ba0e2625e62a558377f31ac3baa6cad652e65e3198e8c8ea86ae39927e673ed6f013cc0c43c SHA512 19b0fbcdb674e45985b3639ecbf46b92fcb1ca91a9db7c63df093125e9d1b69a2ab6ce781368614c8c09ec12fa0ea4da39a5c9516566bbaf41c664ceb9b2be8f
MISC metadata.xml 514 BLAKE2B 5369e1bd1e98a7f74671ee33fb82473ec8154c75352d6d3c605d847ba605e22da4946e72ecd4799012f098ba6d82d46eadd599122c6820c1fa854bd6b58ae24a SHA512 8f37c7e38771055becfa77f5f2bde1dbf2bbd16c9b469f0b4174f9db97c8ace9836bed9708f8e375538140e4d3e194caeb5829dd8219c176a3745dbb55f38dd5
diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild
index fb9696112136..47fe1ceaf026 100644
--- a/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild
+++ b/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+# The package uses distutils
+DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
@@ -17,7 +19,6 @@ IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
"