diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-03-27 16:51:31 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-03-27 17:14:38 +0200 |
commit | 0a4f89623f2e273f1169814a47ea4cd8669b3c7b (patch) | |
tree | d4283944ec044d07c7dfe39e156624b599a6a22c /dev-python/transitions | |
parent | app-emulation/wine-staging: Sync with ::wine (diff) | |
download | gentoo-0a4f89623f2e273f1169814a47ea4cd8669b3c7b.tar.gz gentoo-0a4f89623f2e273f1169814a47ea4cd8669b3c7b.tar.bz2 gentoo-0a4f89623f2e273f1169814a47ea4cd8669b3c7b.zip |
dev-python/transitions: amd64 stable
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/transitions')
-rw-r--r-- | dev-python/transitions/transitions-0.8.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/transitions/transitions-0.8.11.ebuild b/dev-python/transitions/transitions-0.8.11.ebuild index 17976958da7d..d21e57dbf501 100644 --- a/dev-python/transitions/transitions-0.8.11.ebuild +++ b/dev-python/transitions/transitions-0.8.11.ebuild @@ -5,6 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) + inherit distutils-r1 DESCRIPTION="A lightweight, object-oriented state machine implementation in Python" @@ -13,7 +14,7 @@ SRC_URI="https://github.com/pytransitions/${PN}/archive/${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples" RDEPEND=" |