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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-mashumaro Fast serialization library on top of dataclasses
3.11 devel on this many watch lists=0 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 3.11Version of this port present on the latest quarterly branch.
Maintainer: pat@patmaddox.com search for ports maintained by this maintainer
Port Added: 2023-10-21 13:51:08
Last Update: 2024-04-20 14:26:02
Commit Hash: 650b8b7
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
Homepage    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}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 py39-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 py39-mashumaro listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-mashumaro
Package flavors (<flavor>: <package>)
  • py39: py39-mashumaro
distinfo:
TIMESTAMP = 1701932105 SHA256 (mashumaro-3.11.tar.gz) = b0b2443be4bdad29bb209d91fe4a2a918fbd7b63cccfeb457c7eeb567db02f5e SIZE (mashumaro-3.11.tar.gz) = 123743

Packages (timestamps in pop-ups are UTC):
py39-mashumaro
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.113.11-3.113.11---
FreeBSD:13:quarterly3.113.11-3.113.113.113.113.11
FreeBSD:14:latest3.113.11-3.113.11---
FreeBSD:14:quarterly3.113.11-3.113.113.113.113.11
FreeBSD:15:latest3.113.11n/a3.11n/a3.113.113.11
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-typing-extensions>=4.1.0 : devel/py-typing-extensions@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
This port is required by:
for Run
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/m/mashumaro/
  2. https://pypi.org/packages/source/m/mashumaro/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.11
20 Apr 2024 14:26:02
commit hash: 650b8b7511315f71a83ccbd9bffc6760ae369d42commit hash: 650b8b7511315f71a83ccbd9bffc6760ae369d42commit hash: 650b8b7511315f71a83ccbd9bffc6760ae369d42commit hash: 650b8b7511315f71a83ccbd9bffc6760ae369d42 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-mashumaro: Add NO_ARCH

Approved by:	portmgr (blanket)
3.11
07 Dec 2023 13:52:34
commit hash: 381ce729312970110a5fd91b6b3c7b919fd8a6bbcommit hash: 381ce729312970110a5fd91b6b3c7b919fd8a6bbcommit hash: 381ce729312970110a5fd91b6b3c7b919fd8a6bbcommit hash: 381ce729312970110a5fd91b6b3c7b919fd8a6bb files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 0c5931785acf6f3880f37a9a8e6dc6fc401093e4commit hash: 0c5931785acf6f3880f37a9a8e6dc6fc401093e4commit hash: 0c5931785acf6f3880f37a9a8e6dc6fc401093e4commit hash: 0c5931785acf6f3880f37a9a8e6dc6fc401093e4 files touched by this commit
Kurt Jaeger (pi) search for other commits by this committer
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>

Number of commits found: 3