mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-python/browserstack-local-python: add 1.2.3, drop 1.2.2-r1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST browserstack-local-python-1.2.2.tar.gz 5888 BLAKE2B 3b325c81bd7e88ef2e7feef5907fc21391a22d159b04ea673518ea045de9afd392c3a2213c1765ad8cd0d15fba957202a958b5b4fe3c98ef74a7962f251775e1 SHA512 0212c5392ed44832e2e2c8694b89acfda9a9697865f47de89471b33f1831c094085630a452f7bbd3b4e3f1d53bb3da928ad6ff05d1646eb660d0ee29340ffce2
|
DIST browserstack-local-1.2.3.tar.gz 4064 BLAKE2B eec128bf3cce3967fee2c6b3f2ca5f84bcb0288edca9c2f8c896d354810f8368171112186595d6e8a2608fc6fd91db58d7f31b5d5cc7ee7b8b61fdc6859ccd6d SHA512 96c66e25e2e390cf2ccbd821bb004fca2a93583047ab8dd034591a74f21fa894359c14a7fea841cbb78c4b30345bc208a760b0887a73a85f0fec6e057ff10776
|
||||||
|
|||||||
@@ -1,17 +1,22 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
MYP="${P/-python/}"
|
||||||
|
MYPN="${PN/-python/}"
|
||||||
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Python bindings for BrowserStack Local"
|
DESCRIPTION="Python bindings for BrowserStack Local"
|
||||||
HOMEPAGE="https://github.com/browserstack/browserstack-local-python"
|
HOMEPAGE="
|
||||||
SRC_URI="https://github.com/browserstack/browserstack-local-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
https://github.com/browserstack/browserstack-local-python
|
||||||
|
https://pypi.org/project/browserstack-local/
|
||||||
KEYWORDS="~amd64 ~x86"
|
"
|
||||||
|
SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
|
||||||
|
S="${WORKDIR}/${MYP}"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
Reference in New Issue
Block a user