mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/python-click: bump to 8.2.0
Update package help text to reflect upstream project description. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
c38ee456cb
commit
96ae6c41e7
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/click/json
|
||||
md5 b52ee8e6c33d88a2b4626e6a6002245d click-8.1.8.tar.gz
|
||||
sha256 ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a click-8.1.8.tar.gz
|
||||
md5 b9d7fc7a25f30674c85da6f460628a17 click-8.2.0.tar.gz
|
||||
sha256 f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d click-8.2.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d LICENSE.txt
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CLICK_VERSION = 8.1.8
|
||||
PYTHON_CLICK_VERSION = 8.2.0
|
||||
PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
|
||||
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b
|
||||
PYTHON_CLICK_SITE = https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41
|
||||
PYTHON_CLICK_SETUP_TYPE = flit
|
||||
PYTHON_CLICK_LICENSE = BSD-3-Clause
|
||||
PYTHON_CLICK_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
Reference in New Issue
Block a user