You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
1e44b1b838
- Update hash of LICENSE (license switched back to LGPL-2.1+: https://github.com/websocket-client/websocket-client/commit/6eaed48d49ea6a1a792b152a477bf9026f0c29b4) - Update indentation in hash file (two spaces) https://github.com/websocket-client/websocket-client/blob/v0.58.0/ChangeLog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
631 B
Makefile
15 lines
631 B
Makefile
################################################################################
|
|
#
|
|
# python-websocket-client
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_WEBSOCKET_CLIENT_VERSION = 0.58.0
|
|
PYTHON_WEBSOCKET_CLIENT_SOURCE = websocket_client-$(PYTHON_WEBSOCKET_CLIENT_VERSION).tar.gz
|
|
PYTHON_WEBSOCKET_CLIENT_SITE = https://files.pythonhosted.org/packages/4a/df/112c278ba1ead96786d24d973429ce1e1a2c86b9843183d9f8ef8c6330d7
|
|
PYTHON_WEBSOCKET_CLIENT_SETUP_TYPE = setuptools
|
|
PYTHON_WEBSOCKET_CLIENT_LICENSE = LGPL-2.1+
|
|
PYTHON_WEBSOCKET_CLIENT_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|