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/testscenarios/
Date: Sat, 29 Jul 2017 20:39:06
Message-Id: 1501360704.19c4a29e3867f6efc966ae3ab0a07903590bb278.prometheanfire@gentoo
1 commit: 19c4a29e3867f6efc966ae3ab0a07903590bb278
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 20:30:00 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 20:38:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c4a29e
7
8 dev-python/testscenarios: 0.5.0 stable arm64 and hppa
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/testscenarios/metadata.xml | 4 ++--
13 dev-python/testscenarios/testscenarios-0.5.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/testscenarios/metadata.xml b/dev-python/testscenarios/metadata.xml
17 index fb513804bcd..bfc47ff6cc1 100644
18 --- a/dev-python/testscenarios/metadata.xml
19 +++ b/dev-python/testscenarios/metadata.xml
20 @@ -14,12 +14,12 @@
21 <name>Python</name>
22 </maintainer>
23 <longdescription lang="en">
24 - Testscenarios provides clean dependency injection for
25 + Testscenarios provides clean dependency injection for
26 python unittest style tests. This can be used for interface testing
27 (testing many implementations via a single test suite) or for classic
28 dependency injection (provide tests with dependencies externally to the
29 test code itself, allowing easy testing in different situations).
30 - </longdescription>
31 + </longdescription>
32 <upstream>
33 <remote-id type="pypi">testscenarios</remote-id>
34 <remote-id type="launchpad">testscenarios</remote-id>
35
36 diff --git a/dev-python/testscenarios/testscenarios-0.5.0.ebuild b/dev-python/testscenarios/testscenarios-0.5.0.ebuild
37 index 841b61e3897..d3b76cd7a88 100644
38 --- a/dev-python/testscenarios/testscenarios-0.5.0.ebuild
39 +++ b/dev-python/testscenarios/testscenarios-0.5.0.ebuild
40 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41
42 LICENSE="Apache-2.0"
43 SLOT="0"
44 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
45 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
46
47 RDEPEND="dev-python/testtools[${PYTHON_USEDEP}]"
48 DEPEND="${RDEPEND}