mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
6
package/python-redis/Config.in
Normal file
6
package/python-redis/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_REDIS
|
||||
bool "python-redis"
|
||||
help
|
||||
Python client for Redis key-value store.
|
||||
|
||||
https://github.com/andymccurdy/redis-py
|
||||
5
package/python-redis/python-redis.hash
Normal file
5
package/python-redis/python-redis.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/redis/json
|
||||
md5 7ca3cb7a2a71f376fc235590ec7056f8 redis-3.2.1.tar.gz
|
||||
sha256 8ca418d2ddca1b1a850afa1680a7d2fd1f3322739271de4b704e0d4668449273 redis-3.2.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 790148d8c12f8a38b2707a74be2343316bad126995ff54801a181b8b231ba124 LICENSE
|
||||
14
package/python-redis/python-redis.mk
Normal file
14
package/python-redis/python-redis.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-redis
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_REDIS_VERSION = 3.2.1
|
||||
PYTHON_REDIS_SOURCE = redis-$(PYTHON_REDIS_VERSION).tar.gz
|
||||
PYTHON_REDIS_SITE = https://files.pythonhosted.org/packages/24/d4/06486dee0f66ef8c5080dc576fdfb33131fd2e0be3747f2be4e5634088a2
|
||||
PYTHON_REDIS_SETUP_TYPE = setuptools
|
||||
PYTHON_REDIS_LICENSE = MIT
|
||||
PYTHON_REDIS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user