Port details |
- py-msgspec Fast serialization and validation library
- 0.19.0 devel =2 0.18.6_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-04-05 00:45:12
- Last Update: 2025-01-02 02:44:22
- Commit Hash: 48b5d565
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://jcristharif.com/msgspec/
- https://github.com/jcrist/msgspec
- Description:
- msgspec is a fast serialization and validation library, with builtin support for
JSON, MessagePack, YAML, and TOML. It features:
- High performance encoders/decoders for common protocols. The JSON and
MessagePack implementations regularly benchmark as the fastest options for
Python.
- Support for a wide variety of Python types. Additional types may be supported
through extensions.
- Zero-cost schema validation using familiar Python type annotations. In
benchmarks msgspec decodes and validates JSON faster than orjson can decode it
alone.
- A speedy Struct type for representing structured data. If you already use
dataclasses or attrs, structs should feel familiar. However, they're 5-60x
faster for common operations.
All of this is included in a lightweight library with no required dependencies.
- ¦ ¦ ¦ ¦
- 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}msgspec>0:devel/py-msgspec@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-msgspec/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-msgspec
- pkg install py311-msgspec
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-msgspec listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-msgspec
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1735705167
SHA256 (msgspec-0.19.0.tar.gz) = 604037e7cd475345848116e89c553aa9a233259733ab51986ac924ab1b976f8e
SIZE (msgspec-0.19.0.tar.gz) = 216934
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
- 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:
-
- py311-tomli-w>=0 : textproc/py-tomli-w@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/pytype
- www/py-flask-session
- www/py-searxng-devel
Configuration Options:
- ===> The following configuration options are available for py311-msgspec-0.19.0:
TOML=on: TOML format or parser support
YAML=on: YAML format or parser support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-msgspec
- USES:
- python:3.9+
- 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 |
0.19.0 02 Jan 2025 02:44:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-msgspec: Update to 0.19.0
Changes: https://github.com/jcrist/msgspec/releases
https://jcristharif.com/msgspec/changelog.html |
0.18.6_1 27 Nov 2024 02:33:44 |
Po-Chuan Hsieh (sunpoet) |
devel/py-msgspec: Clean up |
0.18.6_1 21 Jul 2024 16:55:40 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Introduce PY_TOMLI
- Convert ports to use PY_TOMLI to simplify Makefile.
The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.
With hat: python |
0.18.6_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
0.18.6 05 Apr 2024 00:36:56 |
Po-Chuan Hsieh (sunpoet) |
devel/py-msgspec: Add py-msgspec 0.18.6
msgspec is a fast serialization and validation library, with builtin support for
JSON, MessagePack, YAML, and TOML. It features:
- High performance encoders/decoders for common protocols. The JSON and
MessagePack implementations regularly benchmark as the fastest options for
Python.
- Support for a wide variety of Python types. Additional types may be supported
through extensions.
- Zero-cost schema validation using familiar Python type annotations. In
benchmarks msgspec decodes and validates JSON faster than orjson can decode it
alone.
- A speedy Struct type for representing structured data. If you already use
dataclasses or attrs, structs should feel familiar. However, they're 5-60x
faster for common operations.
All of this is included in a lightweight library with no required dependencies. |