mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/CourtBouillon/tinyhtml5/blob/2.1.0/docs/changelog.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
555 B
Makefile
15 lines
555 B
Makefile
################################################################################
|
|
#
|
|
# python-tinyhtml5
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TINYHTML5_VERSION = 2.1.0
|
|
PYTHON_TINYHTML5_SOURCE = tinyhtml5-$(PYTHON_TINYHTML5_VERSION).tar.gz
|
|
PYTHON_TINYHTML5_SITE = https://files.pythonhosted.org/packages/b1/1f/cfe2f6b30557c92b3f31d41707e09cef5c1efbd87392bc6c0430c46b0e4d
|
|
PYTHON_TINYHTML5_SETUP_TYPE = flit
|
|
PYTHON_TINYHTML5_LICENSE = MIT
|
|
PYTHON_TINYHTML5_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|