You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
0f0d2408a3
- Update hash of LICENSE (update in year and author added: https://github.com/uiri/toml/commit/a86fc1fbd650a19eba313c3f642c9e2c679dc8d6) - Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
548 B
Makefile
16 lines
548 B
Makefile
################################################################################
|
|
#
|
|
# python-toml
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TOML_VERSION = 0.10.2
|
|
PYTHON_TOML_SOURCE = toml-$(PYTHON_TOML_VERSION).tar.gz
|
|
PYTHON_TOML_SITE = https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c
|
|
PYTHON_TOML_SETUP_TYPE = setuptools
|
|
PYTHON_TOML_LICENSE = MIT
|
|
PYTHON_TOML_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|