mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
583 B
Makefile
16 lines
583 B
Makefile
################################################################################
|
|
#
|
|
# python-mistune
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MISTUNE_VERSION = 3.2.0
|
|
PYTHON_MISTUNE_SOURCE = mistune-$(PYTHON_MISTUNE_VERSION).tar.gz
|
|
PYTHON_MISTUNE_SITE = https://files.pythonhosted.org/packages/9d/55/d01f0c4b45ade6536c51170b9043db8b2ec6ddf4a35c7ea3f5f559ac935b
|
|
PYTHON_MISTUNE_LICENSE = BSD-3-Clause
|
|
PYTHON_MISTUNE_LICENSE_FILES = LICENSE
|
|
PYTHON_MISTUNE_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|