Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystonemiddleware/
Date: Mon, 01 May 2017 20:27:31
Message-Id: 1493670432.26b97f7c9204491aa85e3a94b064286685785c8e.prometheanfire@gentoo
1 commit: 26b97f7c9204491aa85e3a94b064286685785c8e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 1 20:26:46 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon May 1 20:27:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b97f7c
7
8 dev-python/keystonemiddleware: removing examples (banned in eapi6) bug 616676
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.2
11
12 dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild b/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild
16 index aee980dd87d..8d99ab92d5a 100644
17 --- a/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild
18 +++ b/dev-python/keystonemiddleware/keystonemiddleware-4.14.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20 LICENSE="Apache-2.0"
21 SLOT="0"
22 KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
23 -IUSE="doc examples test"
24 +IUSE="doc test"
25
26 CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
27 DEPEND="
28 @@ -79,6 +79,5 @@ python_test() {
29
30 python_install_all() {
31 use doc && local HTML_DOCS=( doc/build/html/. )
32 - use examples && local EXAMPLES=( examples/.)
33 distutils-r1_python_install_all
34 }