mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
24 lines
406 B
Makefile
24 lines
406 B
Makefile
COMMENT = python package for parsing and building CSS
|
|
|
|
CATEGORIES = textproc
|
|
|
|
MODPY_DISTV = 1.0.10
|
|
DISTNAME = css-parser-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
MODPY_PI = Yes
|
|
REVISION = 2
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = textproc/py-chardet
|
|
|
|
# pytest needs jaraco.test
|
|
do-test:
|
|
cd ${WRKSRC}; ${MODPY_BIN} run_tests.py
|
|
|
|
.include <bsd.port.mk>
|