There were no changes impacting this ebuild [1].
I've also compared derpconf's setup.py since I last checked (
26f909f,
0.7.2) to the current tip (
37ee111,
0.8.0-6-g37ee111), and the only
change is tornado-pyvows -> pyVows. That was already part of my
ebuild though, since I'd submitted the change [2].
Alphabetize the test dependencies while I'm touching the ebuild,
although none of these have changed upstream.
[1]: https://devmanual.gentoo.org/ebuild-writing/eapi/#eapi=6
[2]: https://github.com/globocom/derpconf/pull/11
Subject: Depend on pyVows, not tornado-pyvows
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
if [[ "${PV}" == "9999" ]]; then
- inherit git-2
+ inherit git-r3
EGIT_REPO_URI="git://github.com/globocom/${PN}.git"
SRC_URI=""
else
DEPEND="
dev-python/six[${PYTHON_USEDEP}]
test? (
+ dev-python/colorama[${PYTHON_USEDEP}]
+ dev-python/coverage[${PYTHON_USEDEP}]
dev-python/gevent[${PYTHON_USEDEP}]
dev-python/pyvows[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
dev-python/tox[${PYTHON_USEDEP}]
)"