mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
511 B
Makefile
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>
|