mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-03 06:03:52 -09:00
https://github.com/redis/redis-py/releases/
Switched setup type to hatch added upstream in version 6.0.0:
483c021e88
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
520 B
Makefile
15 lines
520 B
Makefile
################################################################################
|
|
#
|
|
# python-redis
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_REDIS_VERSION = 7.1.0
|
|
PYTHON_REDIS_SOURCE = redis-$(PYTHON_REDIS_VERSION).tar.gz
|
|
PYTHON_REDIS_SITE = https://files.pythonhosted.org/packages/43/c8/983d5c6579a411d8a99bc5823cc5712768859b5ce2c8afe1a65b37832c81
|
|
PYTHON_REDIS_SETUP_TYPE = hatch
|
|
PYTHON_REDIS_LICENSE = MIT
|
|
PYTHON_REDIS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|