mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/hukkin/tomli/blob/2.4.0/CHANGELOG.md Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
550 B
Makefile
16 lines
550 B
Makefile
################################################################################
|
|
#
|
|
# python-tomli
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TOMLI_VERSION = 2.4.0
|
|
PYTHON_TOMLI_SOURCE = tomli-$(PYTHON_TOMLI_VERSION).tar.gz
|
|
PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/82/30/31573e9457673ab10aa432461bee537ce6cef177667deca369efb79df071
|
|
PYTHON_TOMLI_LICENSE = MIT
|
|
PYTHON_TOMLI_LICENSE_FILES = LICENSE
|
|
PYTHON_TOMLI_SETUP_TYPE = flit
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|