dev-python/selenium-wire - 5.1.0 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/selenium-wire-5.1.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/selenium-wire-5.1.0

Or alternatively:

emerge --autounmask-write -a =dev-python/selenium-wire-5.1.0

Package Information

Description:
Extends Selenium to give you the ability to inspect requests made by the browser.
Homepage:
https://github.com/wkeeling/selenium-wire
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
5.1.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
PYPI_NO_NORMALIZE=1

inherit distutils-r1 pypi

DESCRIPTION="Extends Selenium to give you the ability to inspect requests made by the browser."
HOMEPAGE="https://github.com/wkeeling/selenium-wire"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/blinker-1.4[${PYTHON_USEDEP}]
	>=dev-python/brotli-1.0.9[${PYTHON_USEDEP}]
	>=dev-python/certifi-2019.9.11[${PYTHON_USEDEP}]
	>=dev-python/h2-4.0.0[${PYTHON_USEDEP}]
	>=dev-python/hyperframe-6.0.0[${PYTHON_USEDEP}]
	>=dev-python/kaitaistruct-0.7[${PYTHON_USEDEP}]
	>=dev-python/pyasn1-0.3.1[${PYTHON_USEDEP}]
	>=dev-python/pyopenssl-22.0.0[${PYTHON_USEDEP}]
	>=dev-python/pyparsing-2.4.2[${PYTHON_USEDEP}]
	>=dev-python/PySocks-1.7.1[${PYTHON_USEDEP}]
	>=dev-python/selenium-4.0.0[${PYTHON_USEDEP}]
	>=dev-python/wsproto-0.14[${PYTHON_USEDEP}]
	>=dev-python/zstandart-0.14.1[${PYTHON_USEDEP}]
"

src_prepare() {
	distutils-r1_src_prepare
}

python_compile() {
	distutils-r1_python_compile
}

python_install() {
	distutils-r1_python_install --skip-build
}

python_install_all() {
	distutils-r1_python_install_all
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/blinker-1.4[]
	>=dev-python/brotli-1.0.9[]
	>=dev-python/certifi-2019.9.11[]
	>=dev-python/h2-4.0.0[]
	>=dev-python/hyperframe-6.0.0[]
	>=dev-python/kaitaistruct-0.7[]
	>=dev-python/pyasn1-0.3.1[]
	>=dev-python/pyopenssl-22.0.0[]
	>=dev-python/pyparsing-2.4.2[]
	>=dev-python/PySocks-1.7.1[]
	>=dev-python/selenium-4.0.0[]
	>=dev-python/wsproto-0.14[]
	>=dev-python/zstandart-0.14.1[]