You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
205557a287
- python 2 support has been dropped since version 0.1.0 and https://github.com/thombashi/msgfy/commit/8ddfd20132b8d4825214252189a65570b562619f - Update indentation of hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
525 B
Makefile
15 lines
525 B
Makefile
################################################################################
|
|
#
|
|
# python-msgfy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MSGFY_VERSION = 0.1.0
|
|
PYTHON_MSGFY_SOURCE = msgfy-$(PYTHON_MSGFY_VERSION).tar.gz
|
|
PYTHON_MSGFY_SITE = https://files.pythonhosted.org/packages/24/b5/7cc6ba75b6489245f9b75f11a85202b934fa92f6c99a4fa1c639f08d68e8
|
|
PYTHON_MSGFY_SETUP_TYPE = setuptools
|
|
PYTHON_MSGFY_LICENSE = MIT
|
|
PYTHON_MSGFY_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|