notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-xsdata Python XML Binding
25.7_1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 25.4Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-11-27 18:09:18
Last Update: 2025-07-21 08:00:55
Commit Hash: 0b0f7cd
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: MIT
WWW:
https://xsdata.readthedocs.io/en/latest/
https://github.com/tefra/xsdata
Description:
xsData is a complete data binding library for python allowing developers to access and use XML and JSON documents as simple objects rather than using DOM. The code generator supports XML schemas, DTD, WSDL definitions, XML & JSON documents. It produces simple dataclasses with type hints and simple binding metadata. The included XML and JSON parser/serializer are highly optimized and adaptable, with multiple handlers and configuration properties. xsData is constantly tested against the W3C XML Schema 1.1 test suite.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}xsdata>0:devel/py-xsdata@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-xsdata/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-xsdata
  • pkg install py311-xsdata
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-xsdata listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-xsdata
Package flavors (<flavor>: <package>)
  • py311: py311-xsdata
distinfo:
TIMESTAMP = 1752266144 SHA256 (xsdata-25.7.tar.gz) = 1291ef759f4663baadb86562be4c25ebfc0003ca0debae3042b0067663f0c548 SIZE (xsdata-25.7.tar.gz) = 345469

Packages (timestamps in pop-ups are UTC):
py39-xsdata
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----23.823.823.8
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----23.823.823.8
FreeBSD:15:latest--n/a-n/a23.823.823.8
 

py311-xsdata
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest25.425.7-25.425.7---
FreeBSD:13:quarterly24.1225.4-24.1225.4---
FreeBSD:14:latest25.425.7-25.425.7---
FreeBSD:14:quarterly25.425.4-25.425.4---
FreeBSD:15:latest25.425.4n/a25.4n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=61.2 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-typing-extensions>=4.7.0 : devel/py-typing-extensions@py311
  2. python3.11 : lang/python311
This port is required by:
for Run
  1. devel/py-xsdata-attrs
  2. devel/py-xsdata-plantuml
  3. devel/py-xsdata-pydantic

Configuration Options:
===> The following configuration options are available for py311-xsdata-25.7_1: CLI=off: Command-line interface support LXML=off: Handler/writer via lxml SOAP=off: Simple Object Access Protocol (SOAP) support ===> Use 'make config' to modify these settings
Options name:
devel_py-xsdata
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/x/xsdata/
  2. https://pypi.org/packages/source/x/xsdata/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
25.7_1
21 Jul 2025 08:00:55
commit hash: 0b0f7cda9d34dc0169a7b91fa134903f2d822526commit hash: 0b0f7cda9d34dc0169a7b91fa134903f2d822526commit hash: 0b0f7cda9d34dc0169a7b91fa134903f2d822526commit hash: 0b0f7cda9d34dc0169a7b91fa134903f2d822526 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
*/*: update dependency on devel/py-lxml to devel/py-lxml5 (2nd attempt)

This is a follow up to the commit 230fb2661c78, which updated some
ports' dependencies on devel/py-lxml to devel/py-lxml5. It was an
attempt to follow the dependency change of
www/py-beautifulsoup. However, the switch was incomplete and broke
some other ports.

It has turned out that the ports depending on devel/py-lxml (at
version 4.9.3) does not limit their dependencies' upper bound to 4.x
except for one (devel/py-pymaven-patch). So updating them to
devel/py-lxml5 (at version 5.4.0) should cause no harm.

This commit switch dependencies of all the ports (except
devel/py-pymaven-patch) to devel/py-lxml5 avoid potential conflicts.

Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>

PR:		287144, 288047
Reported by:	makc (via ports-committers),
		vvd (PR 288047),
		diizzy (PR 287144)
Approved by:	portmgr (chase dependency change, unbreak build)
Fixes:		230fb2661c78 (*/*: update dependency on devel/py-lxml to devel/py-lxml5)
25.7
13 Jul 2025 12:39:36
commit hash: d2788b71aded0fd0aaed0146cc58c58600bfa9c0commit hash: d2788b71aded0fd0aaed0146cc58c58600bfa9c0commit hash: d2788b71aded0fd0aaed0146cc58c58600bfa9c0commit hash: d2788b71aded0fd0aaed0146cc58c58600bfa9c0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xsdata: Update to 25.7

Changes:	https://github.com/tefra/xsdata/releases
		https://github.com/tefra/xsdata/blob/main/CHANGES.md
		https://xsdata.readthedocs.io/en/latest/changelog/
25.4
29 Apr 2025 12:42:40
commit hash: 7c477b4842df739884d3ce4aa2577a10ea6206f0commit hash: 7c477b4842df739884d3ce4aa2577a10ea6206f0commit hash: 7c477b4842df739884d3ce4aa2577a10ea6206f0commit hash: 7c477b4842df739884d3ce4aa2577a10ea6206f0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xsdata: Update to 25.4

Changes:	https://github.com/tefra/xsdata/releases
		https://github.com/tefra/xsdata/blob/main/CHANGES.md
		https://xsdata.readthedocs.io/en/latest/changelog/
24.12
31 Dec 2024 15:49:34
commit hash: 212975c86e5d2f28465ab1ef9e2b20ddb59a6222commit hash: 212975c86e5d2f28465ab1ef9e2b20ddb59a6222commit hash: 212975c86e5d2f28465ab1ef9e2b20ddb59a6222commit hash: 212975c86e5d2f28465ab1ef9e2b20ddb59a6222 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xsdata: Update to 24.12

Changes:	https://github.com/tefra/xsdata/releases
		https://github.com/tefra/xsdata/blob/main/CHANGES.md
		https://xsdata.readthedocs.io/en/latest/changelog/
24.11
22 Nov 2024 06:22:36
commit hash: a4b5ee485a114bf2b73fad905e17b14fcf106eadcommit hash: a4b5ee485a114bf2b73fad905e17b14fcf106eadcommit hash: a4b5ee485a114bf2b73fad905e17b14fcf106eadcommit hash: a4b5ee485a114bf2b73fad905e17b14fcf106ead files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xsdata: Update to 24.11

Changes:	https://github.com/tefra/xsdata/releases
		https://github.com/tefra/xsdata/blob/main/CHANGES.md
		https://xsdata.readthedocs.io/en/latest/changelog/
24.3.1
31 Mar 2024 03:06:54
commit hash: a6209922ac7a2060d94db24e4c3984b29bc7e239commit hash: a6209922ac7a2060d94db24e4c3984b29bc7e239commit hash: a6209922ac7a2060d94db24e4c3984b29bc7e239commit hash: a6209922ac7a2060d94db24e4c3984b29bc7e239 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xsdata: Update to 24.3.1

Changes:	https://github.com/tefra/xsdata/releases
		https://github.com/tefra/xsdata/blob/main/CHANGES.md
		https://xsdata.readthedocs.io/en/latest/changelog/
24.2.1
23 Mar 2024 14:49:27
commit hash: c8477070c4f76c98d3a872cdbe01eec6ee191b49commit hash: c8477070c4f76c98d3a872cdbe01eec6ee191b49commit hash: c8477070c4f76c98d3a872cdbe01eec6ee191b49commit hash: c8477070c4f76c98d3a872cdbe01eec6ee191b49 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xsdata: Update to 24.2.1

Changes:	https://github.com/tefra/xsdata/releases
		https://xsdata.readthedocs.io/en/latest/changelog/
23.8
27 Nov 2023 18:46:31
commit hash: 1376fa14c9c0c350308d6dfe5276db52fc00bcdecommit hash: 1376fa14c9c0c350308d6dfe5276db52fc00bcdecommit hash: 1376fa14c9c0c350308d6dfe5276db52fc00bcdecommit hash: 1376fa14c9c0c350308d6dfe5276db52fc00bcde files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xsdata: Add CLI, LXML and SOAP options
23.8
27 Nov 2023 18:07:45
commit hash: d886465692671af49956665af2eaf7d4e618e7c5commit hash: d886465692671af49956665af2eaf7d4e618e7c5commit hash: d886465692671af49956665af2eaf7d4e618e7c5commit hash: d886465692671af49956665af2eaf7d4e618e7c5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-xsdata: Add py-xsdata 23.8

xsData is a complete data binding library for python allowing developers to
access and use XML and JSON documents as simple objects rather than using DOM.

The code generator supports XML schemas, DTD, WSDL definitions, XML & JSON
documents. It produces simple dataclasses with type hints and simple binding
metadata.

The included XML and JSON parser/serializer are highly optimized and adaptable,
with multiple handlers and configuration properties.

xsData is constantly tested against the W3C XML Schema 1.1 test suite.

Number of commits found: 9