Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snakeoil/
Date: Wed, 30 Nov 2016 09:42:30
Message-Id: 1480498934.f59cfee05a3cc4ec39db15d7084af4131bbd0ec1.mgorny@gentoo
1 commit: f59cfee05a3cc4ec39db15d7084af4131bbd0ec1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 09:30:17 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 09:42:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f59cfee0
7
8 dev-python/snakeoil: Add missing mock dep, bump to EAPI 6
9
10 dev-python/snakeoil/snakeoil-9999.ebuild | 6 ++++--
11 1 file changed, 4 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild
14 index f82c7fd..af9cbb0 100644
15 --- a/dev-python/snakeoil/snakeoil-9999.ebuild
16 +++ b/dev-python/snakeoil/snakeoil-9999.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 -EAPI=5
22 +EAPI=6
23 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 PYTHON_REQ_USE="threads(+)"
25 inherit distutils-r1
26 @@ -20,8 +20,10 @@ HOMEPAGE="https://github.com/pkgcore/snakeoil"
27
28 LICENSE="BSD"
29 SLOT="0"
30 +IUSE="test"
31
32 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
33 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
34 + test? ( dev-python/mock[${PYTHON_USEDEP}] )"
35
36 python_configure_all() {
37 # disable snakeoil 2to3 caching