Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
6
buildroot/package/python-hiredis/Config.in
Normal file
6
buildroot/package/python-hiredis/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_HIREDIS
|
||||
bool "python-hiredis"
|
||||
help
|
||||
Python wrapper for hiredis.
|
||||
|
||||
https://github.com/redis/hiredis-py
|
||||
6
buildroot/package/python-hiredis/python-hiredis.hash
Normal file
6
buildroot/package/python-hiredis/python-hiredis.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/hiredis/json
|
||||
md5 ad421ea848734c7be5c10689caa2a6f1 hiredis-1.0.1.tar.gz
|
||||
sha256 aa59dd63bb3f736de4fc2d080114429d5d369dfb3265f771778e8349d67a97a4 hiredis-1.0.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 70edfa6d3e11f9d7497c2c2f298d06f33b11d10f37f76605102c5ab3b1f28262 COPYING
|
||||
sha256 dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb vendor/hiredis/COPYING
|
||||
14
buildroot/package/python-hiredis/python-hiredis.mk
Normal file
14
buildroot/package/python-hiredis/python-hiredis.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-hiredis
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HIREDIS_VERSION = 1.0.1
|
||||
PYTHON_HIREDIS_SOURCE = hiredis-$(PYTHON_HIREDIS_VERSION).tar.gz
|
||||
PYTHON_HIREDIS_SITE = https://files.pythonhosted.org/packages/7f/5c/62e5c6b811b4dcef4125b4a01f76db82c496d79299dd67053b8f9c0732c0
|
||||
PYTHON_HIREDIS_SETUP_TYPE = setuptools
|
||||
PYTHON_HIREDIS_LICENSE = BSD-3-Clause
|
||||
PYTHON_HIREDIS_LICENSE_FILES = COPYING vendor/hiredis/COPYING
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user