Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydiff/
Date: Fri, 01 Jan 2021 01:49:32
Message-Id: 1609465744.f715c93bc04840e0cc0ec316c4d40dfe22b382f1.sam@gentoo
1 commit: f715c93bc04840e0cc0ec316c4d40dfe22b382f1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:49:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:49:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f715c93b
7
8 dev-python/pydiff: Stabilize 0.2-r1 ALLARCHES
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pydiff/pydiff-0.2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild b/dev-python/pydiff/pydiff-0.2-r1.ebuild
17 index a0648cbbd2a..6f14b12eb14 100644
18 --- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
19 +++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~sparc x86"
31 +KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86"
32
33 python_test() {
34 "${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"