2015-10-18 12:44:10 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
EAPI=5
|
2016-03-27 21:07:43 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
|
2015-10-18 12:44:10 +03:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Friendly state machines for python."
|
|
|
|
HOMEPAGE="https://pypi.python.org/pypi/automaton"
|
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="Apache-2.0"
|
|
|
|
SLOT="0"
|
2016-02-29 09:01:33 +03:00
|
|
|
KEYWORDS="amd64 ~arm64 x86"
|
2015-10-18 12:44:10 +03:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
|
|
|
${CDEPEND}"
|
|
|
|
RDEPEND="${CDEPEND}
|
|
|
|
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
|
|
|
|
>=dev-python/debtcollector-0.3.0[${PYTHON_USEDEP}]
|
|
|
|
>=dev-python/prettytable-0.7.0[${PYTHON_USEDEP}]
|
|
|
|
<dev-python/prettytable-0.8.0[${PYTHON_USEDEP}]"
|