mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
32 lines
504 B
Makefile
32 lines
504 B
Makefile
COMMENT= fast C based HTML 5 parsing for python
|
|
|
|
MODPY_DISTV= 0.4.12
|
|
|
|
DISTNAME= html5-parser-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 2
|
|
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= https://html5-parser.readthedocs.io
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += pthread xml2
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PYTEST_ARGS= test/*py
|
|
|
|
LIB_DEPENDS= textproc/libxml
|
|
|
|
RUN_DEPENDS= textproc/py-chardet \
|
|
textproc/py-lxml
|
|
|
|
TEST_DEPENDS= www/py-beautifulsoup4
|
|
|
|
.include <bsd.port.mk>
|