You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
d85a17270d
License hash changed due to year update: https://github.com/vsergeev/u-msgpack-python/commit/8794887e2a71258ddacb7c435ca6f43304c2a21b Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
568 B
Makefile
15 lines
568 B
Makefile
################################################################################
|
|
#
|
|
# python-u-msgpack
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_U_MSGPACK_VERSION = 2.7.2
|
|
PYTHON_U_MSGPACK_SOURCE = u-msgpack-python-$(PYTHON_U_MSGPACK_VERSION).tar.gz
|
|
PYTHON_U_MSGPACK_SITE = https://files.pythonhosted.org/packages/44/a7/1cb4f059bbf72ea24364f9ba3ef682725af09969e29df988aa5437f0044e
|
|
PYTHON_U_MSGPACK_SETUP_TYPE = setuptools
|
|
PYTHON_U_MSGPACK_LICENSE = MIT
|
|
PYTHON_U_MSGPACK_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|