Files
2026-03-06 09:50:16 +00:00

26 lines
511 B
Makefile

COMMENT= source code spelling checker
MODPY_DISTV= 2.4.2
DISTNAME= codespell-${MODPY_DISTV}
CATEGORIES= devel textproc
HOMEPAGE= https://github.com/codespell-project/codespell
# GPLv2
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools_scm
MODPY_PI= Yes
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>