mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 06:02:11 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained 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))
|
||||
Reference in New Issue
Block a user