python/coverage: update to 7.6.5
[oi-userland.git] / components / python / markdown-it-py / Makefile
blobc8e9102a053a670af149ecf99d301c6b57390530
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 markdown-it-py
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = markdown-it-py
22 HUMAN_VERSION = 3.0.0
23 COMPONENT_SUMMARY = markdown-it-py - Python port of markdown-it. Markdown parsing, done right!
24 COMPONENT_PROJECT_URL = https://github.com/executablebooks/markdown-it-py
25 COMPONENT_ARCHIVE_URL = \
26 https://github.com/executablebooks/markdown-it-py/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:60dffc950e61a2b4ec980087d79352293f138f7b41bf3d7f8e1907160986c886
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
32 # markdown-it-py >= 3.0.0 requires Python >= 3.8
33 PYTHON_VERSIONS := $(filter-out 3.7, $(PYTHON_VERSIONS))
35 include $(WS_MAKE_RULES)/common.mk
37 # https://github.com/executablebooks/markdown-it-py/issues/288
38 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-mypy-plugins
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
42 PYTHON_REQUIRED_PACKAGES += library/python/mdurl
43 PYTHON_REQUIRED_PACKAGES += runtime/python
44 TEST_REQUIRED_PACKAGES.python += library/python/coverage
45 TEST_REQUIRED_PACKAGES.python += library/python/linkify-it-py
46 TEST_REQUIRED_PACKAGES.python += library/python/pytest
47 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
48 TEST_REQUIRED_PACKAGES.python += library/python/pytest-regressions