mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-python/*: fix variable order
I manually went through some entries for `pkgcheck scan -c VariableOrderCheck`. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -12,9 +12,9 @@ DESCRIPTION="An easy-to-use Python library for accessing the Twitter API."
|
||||
HOMEPAGE="https://www.tweepy.org/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# dev-python/nose removed from ::gentoo
|
||||
RESTRICT="test"
|
||||
@@ -24,9 +24,7 @@ RDEPEND="
|
||||
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
# test? (
|
||||
# dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
# dev-python/async-lru[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user