commit:     8c80aa4b636c665fcd98e114590971eb1846d50f
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct  9 01:03:58 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Oct  9 01:03:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c80aa4b

dev-python/browserstack-local-python: EAPI 8

Closes: https://bugs.gentoo.org/796884
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 ...1.2.2.ebuild => browserstack-local-python-1.2.2-r1.ebuild} | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

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
similarity index 85%
rename from 
dev-python/browserstack-local-python/browserstack-local-python-1.2.2.ebuild
rename to 
dev-python/browserstack-local-python/browserstack-local-python-1.2.2-r1.ebuild
index db7163ba3..d68249af6 100644
--- 
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
@@ -1,18 +1,21 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
-SRC_URI="https://github.com/browserstack/browserstack-local-python/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
 DESCRIPTION="Python bindings for BrowserStack Local"
 HOMEPAGE="https://github.com/browserstack/browserstack-local-python";
+SRC_URI="https://github.com/browserstack/browserstack-local-python/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
 LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest

Reply via email to