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/cliff/
Date: Thu, 30 Aug 2018 17:50:34
Message-Id: 1535651412.8b33ca246e7dc2ad1345746380afce64af95c543.prometheanfire@gentoo
1 commit: 8b33ca246e7dc2ad1345746380afce64af95c543
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 17:42:25 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 17:50:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b33ca24
7
8 dev-python/cliff: 2.12.0 stable allarches for pbr
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/cliff/cliff-2.11.1.ebuild | 3 +--
13 dev-python/cliff/cliff-2.12.0.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/cliff/cliff-2.11.1.ebuild b/dev-python/cliff/cliff-2.11.1.ebuild
17 index de7cbcd1f88..382fafe4dd5 100644
18 --- a/dev-python/cliff/cliff-2.11.1.ebuild
19 +++ b/dev-python/cliff/cliff-2.11.1.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
21 inherit distutils-r1
22
23 DESCRIPTION="Command Line Interface Formulation Framework"
24 -HOMEPAGE="https://github.com/dreamhost/cliff"
25 +HOMEPAGE="https://github.com/openstack/cliff"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="Apache-2.0"
29 @@ -29,7 +29,6 @@ DEPEND="
30 >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
31 >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
32 !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
33 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
34 )
35 doc? (
36 >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
37
38 diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild
39 index c341567e56f..982051ba5b1 100644
40 --- a/dev-python/cliff/cliff-2.12.0.ebuild
41 +++ b/dev-python/cliff/cliff-2.12.0.ebuild
42 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43
44 LICENSE="Apache-2.0"
45 SLOT="0"
46 -KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~amd64-linux ~x86-linux"
47 +KEYWORDS="amd64 arm64 hppa ~mips s390 x86 ~amd64-linux ~x86-linux"
48 IUSE="doc test"
49
50 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
51 @@ -29,7 +29,6 @@ DEPEND="
52 >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
53 >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
54 !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
55 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
56 )
57 doc? (
58 >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]