mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Updated ShredOS to Buildroot 2025.11, kernel 6.18.0
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_CLICK
|
||||
bool "python-click"
|
||||
help
|
||||
A simple wrapper around optparse for powerful command line
|
||||
utilities.
|
||||
Python composable command line interface toolkit.
|
||||
|
||||
https://pypi.python.org/pypi/click
|
||||
https://click.palletsprojects.com/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/click/json
|
||||
md5 7c3b52c56fd30699f453a7dc7b42cecb click-8.1.7.tar.gz
|
||||
sha256 ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de click-8.1.7.tar.gz
|
||||
md5 fa228744ff03a339957e847fb7890823 click-8.3.0.tar.gz
|
||||
sha256 e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4 click-8.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.rst
|
||||
sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.txt
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CLICK_VERSION = 8.1.7
|
||||
PYTHON_CLICK_VERSION = 8.3.0
|
||||
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
|
||||
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5
|
||||
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/46/61/de6cd827efad202d7057d93e0fed9294b96952e188f7384832791c7b2254
|
||||
PYTHON_CLICK_SETUP_TYPE = flit
|
||||
PYTHON_CLICK_LICENSE = BSD-3-Clause
|
||||
PYTHON_CLICK_LICENSE_FILES = LICENSE.rst
|
||||
PYTHON_CLICK_SETUP_TYPE = setuptools
|
||||
PYTHON_CLICK_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user