From faa21c5c77e1f0f5c1b675e3e3f70c1152874df4 Mon Sep 17 00:00:00 2001 From: Yury Martynov Date: Wed, 12 Feb 2020 09:35:08 +0300 Subject: [PATCH] torrequest: update PYTHON_COMPAT --- ...est-20181011.ebuild => torrequest-20181011-r1.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename dev-python/torrequest/{torrequest-20181011.ebuild => torrequest-20181011-r1.ebuild} (85%) diff --git a/dev-python/torrequest/torrequest-20181011.ebuild b/dev-python/torrequest/torrequest-20181011-r1.ebuild similarity index 85% rename from dev-python/torrequest/torrequest-20181011.ebuild rename to dev-python/torrequest/torrequest-20181011-r1.ebuild index c6540e3f9..4f3f6e282 100644 --- a/dev-python/torrequest/torrequest-20181011.ebuild +++ b/dev-python/torrequest/torrequest-20181011-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -15,12 +15,13 @@ SRC_URI="https://github.com/erdiaker/torrequest/archive/${HASH_COMMIT}.tar.gz -> KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" LICENSE="MIT" -SLOT=0 -IUSE="" +SLOT="0" RDEPEND="${PYTHON_DEPS} dev-python/PySocks[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] net-libs/stem[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + S="${WORKDIR}/${PN}-${HASH_COMMIT}"