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