800c7de810
The existing patch is removed as it has been applied upstream in
commit
d4d701a065
.
The license file has changed, it is now named LICENSE, and the
contents are not the same even though it still contains the
BSD-3-Clause license.
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
575 B
Makefile
15 lines
575 B
Makefile
################################################################################
|
|
#
|
|
# python-hiredis
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_HIREDIS_VERSION = 2.2.3
|
|
PYTHON_HIREDIS_SOURCE = hiredis-$(PYTHON_HIREDIS_VERSION).tar.gz
|
|
PYTHON_HIREDIS_SITE = https://files.pythonhosted.org/packages/b0/04/dab6792584fc548803ffa50b5bb2b99f01d3ab04d7c7f64e85f1a22fb847
|
|
PYTHON_HIREDIS_SETUP_TYPE = setuptools
|
|
PYTHON_HIREDIS_LICENSE = BSD-3-Clause
|
|
PYTHON_HIREDIS_LICENSE_FILES = LICENSE vendor/hiredis/COPYING
|
|
|
|
$(eval $(python-package))
|