From: Louis Sautier Date: Thu, 23 Apr 2020 18:41:58 +0000 (+0200) Subject: net-p2p/torrentinfo: add Python 3.8 support, fix dependencies X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1550c1b68365047359a2e4b888205b2ff87c387f;p=gentoo.git net-p2p/torrentinfo: add Python 3.8 support, fix dependencies Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Louis Sautier --- 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}] ) "