summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/transitions/transitions-0.8.6.ebuild')
-rw-r--r--dev-python/transitions/transitions-0.8.6.ebuild5
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="