mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-can: bump to version 4.5.0
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
450a3ef7a7
commit
2880032dce
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-can/json
|
||||
md5 20133a1b73b58c976bba6b0af8581f32 python_can-4.4.2.tar.gz
|
||||
sha256 1c46c0935f39f7a9c3e76b03249af0580689ebf7a1844195e92f87257f009df5 python_can-4.4.2.tar.gz
|
||||
md5 e22638e3e5d102e428614715dd04910f python_can-4.5.0.tar.gz
|
||||
sha256 d3684cebe5b028a148c1742b3a45cec4fcaf83a7f7c52d0680b2eaeaf52f8eb7 python_can-4.5.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768 LICENSE.txt
|
||||
|
||||
@@ -4,12 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CAN_VERSION = 4.4.2
|
||||
PYTHON_CAN_VERSION = 4.5.0
|
||||
PYTHON_CAN_SOURCE = python_can-$(PYTHON_CAN_VERSION).tar.gz
|
||||
PYTHON_CAN_SITE = https://files.pythonhosted.org/packages/a3/17/57c38abbf00993ac5ec306de0c00271685d1372ef3d907b107eb63ab13a8
|
||||
PYTHON_CAN_SITE = https://files.pythonhosted.org/packages/6a/4b/b6fd103c3f2eb0ae942e0704642d396ebbaf87f4d82d0102560cc738fdf1
|
||||
PYTHON_CAN_SETUP_TYPE = setuptools
|
||||
PYTHON_CAN_LICENSE = LGPL-3.0
|
||||
PYTHON_CAN_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_CAN_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
ifneq ($(BR2_PACKAGE_PYTHON_CAN_VIEWER),y)
|
||||
define PYTHON_CAN_REMOVE_VIEWER
|
||||
|
||||
Reference in New Issue
Block a user