mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 11:20:48 -04:00
dev-python/browserstack-local-python: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-python/browserstack-local-python/Manifest
Normal file
1
dev-python/browserstack-local-python/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST browserstack-local-python-1.2.2.tar.gz 5888 BLAKE2B 3b325c81bd7e88ef2e7feef5907fc21391a22d159b04ea673518ea045de9afd392c3a2213c1765ad8cd0d15fba957202a958b5b4fe3c98ef74a7962f251775e1 SHA512 0212c5392ed44832e2e2c8694b89acfda9a9697865f47de89471b33f1831c094085630a452f7bbd3b4e3f1d53bb3da928ad6ff05d1646eb660d0ee29340ffce2
|
||||
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} 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"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="dev-python/psutil[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
5
dev-python/browserstack-local-python/metadata.xml
Normal file
5
dev-python/browserstack-local-python/metadata.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user