Marcel Telka
2024-04-03 048a7222084696961865dab2f327aac36d8619ba
commit | author | age
9f2ab1 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project markdown-it-py
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        markdown-it-py
cb2611 22 HUMAN_VERSION =            3.0.0
9f2ab1 23 COMPONENT_SUMMARY =        markdown-it-py - Python port of markdown-it. Markdown parsing, done right!
MT 24 COMPONENT_PROJECT_URL =        https://github.com/executablebooks/markdown-it-py
25 COMPONENT_ARCHIVE_URL =        \
cb2611 26     https://github.com/executablebooks/markdown-it-py/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
9f2ab1 27 COMPONENT_ARCHIVE_HASH =    \
cb2611 28     sha256:60dffc950e61a2b4ec980087d79352293f138f7b41bf3d7f8e1907160986c886
9f2ab1 29 COMPONENT_LICENSE =        MIT
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
31
cb2611 32 # markdown-it-py >= 3.0.0 requires Python >= 3.8
MT 33 PYTHON_VERSIONS := $(filter-out 3.7, $(PYTHON_VERSIONS))
9f2ab1 34
MT 35 include $(WS_MAKE_RULES)/common.mk
cb2611 36
MT 37 # https://github.com/executablebooks/markdown-it-py/issues/288
38 TEST_CONFLICTING_PACKAGES.python += library/python/pytest-mypy-plugins
9f2ab1 39
MT 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
cb2611 44 TEST_REQUIRED_PACKAGES.python += library/python/coverage
MT 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