Port details on branch 2024Q3 |
- py-html5-parser Fast implementation of the HTML 5 parsing spec for Python
- 0.4.12 www =2 0.4.12Version of this port present on the latest quarterly branch.
- Maintainer: madpilot@FreeBSD.org
- Port Added: 2017-07-31 16:22:30
- Last Update: 2023-11-20 17:55:57
- Commit Hash: ff4d666
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://html5-parser.readthedocs.io/
- Description:
- A fast implementation of the HTML 5 parsing spec for Python. Parsing
is done in C using a variant of the gumbo parser. The gumbo parse
tree is then transformed into an lxml tree, also in C, yielding
parse times that can be a thirtieth of the html5lib parse times.
That is a speedup of 30x. This differs, for instance, from the gumbo
python bindings, where the initial parsing is done in C but the
transformation into the final tree is done in python.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}html5-parser>0:www/py-html5-parser@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-html5-parser/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-html5-parser
- pkg install py39-html5-parser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-html5-parser listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-html5-parser
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1700496447
SHA256 (html5-parser-0.4.12.tar.gz) = 3d7f89841aa48b976311f43863178c34c141abcf1dd45b67a7339e61cffe5306
SIZE (html5-parser-0.4.12.tar.gz) = 270861
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-lxml>=4.9.2 : devel/py-lxml@py39
- pkgconf>=1.3.0_1 : devel/pkgconf
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- This port is required by:
- for Build
-
- deskutils/calibre
- for Run
-
- deskutils/calibre
- www/py-mechanize
Configuration Options:
- No options to configure
- Options name:
- www_py-html5-parser
- USES:
- gnome pkgconfig python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|