kumquat-buildroot/package/python-mistune/python-mistune.mk
James Hilliard ead539c27d package/python-mistune: bump to version 2.0.4
License hash changed due to date update:
991c683584

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-11-03 21:04:32 +01:00

16 lines
583 B
Makefile

################################################################################
#
# python-mistune
#
################################################################################
PYTHON_MISTUNE_VERSION = 2.0.4
PYTHON_MISTUNE_SOURCE = mistune-$(PYTHON_MISTUNE_VERSION).tar.gz
PYTHON_MISTUNE_SITE = https://files.pythonhosted.org/packages/cd/9b/0f98334812f548a5ee4399b76e33752a74fc7bb976f5efb34d962f03d585
PYTHON_MISTUNE_LICENSE = BSD-3-Clause
PYTHON_MISTUNE_LICENSE_FILES = LICENSE
PYTHON_MISTUNE_SETUP_TYPE = setuptools
$(eval $(python-package))
$(eval $(host-python-package))