diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-29 23:25:24 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-29 23:41:19 +0100 |
commit | 05af9dd4b683b16169723da50ec16dd2662e7205 (patch) | |
tree | 89b66c26a58fd8c25c1535b6de33e03d804d4ad6 /dev-python/transitions | |
parent | dev-ml/dune-private-libs: does not work with ocaml-4.05 (diff) | |
download | gentoo-05af9dd4b683b16169723da50ec16dd2662e7205.tar.gz gentoo-05af9dd4b683b16169723da50ec16dd2662e7205.tar.bz2 gentoo-05af9dd4b683b16169723da50ec16dd2662e7205.zip |
dev-python/transitions: amd64 stable
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/transitions')
-rw-r--r-- | dev-python/transitions/transitions-0.8.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/transitions/transitions-0.8.6.ebuild b/dev-python/transitions/transitions-0.8.6.ebuild index cf203ef1f988..de16dd128c7f 100644 --- a/dev-python/transitions/transitions-0.8.6.ebuild +++ b/dev-python/transitions/transitions-0.8.6.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) + inherit distutils-r1 DESCRIPTION="A lightweight, object-oriented state machine implementation in Python" @@ -12,7 +13,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=" |