| Port details |
- py-lxml5 Pythonic XML processing library combining libxml2/libxslt
- 5.4.0_2 devel
=1 5.4.0_2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-09-08 18:45:20
- Last Update: 2026-01-15 17:22:12
- Commit Hash: 6d475ab
- People watching this port, also watch:: libmad, imlib2, xorg-apps, py311-pikepdf, gstreamer1-plugins-dash
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://lxml.de/
- https://github.com/lxml/lxml
- Description:
- lxml is the most feature-rich and easy-to-use library for processing XML and
HTML in the Python language. It's also very fast and memory friendly, just so
you know.
 ¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/py-lxml5/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-lxml5
- pkg install py311-lxml5
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 py311-lxml5 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-lxml5
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1745936150
SHA256 (lxml-5.4.0.tar.gz) = d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd
SIZE (lxml-5.4.0.tar.gz) = 3679479
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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- py311-cython>=3.2.4 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-lxml5
- USES:
- cpe gnome python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
5.4.0_2 15 Jan 2026 17:22:12
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Remove USE_PYTHON=cython3{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython*
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency
change
PR: 291778 |
5.4.0_2 30 Jun 2025 09:04:22
    |
Baptiste Daroussin (bapt)  |
libxml2: chase libxml soversion bump |
5.4.0_1 26 Jun 2025 11:29:45
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-lxml5: Allow build with cython 3.1.0+
- Bump PORTREVISION for package change
Obtained
from: https://github.com/lxml/lxml/commit/6a0f0f09e26d574e75848d0ca1ef00e97ee49658
https://github.com/lxml/lxml/commit/99c81a6694f92dd09626f861f313505ab667b948 |
5.4.0 18 May 2025 03:34:38
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-lxml5: Update to 5.4.0
Changes: https://github.com/lxml/lxml/releases |
5.3.2 18 Apr 2025 05:37:30
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-lxml5: Update to 5.3.2
Changes: https://github.com/lxml/lxml/releases |
5.3.1 09 Apr 2025 14:55:11
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}
- Update USE_PYTHON=cython{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython3*
- While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and
USE_PYTHON=cython
It is added to simplify the future transition from Cython 0.29 to 3.
The minimal version is set to 3.0.12 because it is required by
devel/py-propcache.
The upper bound of version is set to 3.1 because it is limited by multiple
ports. |
5.3.1 19 Feb 2025 11:54:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-lxml5: Update to 5.3.1
- Add GitHub to MASTER_SITES
Changes: https://github.com/lxml/lxml/releases |
5.3.0 08 Sep 2024 18:36:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-lxml5: Add py-lxml5 5.3.0
lxml is the most feature-rich and easy-to-use library for processing XML and
HTML in the Python language. It's also very fast and memory friendly, just so
you know. |