2021-06-19 03:34:12 +02:00
|
|
|
# Copyright 1999-2021 Gentoo Authors
|
|
|
|
|
# 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
|
|
|
|
2021-10-09 03:03:58 +02:00
|
|
|
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
2021-06-19 03:34:12 +02:00
|
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
|
|
DESCRIPTION="Python bindings for BrowserStack Local"
|
|
|
|
|
HOMEPAGE="https://github.com/browserstack/browserstack-local-python"
|
2021-10-09 03:03:58 +02:00
|
|
|
SRC_URI="https://github.com/browserstack/browserstack-local-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
|
|
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
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
|