mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
25 lines
521 B
Makefile
25 lines
521 B
Makefile
COMMENT= text-to-HTML conversion tool
|
|
|
|
MODPY_DISTV= 3.10.2
|
|
DISTNAME= markdown-${MODPY_DISTV}
|
|
PKGNAME= py-markdown-${MODPY_DISTV}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= textproc
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
TEST_DEPENDS= devel/py-coverage \
|
|
textproc/py-yaml
|
|
|
|
# "cannot collect test class 'TestSuite' because it has a __init__ constructor"
|
|
# blocks other tests from running
|
|
MODPY_PYTEST_ARGS= --ignore tests/test_syntax/extensions/test_md_in_html.py
|
|
|
|
.include <bsd.port.mk>
|