blob: fd5a93e2383e1d9e4dbba6c27c94fe6292e0f334 [file] [log] [blame]
Mike Frysinger51a0a6b2022-09-09 09:21:07 -04001# Copyright 2021 The ChromiumOS Authors
Adam JeliƄski7d0b28b2021-10-05 09:56:01 +00002# Distributed under the terms of the GNU General Public License v2
3
4EAPI=7
5
6DISTUTILS_USE_SETUPTOOLS=rdepend
7PYTHON_COMPAT=( python2_7 python3_{6..9} )
8inherit distutils-r1
9
10DESCRIPTION="Generic automation framework for acceptance testing and robotic
11process automation (RPA)"
12HOMEPAGE="https://robotframework.org/"
13SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
14
15LICENSE="Apache-2.0"
16SLOT="0"
17KEYWORDS="*"