From 47568d394fbffc98bfd7a5850e21b6d82c2aa88e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 12 Aug 2016 11:50:49 -0700 Subject: [PATCH] derpconf-9999.ebuild: Bump to EAPI 6 and git-r3 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 --- derpconf-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/derpconf-9999.ebuild b/derpconf-9999.ebuild index 12f36ad..da0e632 100644 --- a/derpconf-9999.ebuild +++ b/derpconf-9999.ebuild @@ -1,14 +1,14 @@ -# 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 @@ -27,10 +27,10 @@ RDEPEND="" 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}] )" -- 2.26.2