Files
ports/textproc/codespell/Makefile
T
2025-04-29 10:40:12 +00:00

27 lines
523 B
Makefile

COMMENT= source code spelling checker
MODPY_DISTV= 2.4.1
DISTNAME= codespell-${MODPY_DISTV}
REVISION= 0
CATEGORIES= devel textproc
HOMEPAGE= https://github.com/codespell-project/codespell
# GPLv2
PERMIT_PACKAGE= Yes
MODPY_PI= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools_scm
RUN_DEPENDS= textproc/py-chardet
TEST_DEPENDS= ${FULLPKGNAME}:${FULLPKGPATH} \
devel/py-test-cov
# XXX needs pytest-dependency, not in ports
MODPY_PYTEST_ARGS= --ignore codespell_lib/tests/test_dictionary.py
.include <bsd.port.mk>