Port details |
- py-mashumaro Fast serialization library on top of dataclasses
- 3.15 devel =2 3.11Version of this port present on the latest quarterly branch.
- Maintainer: pat@patmaddox.com
- Port Added: 2023-10-21 13:51:08
- Last Update: 2024-12-10 09:02:55
- Commit Hash: 80925a4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/Fatal1ty/mashumaro
- Description:
- When using dataclasses, you often need to dump and load objects based on the
schema you have. Mashumaro not only lets you save and load things in different
ways, but it also does it super quick.
Key features:
- One of the fastest libraries
- Mature and time-tested
- Easy to use out of the box
- Highly customizable
- Built-in support for JSON, YAML, MessagePack, TOML
- Built-in support for almost all Python types including typing-extensions
- JSON Schema generation
- ¦ ¦ ¦ ¦
- 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}mashumaro>0:devel/py-mashumaro@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-mashumaro/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-mashumaro
- pkg install py311-mashumaro
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-mashumaro listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-mashumaro
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1733297859
SHA256 (mashumaro-3.15.tar.gz) = 32a2a38a1e942a07f2cbf9c3061cb2a247714ee53e36a5958548b66bd116d0a9
SIZE (mashumaro-3.15.tar.gz) = 188646
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>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-typing-extensions>=4.1.0 : devel/py-typing-extensions@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- databases/py-dbt-core
Configuration Options:
- No options to configure
- Options name:
- devel_py-mashumaro
- USES:
- 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 |
3.15 10 Dec 2024 09:02:55 |
Robert Clausecker (fuz) Author: Pat Maddox |
devel/py-mashumaro: Update to 3.15
Changelog: https://github.com/Fatal1ty/mashumaro/releases/tag/v3.15
PR: 283118 |
3.11 20 Apr 2024 14:26:02 |
Po-Chuan Hsieh (sunpoet) |
devel/py-mashumaro: Add NO_ARCH
Approved by: portmgr (blanket) |
3.11 07 Dec 2023 13:52:34 |
Muhammad Moinur Rahman (bofh) Author: Pat Maddox |
devel/py-mashumaro: Update version 3.9=>3.11
Changelog: https://github.com/Fatal1ty/mashumaro/releases/tag/v3.11
PR: 275585
Approved by: submitter is maintainer |
3.9 21 Oct 2023 13:47:10 |
Kurt Jaeger (pi) Author: Pat Maddox |
devel/py-mashumaro: new port
When using dataclasses, you often need to dump and load objects based on the
schema you have. Mashumaro not only lets you save and load things in different
ways, but it also does it super quick.
Key features:
- One of the fastest libraries
- Mature and time-tested
- Easy to use out of the box
- Highly customizable
- Built-in support for JSON, YAML, MessagePack, TOML
- Built-in support for almost all Python types including typing-extensions
- JSON Schema generation
PR: 274575
Author: Pat Maddox <pat@patmaddox.com> |