COMMENT =		markdown-like text editor for planning and writing novels
MODPY_DISTV =		2.7.5
DISTNAME =		novelwriter-${MODPY_DISTV}
CATEGORIES =		editors
HOMEPAGE =		https://novelwriter.io/
MAINTAINER =		Thomas Frohwein <thfr@openbsd.org>

# GPLv3+
PERMIT_PACKAGE =	Yes

MODULES =		lang/python
MODPY_PI =		Yes
MODPY_PYBUILD =		setuptools
RUN_DEPENDS =		textproc/py-enchant \
			textproc/py-lxml \
			x11/py-qt6
TEST_DEPENDS =		${RUN_DEPENDS}
# tests not included in pypi tarball
NO_TEST =		Yes

.include <bsd.port.mk>
