2022-03-11 03:16:54 +01:00
|
|
|
# Copyright 1999-2022 Gentoo Authors
|
2021-06-19 03:34:12 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
2021-10-09 03:03:58 +02:00
|
|
|
EAPI=8
|
2021-06-19 03:34:12 +02:00
|
|
|
|
2023-05-21 12:40:23 -07:00
|
|
|
PYPI_PN="${PN/-python/}"
|
|
|
|
|
PYPI_NO_NORMALIZE=1
|
2023-05-02 00:45:35 +05:00
|
|
|
PYTHON_COMPAT=( python3_{10..11} pypy3 )
|
2021-06-19 03:34:12 +02:00
|
|
|
|
2023-05-21 12:40:23 -07:00
|
|
|
inherit distutils-r1 pypi
|
2021-06-19 03:34:12 +02:00
|
|
|
|
|
|
|
|
DESCRIPTION="Python bindings for BrowserStack Local"
|
2022-03-11 03:16:54 +01:00
|
|
|
HOMEPAGE="
|
|
|
|
|
https://github.com/browserstack/browserstack-local-python
|
|
|
|
|
https://pypi.org/project/browserstack-local/
|
|
|
|
|
"
|
|
|
|
|
KEYWORDS="~amd64"
|
2021-06-19 03:34:12 +02:00
|
|
|
LICENSE="MIT"
|
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
|
|
RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]"
|
|
|
|
|
DEPEND="${RDEPEND}"
|
2021-10-09 03:03:58 +02:00
|
|
|
|
2021-10-09 18:32:53 +02:00
|
|
|
RESTRICT="test" # tests need API key
|
|
|
|
|
|
2021-10-09 03:03:58 +02:00
|
|
|
distutils_enable_tests unittest
|