mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -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:
@@ -11,11 +11,10 @@ inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A thread-safe disk based persistent queue in Python"
|
||||
HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# It tries to connect to a local MySQL server
|
||||
RESTRICT="test"
|
||||
@@ -25,7 +24,4 @@ DEPEND="
|
||||
dev-python/msgpack[${PYTHON_USEDEP}]
|
||||
dev-python/pymysql[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
#distutils_enable_tests nose
|
||||
|
||||
Reference in New Issue
Block a user