mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
420 B
Makefile
23 lines
420 B
Makefile
COMMENT= Python syntax highlighter
|
|
|
|
MODPY_DISTV= 2.20.0
|
|
DISTNAME= pygments-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc devel
|
|
|
|
HOMEPAGE= https://pygments.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= hatchling
|
|
MODPY_PI= Yes
|
|
|
|
# requires port for wcag_contrast_ratio
|
|
MODPY_PYTEST_ARGS= --ignore tests/contrast/test_contrasts.py
|
|
|
|
TEST_DEPENDS= textproc/py-lxml
|
|
|
|
.include <bsd.port.mk>
|