summaryrefslogtreecommitdiff
path: root/dev-python/selenium
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/selenium')
-rw-r--r--dev-python/selenium/Manifest1
-rw-r--r--dev-python/selenium/selenium-4.4.3.ebuild31
-rw-r--r--dev-python/selenium/selenium-4.5.0.ebuild2
3 files changed, 1 insertions, 33 deletions
diff --git a/dev-python/selenium/Manifest b/dev-python/selenium/Manifest
index d25e206ae600..a8658fc9006d 100644
--- a/dev-python/selenium/Manifest
+++ b/dev-python/selenium/Manifest
@@ -1,2 +1 @@
-DIST selenium-4.4.3-py3-none-any.whl 985964 BLAKE2B b89c8d8c8a59c6fc8cc6aae84456e6e30f651148880f54bac84f4d82a2281d4ca1841e872fed80746c75fc795b8154c925386245f36940c9a54b1ac746d984dc SHA512 14142389a19cd311be229555b06c7dec5a11f852332775def10b6ffd956d07d0394f7af1463fc18116b0e4df055168158a5c2cc6794af760f16b6ae6ebb88aa4
DIST selenium-4.5.0-py3-none-any.whl 995204 BLAKE2B 214050a4e410a4689255ec8472a1cb35a37596e73d46c48769aa8e184b6f84e281a20e7e5f812b8185edacfcbca6eed77507aa59ffcaeae384f962b4214928a0 SHA512 b22d80d750c85337a2b793799b5a63b11bed45d11b874c1a64c02f53b4adb57263e69bebc79203de3bdfa5b8708203959971723cf0aef7fb68bd1b2a9028e9d9
diff --git a/dev-python/selenium/selenium-4.4.3.ebuild b/dev-python/selenium/selenium-4.4.3.ebuild
deleted file mode 100644
index 49dc5b9f2241..000000000000
--- a/dev-python/selenium/selenium-4.4.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# GitHub releases don't include generated files, and on PyPi we do have them
-# but only in a wheel format.
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{7,8,9,10,11} )
-inherit distutils-r1
-
-DESCRIPTION="Python language binding for Selenium Remote Control"
-HOMEPAGE="https://www.seleniumhq.org"
-SRC_URI="
- https://files.pythonhosted.org/packages/py3/${P::1}/${PN}/${P}-py3-none-any.whl
-"
-S=${WORKDIR}
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
- dev-python/urllib3[${PYTHON_USEDEP}]
-"
-
-python_compile() {
- distutils_wheel_install "${BUILD_DIR}/install" \
- "${DISTDIR}/${P}-py3-none-any.whl"
-}
diff --git a/dev-python/selenium/selenium-4.5.0.ebuild b/dev-python/selenium/selenium-4.5.0.ebuild
index c2b159235ec3..49dc5b9f2241 100644
--- a/dev-python/selenium/selenium-4.5.0.ebuild
+++ b/dev-python/selenium/selenium-4.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
"
S=${WORKDIR}
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
LICENSE="Apache-2.0"
SLOT="0"