Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/browserstack-local-python/
Date: Sat, 09 Oct 2021 06:44:11
Message-Id: 1633741438.8c80aa4b636c665fcd98e114590971eb1846d50f.arthurzam@gentoo
1 commit: 8c80aa4b636c665fcd98e114590971eb1846d50f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 01:03:58 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 01:03:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c80aa4b
7
8 dev-python/browserstack-local-python: EAPI 8
9
10 Closes: https://bugs.gentoo.org/796884
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
13
14 ...1.2.2.ebuild => browserstack-local-python-1.2.2-r1.ebuild} | 11 +++++++----
15 1 file changed, 7 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/browserstack-local-python/browserstack-local-python-1.2.2.ebuild b/dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild
18 similarity index 85%
19 rename from dev-python/browserstack-local-python/browserstack-local-python-1.2.2.ebuild
20 rename to dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild
21 index db7163ba3..d68249af6 100644
22 --- a/dev-python/browserstack-local-python/browserstack-local-python-1.2.2.ebuild
23 +++ b/dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild
24 @@ -1,18 +1,21 @@
25 # Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30
31 -PYTHON_COMPAT=( python3_{8..9} pypy3 )
32 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
33
34 inherit distutils-r1
35
36 -SRC_URI="https://github.com/browserstack/browserstack-local-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
37 -KEYWORDS="~amd64 ~x86"
38 DESCRIPTION="Python bindings for BrowserStack Local"
39 HOMEPAGE="https://github.com/browserstack/browserstack-local-python"
40 +SRC_URI="https://github.com/browserstack/browserstack-local-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +KEYWORDS="~amd64 ~x86"
43 LICENSE="MIT"
44 SLOT="0"
45
46 RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]"
47 DEPEND="${RDEPEND}"
48 +
49 +distutils_enable_tests unittest