mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 09:40:59 +02:00
pyhunter: cleanup
This commit is contained in:
parent
c94a5ddfd9
commit
5cd6e80292
3 changed files with 14 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||
inherit distutils-r1
|
||||
|
|
@ -14,8 +14,8 @@ LICENSE="Apache-2.0"
|
|||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="dev-python/requests
|
||||
dev-python/beautifulsoup:4"
|
||||
DEPEND="dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/API-${PN}.com-${PV}"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_6} )
|
||||
|
||||
|
|
@ -23,15 +23,15 @@ else
|
|||
S="${WORKDIR}/PyHunter-${PV}"
|
||||
fi
|
||||
|
||||
DEPEND="dev-python/appdirs
|
||||
dev-python/autopep8
|
||||
dev-python/packaging
|
||||
dev-python/pkginfo
|
||||
dev-python/pycodestyle
|
||||
dev-python/pyparsing
|
||||
dev-python/requests-toolbelt
|
||||
dev-python/six
|
||||
dev-python/tqdm
|
||||
dev-python/twine"
|
||||
DEPEND="dev-python/appdirs[${PYTHON_USEDEP}]
|
||||
dev-python/autopep8[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
dev-python/pkginfo[${PYTHON_USEDEP}]
|
||||
dev-python/pycodestyle[${PYTHON_USEDEP}]
|
||||
dev-python/pyparsing[${PYTHON_USEDEP}]
|
||||
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-python/tqdm[${PYTHON_USEDEP}]
|
||||
dev-python/twine[${PYTHON_USEDEP}]"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue