mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-hiredis: new package
Python extension that wraps protocol parsing code in hiredis. It primarily speeds up parsing of multi bulk replies. https://github.com/redis/hiredis-py Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
02e6805010
commit
bc60b83380
14
package/python-hiredis/python-hiredis.mk
Normal file
14
package/python-hiredis/python-hiredis.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-hiredis
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HIREDIS_VERSION = 1.0.0
|
||||
PYTHON_HIREDIS_SOURCE = hiredis-$(PYTHON_HIREDIS_VERSION).tar.gz
|
||||
PYTHON_HIREDIS_SITE = https://files.pythonhosted.org/packages/9e/e0/c160dbdff032ffe68e4b3c576cba3db22d8ceffc9513ae63368296d1bcc8
|
||||
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