2023-08-16 22:26:55 +00:00
|
|
|
COMMENT= Python syntax highlighter
|
|
|
|
|
2024-05-26 03:08:12 +00:00
|
|
|
MODPY_EGG_VERSION = 2.18.0
|
2023-08-16 22:26:55 +00:00
|
|
|
|
2024-05-26 03:08:12 +00:00
|
|
|
DISTNAME= pygments-${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME= py-${DISTNAME}
|
2023-08-16 22:26:55 +00:00
|
|
|
CATEGORIES= textproc devel
|
|
|
|
|
|
|
|
HOMEPAGE= https://pygments.org/
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
|
|
|
|
FLAVORS= python3
|
|
|
|
FLAVOR= python3
|
|
|
|
|
|
|
|
MODPY_PI = Yes
|
2024-05-26 03:08:12 +00:00
|
|
|
MODPY_PYBUILD = hatchling
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
# requires port for wcag_contrast_ratio
|
|
|
|
MODPY_PYTEST_ARGS = --ignore tests/contrast/test_contrasts.py
|
|
|
|
|
|
|
|
TEST_DEPENDS = textproc/py-lxml${MODPY_FLAVOR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|