pyhunter: cleanup

This commit is contained in:
blshkv 2018-11-19 21:48:49 +08:00
parent c94a5ddfd9
commit 5cd6e80292
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 14 additions and 14 deletions

View file

@ -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}"

View file

@ -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}"