Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyblake2/
Date: Mon, 29 Jan 2018 08:22:11
Message-Id: 1517214105.087c2d97a0221ef4cfab43d5b086b96efb7c6cce.klausman@gentoo
1 commit: 087c2d97a0221ef4cfab43d5b086b96efb7c6cce
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 08:21:45 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 08:21:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087c2d97
7
8 dev-python/pyblake2-1.1.0-r0: alpha stable
9
10 Gentoo-Bug: http://bugs.gentoo.org/640898
11
12 dev-python/pyblake2/pyblake2-1.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pyblake2/pyblake2-1.1.0.ebuild b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
16 index f9dacce78ea..5f745421b34 100644
17 --- a/dev-python/pyblake2/pyblake2-1.1.0.ebuild
18 +++ b/dev-python/pyblake2/pyblake2-1.1.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
20 # pyblake2 itself allows more licenses but blake2 allows the following three
21 LICENSE="|| ( CC0-1.0 openssl Apache-2.0 )"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25
26 python_test() {
27 "${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"