jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / mistune / Makefile
bloba729e3bf814af2e8315f17bce46e7ac306c8ef70
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project mistune
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = mistune
22 HUMAN_VERSION = 3.0.2
23 COMPONENT_SUMMARY = mistune - A sane and fast Markdown parser with useful plugins and renderers
24 COMPONENT_ARCHIVE_URL = \
25 https://files.pythonhosted.org/packages/ef/c8/f0173fe3bf85fd891aee2e7bcd8207dfe26c2c683d727c5a6cc3aec7b628/mistune-3.0.2.tar.gz
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8
28 COMPONENT_LICENSE = BSD-3-Clause
29 COMPONENT_LICENSE_FILE = LICENSE
31 TEST_STYLE = pytest
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
37 PYTHON_REQUIRED_PACKAGES += library/python/wheel
38 PYTHON_REQUIRED_PACKAGES += runtime/python