Files
ports/www/py-tinyhtml5/Makefile
T
sthen 00fca77ef8 import ports/www/py-tinyhtml5, fix/ok tb
tinyhtml5 is a HTML5 parser that transforms a possibly malformed HTML
document into an ElementTree tree.

This module is a simplified fork of html5lib.
2025-02-21 11:39:47 +00:00

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>