mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
torrequest: update PYTHON_COMPAT
This commit is contained in:
parent
3dde1202af
commit
faa21c5c77
1 changed files with 5 additions and 4 deletions
|
|
@ -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}"
|
||||
Loading…
Reference in a new issue