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: Sun, 27 Mar 2022 15:15:50
Message-Id: 1648394078.0a4f89623f2e273f1169814a47ea4cd8669b3c7b.conikost@gentoo
1 commit: 0a4f89623f2e273f1169814a47ea4cd8669b3c7b
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 14:51:31 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 15:14:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f8962
7
8 dev-python/transitions: amd64 stable
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 dev-python/transitions/transitions-0.8.11.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/transitions/transitions-0.8.11.ebuild b/dev-python/transitions/transitions-0.8.11.ebuild
16 index 17976958da7d..d21e57dbf501 100644
17 --- a/dev-python/transitions/transitions-0.8.11.ebuild
18 +++ b/dev-python/transitions/transitions-0.8.11.ebuild
19 @@ -5,6 +5,7 @@ EAPI=8
20
21 DISTUTILS_USE_PEP517=setuptools
22 PYTHON_COMPAT=( python3_{8..10} )
23 +
24 inherit distutils-r1
25
26 DESCRIPTION="A lightweight, object-oriented state machine implementation in Python"
27 @@ -13,7 +14,7 @@ SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar
28
29 LICENSE="MIT"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="amd64 ~x86"
33 IUSE="examples"
34
35 RDEPEND="