mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
00fca77ef8
tinyhtml5 is a HTML5 parser that transforms a possibly malformed HTML document into an ElementTree tree. This module is a simplified fork of html5lib.
24 lines
465 B
Makefile
24 lines
465 B
Makefile
COMMENT= transform a possibly malformed HTML5 into an ElementTree
|
|
|
|
MODPY_DISTV= 2.0.0
|
|
DISTNAME= tinyhtml5-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= https://github.com/CourtBouillon/tinyhtml5
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= flit_core
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= textproc/py-webencodings
|
|
xTEST_DEPENDS= devel/py-mock \
|
|
devel/py-test-expect \
|
|
textproc/py-chardet \
|
|
textproc/py-lxml
|
|
|
|
.include <bsd.port.mk>
|