2023-08-16 22:26:55 +00:00
COMMENT = text-to-HTML conversion tool
MODPY_EGG_VERSION = 3.4.4
DISTNAME = Markdown-${ MODPY_EGG_VERSION }
PKGNAME = py-markdown-${ MODPY_EGG_VERSION }
2024-05-26 03:08:12 +00:00
REVISION = 0
2023-08-16 22:26:55 +00:00
CATEGORIES = textproc
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
TEST_DEPENDS = devel/py-coverage${ MODPY_FLAVOR } \
textproc/py-yaml${ MODPY_FLAVOR }
# pytest.PytestCollectionWarning: cannot collect test class 'TestSuite' because it has a __init__ constructor (from: tests/test_syntax/extensions/test_md_in_html.py)
MODPY_PYTEST_ARGS = --ignore tests/test_syntax/extensions/test_md_in_html.py
. i n c l u d e < b s d . p o r t . m k >