mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/python-selenium: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
3eb3116bfe
commit
352f4418e4
@ -1396,6 +1396,7 @@ F: package/python-pydyf/
|
||||
F: package/python-pypa-build/
|
||||
F: package/python-pyphen/
|
||||
F: package/python-rtoml/
|
||||
F: package/python-selenium/
|
||||
F: package/python-snappy/
|
||||
F: package/python-sniffio/
|
||||
F: package/python-sockjs/
|
||||
|
@ -1260,6 +1260,7 @@ menu "External python modules"
|
||||
source "package/python-sdnotify/Config.in"
|
||||
source "package/python-secretstorage/Config.in"
|
||||
source "package/python-see/Config.in"
|
||||
source "package/python-selenium/Config.in"
|
||||
source "package/python-semver/Config.in"
|
||||
source "package/python-sentry-sdk/Config.in"
|
||||
source "package/python-serial/Config.in"
|
||||
|
11
package/python-selenium/Config.in
Normal file
11
package/python-selenium/Config.in
Normal file
@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_SELENIUM
|
||||
bool "python-selenium"
|
||||
select BR2_PACKAGE_PYTHON_CERTIFI # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYSOCKS # runtime
|
||||
select BR2_PACKAGE_PYTHON_TRIO # runtime
|
||||
select BR2_PACKAGE_PYTHON_TRIO_WEBSOCKET # runtime
|
||||
select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
|
||||
help
|
||||
Python language bindings for Selenium WebDriver.
|
||||
|
||||
https://www.selenium.dev
|
3
package/python-selenium/python-selenium.hash
Normal file
3
package/python-selenium/python-selenium.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/selenium/json
|
||||
md5 e9054eb95920bb2a1d594090f0773f61 selenium-4.8.0.tar.gz
|
||||
sha256 fee36724d6cf0b18c73781bb8ec7be4a35ab1e2564e64e64e64da75e50e052af selenium-4.8.0.tar.gz
|
13
package/python-selenium/python-selenium.mk
Normal file
13
package/python-selenium/python-selenium.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-selenium
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SELENIUM_VERSION = 4.8.0
|
||||
PYTHON_SELENIUM_SOURCE = selenium-$(PYTHON_SELENIUM_VERSION).tar.gz
|
||||
PYTHON_SELENIUM_SITE = https://files.pythonhosted.org/packages/2e/3d/492cf1a6823c48369328572c6bc63b7a957ba25c0009ee6bdb507cd9a6a4
|
||||
PYTHON_SELENIUM_SETUP_TYPE = setuptools
|
||||
PYTHON_SELENIUM_LICENSE = Apache-2.0
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user