public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/selenium/
Date: Fri, 28 Apr 2023 16:02:15 +0000 (UTC)	[thread overview]
Message-ID: <1682697714.6ca1bacdf5340d05cf000836efcc667079bc9b0d.arthurzam@gentoo> (raw)

commit:     6ca1bacdf5340d05cf000836efcc667079bc9b0d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 16:01:54 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 16:01:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca1bacd

dev-python/selenium: drop 4.5.0, 4.8.3

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/selenium/Manifest              |  3 --
 dev-python/selenium/selenium-4.5.0.ebuild | 31 ---------------
 dev-python/selenium/selenium-4.8.3.ebuild | 63 -------------------------------
 3 files changed, 97 deletions(-)

diff --git a/dev-python/selenium/Manifest b/dev-python/selenium/Manifest
index 8d2a882c01e0..61cfa66f7284 100644
--- a/dev-python/selenium/Manifest
+++ b/dev-python/selenium/Manifest
@@ -1,5 +1,2 @@
-DIST selenium-4.5.0-py3-none-any.whl 995204 BLAKE2B 214050a4e410a4689255ec8472a1cb35a37596e73d46c48769aa8e184b6f84e281a20e7e5f812b8185edacfcbca6eed77507aa59ffcaeae384f962b4214928a0 SHA512 b22d80d750c85337a2b793799b5a63b11bed45d11b874c1a64c02f53b4adb57263e69bebc79203de3bdfa5b8708203959971723cf0aef7fb68bd1b2a9028e9d9
-DIST selenium-4.8.3.tar.gz 6332823 BLAKE2B cf874ab56182471055aa3d76d8828529f3c54f04eb9b7bd9342a87eade9c39875eecf00fce4f47019d5453bd65a0e5ace99170770394fc21bec1cf8d7998c579 SHA512 8bcaacb1f809e92ba9c1d14ccc0560979a29d27d61bfcd7d7fa08c3ee877c98699a0c5ffbb361ea37f0cc01a51b44b3d04ed4df025340bea7f842b4376d2715c
 DIST selenium-4.9.0.tar.gz 6336895 BLAKE2B 4a812324abd1903f14b03a73d21125eb83b753a553bcc4515aa4a3dc792bfb07bfacf34e35357f81c36675d9079bafe5f289a63c709df57358103a9141cef535 SHA512 3bfba3d862de73261e984e4dce3c2ff77b0f57074073b38648cbbe6908f2d20a5fadef8b23b6a292d780bfe3556291e26c2a7b1cc4b314cc959e78e0a2dcc6dc
-DIST selenium-selenium-4.8.3-python.gh.tar.gz 90236640 BLAKE2B 943497a5015da8a626f210568715c6839b566feb7a04cf28230c2eded44ca3d110d782d9f90730206c0a2135200d81a960d60974662ce63dc1cf2e3cc09a4f0e SHA512 d3182eec2229872860ba370e99b3093fe73a519e839bfdcd01b2c3cc74e28b51c272e7fe176c2123d2af21d6cda1fec99051362c4ee10469359d8a24a8bdc7e8
 DIST selenium-selenium-4.9.0.gh.tar.gz 90247221 BLAKE2B fe99ac519ef4ced5f61721d1e3bae70e938b4a481582623a33f4d5a2fd1978c42e216501eb25ac7496957c2ea37a3ad97aff7ab7adf440e1428a311410024aca SHA512 9e745eae4cf6ea95fe1268b79a80734f4b67b0948fa5bfb144d6b681cd4b353add5c1a1d16b3f35652b6fa4a5b135f8a5203de97fcb9af0c27060a45b6269225

diff --git a/dev-python/selenium/selenium-4.5.0.ebuild b/dev-python/selenium/selenium-4.5.0.ebuild
deleted file mode 100644
index fcb1473fbd00..000000000000
--- a/dev-python/selenium/selenium-4.5.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 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_{9..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="amd64 arm arm64 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.8.3.ebuild b/dev-python/selenium/selenium-4.8.3.ebuild
deleted file mode 100644
index d4ccf4ca28b3..000000000000
--- a/dev-python/selenium/selenium-4.8.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-# upstream sometimes tags it as ${P}, sometimes as ${P}-python, sigh
-TEST_TAG=${P}-python
-TEST_P=selenium-${TEST_TAG}
-
-DESCRIPTION="Python language binding for Selenium Remote Control"
-HOMEPAGE="
-	https://www.seleniumhq.org/
-	https://github.com/SeleniumHQ/selenium/tree/trunk/py/
-	https://pypi.org/project/selenium/
-"
-SRC_URI+="
-	test? (
-		https://github.com/SeleniumHQ/selenium/archive/${TEST_TAG}.tar.gz
-			-> ${TEST_P}.gh.tar.gz
-	)
-"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND="
-	>=dev-python/certifi-2021.10.8[${PYTHON_USEDEP}]
-	<dev-python/trio-1[${PYTHON_USEDEP}]
-	>=dev-python/trio-0.17[${PYTHON_USEDEP}]
-	<dev-python/trio-websocket-1[${PYTHON_USEDEP}]
-	>=dev-python/trio-websocket-0.9[${PYTHON_USEDEP}]
-	<dev-python/urllib3-2[${PYTHON_USEDEP}]
-	>=dev-python/urllib3-1.26[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# TODO: we may need extra setup or deps
-		test/selenium
-
-		# expects vanilla certifi
-		test/unit/selenium/webdriver/remote/remote_connection_tests.py::test_get_connection_manager_for_certs_and_timeout
-	)
-
-	cd "${WORKDIR}/${TEST_P}/py" || die
-	rm -rf selenium || die
-	# https://github.com/SeleniumHQ/selenium/blob/selenium-4.8.2-python/py/test/runner/run_pytest.py#L20-L24
-	# seriously?
-	epytest -o "python_files=*_tests.py test_*.py"
-}


             reply	other threads:[~2023-04-28 16:02 UTC|newest]

Thread overview: 198+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-28 16:02 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-22 19:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/selenium/ Arthur Zamarin
2024-09-21  7:41 Michał Górny
2024-09-16 13:09 Joonas Niilola
2024-09-16 13:09 Joonas Niilola
2024-09-14 12:06 Arthur Zamarin
2024-09-14 11:31 Arthur Zamarin
2024-09-01 19:57 Arthur Zamarin
2024-09-01 17:04 Arthur Zamarin
2024-08-29  4:52 Michał Górny
2024-08-17  9:57 Michał Górny
2024-08-17  9:57 Michał Górny
2024-08-12 18:53 Michał Górny
2024-08-12 17:18 Arthur Zamarin
2024-08-10 15:41 Michał Górny
2024-08-10  9:03 Michał Górny
2024-08-10  8:17 Michał Górny
2024-08-10  7:32 Michał Górny
2024-08-10  7:25 Michał Górny
2024-08-10  7:25 Michał Górny
2024-07-24 15:44 Michał Górny
2024-07-24 13:02 Michał Górny
2024-07-06  8:33 Michał Górny
2024-07-06  7:29 Arthur Zamarin
2024-07-06  7:26 Arthur Zamarin
2024-07-06  7:07 Arthur Zamarin
2024-07-06  6:54 Arthur Zamarin
2024-07-06  6:26 Sam James
2024-07-06  6:26 Sam James
2024-07-06  6:14 Sam James
2024-06-21 16:59 Michał Górny
2024-06-21 16:59 Michał Górny
2024-06-21  1:58 Michał Górny
2024-06-19 17:21 Michał Górny
2024-06-07 17:29 Michał Górny
2024-06-07 16:52 Arthur Zamarin
2024-06-01 10:25 Arthur Zamarin
2024-06-01 10:25 Arthur Zamarin
2024-06-01 10:25 Arthur Zamarin
2024-06-01  7:39 Arthur Zamarin
2024-06-01  7:29 Arthur Zamarin
2024-06-01  7:25 Arthur Zamarin
2024-05-16 14:58 Michał Górny
2024-05-13 12:53 Michał Górny
2024-05-13 12:24 Arthur Zamarin
2024-05-11 11:11 Arthur Zamarin
2024-05-11 10:22 Arthur Zamarin
2024-05-11  9:49 Arthur Zamarin
2024-05-11  9:49 Arthur Zamarin
2024-05-11  7:52 Arthur Zamarin
2024-05-11  7:16 Arthur Zamarin
2024-04-25  4:43 Michał Górny
2024-04-12  3:03 Michał Górny
2024-04-11 21:34 Sam James
2024-04-11 19:39 Sam James
2024-04-11 17:40 Arthur Zamarin
2024-04-11 16:53 Arthur Zamarin
2024-04-11 16:51 Arthur Zamarin
2024-04-11 16:41 Arthur Zamarin
2024-04-11 16:01 Sam James
2024-03-28  5:55 Michał Górny
2024-03-08  5:40 Michał Górny
2024-03-07 20:22 Jakov Smolić
2024-03-07 18:12 Sam James
2024-03-07 17:09 Michał Górny
2024-03-07 17:09 Michał Górny
2024-03-07 16:22 Michał Górny
2024-03-07 16:19 Michał Górny
2024-03-07 16:15 Michał Górny
2024-02-20  6:13 Michał Górny
2024-02-19 15:51 Michał Górny
2023-12-24 17:24 Michał Górny
2023-12-24 17:21 Arthur Zamarin
2023-12-24 15:11 Sam James
2023-12-07  4:18 Michał Górny
2023-11-29 15:29 Michał Górny
2023-11-29 15:15 Arthur Zamarin
2023-11-29 14:42 Arthur Zamarin
2023-11-29 14:00 Arthur Zamarin
2023-11-29 11:45 Arthur Zamarin
2023-11-29 11:45 Arthur Zamarin
2023-11-29 11:15 Michał Górny
2023-11-29 11:04 Michał Górny
2023-11-25 15:14 Michał Górny
2023-11-17 10:44 Andrew Ammerlaan
2023-11-11 20:58 Arthur Zamarin
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:17 Arthur Zamarin
2023-11-11 20:02 Sam James
2023-11-05 17:55 Michał Górny
2023-11-02 19:44 Michał Górny
2023-11-01 16:05 Michał Górny
2023-10-10  5:05 Michał Górny
2023-10-06 18:12 Michał Górny
2023-10-06 17:37 Arthur Zamarin
2023-10-06 17:05 Arthur Zamarin
2023-10-06 17:05 Arthur Zamarin
2023-10-06 16:04 Sam James
2023-10-06 14:34 Arthur Zamarin
2023-10-06 14:30 Arthur Zamarin
2023-10-06 14:29 Sam James
2023-09-26  4:42 Michał Górny
2023-09-01  5:06 Michał Górny
2023-07-23  8:28 Michał Górny
2023-07-20 10:16 WANG Xuerui
2023-07-17 17:51 Michał Górny
2023-07-17 11:15 Sam James
2023-07-09 17:57 Arthur Zamarin
2023-07-09 17:01 Arthur Zamarin
2023-06-18 17:21 Michał Górny
2023-06-18 15:49 Arthur Zamarin
2023-06-18 15:49 Arthur Zamarin
2023-06-18 15:45 Sam James
2023-06-18 15:45 Sam James
2023-06-18 15:15 Sam James
2023-06-18 15:14 Sam James
2023-06-18 14:47 Sam James
2023-06-08  5:13 Michał Górny
2023-05-18 18:54 Michał Górny
2023-05-08 19:31 Arthur Zamarin
2023-04-28 16:00 Arthur Zamarin
2023-04-28 15:57 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-28 15:24 Arthur Zamarin
2023-04-28 15:07 Arthur Zamarin
2023-04-28 14:52 Arthur Zamarin
2023-04-28 14:49 Arthur Zamarin
2023-04-21  4:34 Michał Górny
2023-04-15  5:29 Michał Górny
2023-04-15  5:29 Michał Górny
2023-03-31 18:05 Sam James
2023-03-31 16:14 Sam James
2023-03-25  6:39 Michał Górny
2023-03-10  9:00 Sam James
2023-03-10  8:48 Yixun Lan
2023-03-10  7:49 Arthur Zamarin
2023-03-10  2:00 Sam James
2023-03-10  2:00 Sam James
2023-03-09 18:17 Michał Górny
2023-03-09 18:17 Michał Górny
2022-11-03 20:18 Arthur Zamarin
2022-11-03 20:17 Sam James
2022-11-03 20:10 Sam James
2022-11-03 19:32 Arthur Zamarin
2022-11-03 19:30 Arthur Zamarin
2022-11-03 19:16 Arthur Zamarin
2022-11-03 19:16 Arthur Zamarin
2022-11-03 19:11 Arthur Zamarin
2022-11-03 19:07 Arthur Zamarin
2022-09-29 18:13 Arthur Zamarin
2022-09-20  8:08 Michał Górny
2022-09-20  7:43 Jakov Smolić
2022-09-19 20:31 Arthur Zamarin
2022-09-19 20:25 Arthur Zamarin
2022-09-19 20:22 Arthur Zamarin
2022-09-19 20:20 Arthur Zamarin
2022-09-19 20:14 Jakov Smolić
2022-09-19 20:10 Jakov Smolić
2022-09-19 20:07 Arthur Zamarin
2022-08-20 13:20 Arthur Zamarin
2022-05-18 14:22 Andrew Ammerlaan
2022-04-26  1:51 Sam James
2021-06-01 20:35 Michał Górny
2021-05-19 18:21 Michał Górny
2020-11-30 21:12 Sergei Trofimovich
2020-11-28 15:26 Sam James
2020-11-28 15:26 Sam James
2020-09-28 17:41 Sergei Trofimovich
2020-09-27  6:42 Matt Turner
2020-09-01  4:22 Sam James
2020-08-29 23:22 Sam James
2020-07-16 19:34 Sam James
2020-06-19 18:10 Michał Górny
2020-05-18 11:52 Michał Górny
2020-05-16 15:37 Michał Górny
2020-05-16 15:37 Michał Górny
2020-05-12 15:54 Mart Raudsepp
2020-03-17 17:14 Michał Górny
2020-02-11 19:51 Agostino Sarubbo
2020-02-11 19:50 Agostino Sarubbo
2020-02-11 19:43 Agostino Sarubbo
2020-02-11 16:01 Agostino Sarubbo
2020-02-06  5:59 Michał Górny
2019-10-15 15:58 Craig Andrews
2019-10-15 15:58 Craig Andrews
2018-06-27  0:02 Zac Medico
2017-09-17 21:09 Matt Turner
2017-09-12 23:02 Matt Turner
2017-08-06  8:43 Markus Meier
2017-07-31 10:49 Tobias Klausmann
2017-04-20 13:41 Michał Górny
2017-01-30 19:47 Sebastien Fabbro
2016-01-14  9:53 Justin Lecher
2015-10-14 16:56 Justin Lecher
2015-09-20  6:51 Justin Lecher
2015-09-19 12:42 Agostino Sarubbo
2015-08-30  3:07 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1682697714.6ca1bacdf5340d05cf000836efcc667079bc9b0d.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox