Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/transitions/
Date: Fri, 29 Jan 2021 22:41:42
Message-Id: 1611960079.05af9dd4b683b16169723da50ec16dd2662e7205.conikost@gentoo
1 commit: 05af9dd4b683b16169723da50ec16dd2662e7205
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 22:25:24 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 22:41:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05af9dd4
7
8 dev-python/transitions: amd64 stable
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-python/transitions/transitions-0.8.6.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/transitions/transitions-0.8.6.ebuild b/dev-python/transitions/transitions-0.8.6.ebuild
17 index cf203ef1f98..de16dd128c7 100644
18 --- a/dev-python/transitions/transitions-0.8.6.ebuild
19 +++ b/dev-python/transitions/transitions-0.8.6.ebuild
20 @@ -1,9 +1,10 @@
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
27 PYTHON_COMPAT=( python3_{7..9} )
28 +
29 inherit distutils-r1
30
31 DESCRIPTION="A lightweight, object-oriented state machine implementation in Python"
32 @@ -12,7 +13,7 @@ SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar
33
34 LICENSE="MIT"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="amd64 ~x86"
38 IUSE="examples"
39
40 RDEPEND="