Port details |
- py-marshmallow Simplified object serialization for Python
- 3.23.1 devel =2 3.22.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2018-03-07 21:34:18
- Last Update: 2024-11-03 13:22:33
- Commit Hash: 06b0cec
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://marshmallow.readthedocs.io/en/stable/
- https://github.com/marshmallow-code/marshmallow
- Description:
- Marshmallow is an ORM/ODM/framework-agnostic library for converting complex
datatypes, such as objects, to and from native Python datatypes.
- ¦ ¦ ¦ ¦
- 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}marshmallow>0:devel/py-marshmallow@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-marshmallow/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-marshmallow
- pkg install py311-marshmallow
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-marshmallow listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-marshmallow
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730540922
SHA256 (marshmallow-3.23.1.tar.gz) = 3a8dfda6edd8dcdbf216c0ede1d1e78d230a6dc9c5a088f58c4083b974a0d468
SIZE (marshmallow-3.23.1.tar.gz) = 177488
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-flit-core>=0<4 : devel/py-flit-core@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-packaging>=17.0 : devel/py-packaging@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- databases/py-marshmallow-sqlalchemy
- devel/py-dataclasses-json
- devel/py-marshmallow-enum
- security/caldera
- security/caldera4
- sysutils/zsm
- textproc/lookatme
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-marshmallow
- USES:
- cpe 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 |
3.23.1 03 Nov 2024 13:22:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.23.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
https://marshmallow.readthedocs.io/en/stable/changelog.html |
3.23.0 25 Oct 2024 11:17:45 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.23.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
https://marshmallow.readthedocs.io/en/stable/changelog.html |
3.22.0 08 Sep 2024 18:37:24 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.22.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
https://marshmallow.readthedocs.io/en/stable/changelog.html |
3.21.3 06 Jun 2024 16:39:32 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.21.3
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
https://marshmallow.readthedocs.io/en/stable/changelog.html |
3.21.2 19 May 2024 17:15:37 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.21.2
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
https://marshmallow.readthedocs.io/en/stable/changelog.html |
3.21.1 23 Mar 2024 14:49:20 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.21.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
https://marshmallow.readthedocs.io/en/stable/changelog.html |
3.21.0 09 Mar 2024 14:05:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.21.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
https://marshmallow.readthedocs.io/en/stable/changelog.html |
3.20.2 21 Feb 2024 15:07:26 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.20.2
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
https://marshmallow.readthedocs.io/en/stable/changelog.html |
3.20.1 16 Aug 2023 18:25:28 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.20.1
- Update WWW
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
https://marshmallow.readthedocs.io/en/stable/changelog.html |
3.19.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.19.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.19.0 30 Dec 2022 09:04:42 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.19.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.18.0 03 Oct 2022 02:15:00 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.18.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.17.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.17.1 31 Aug 2022 11:41:05 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.17.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.17.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.17.0 29 Jun 2022 21:49:54 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.17.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.16.0 03 Jun 2022 09:00:35 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.16.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.15.0 25 Mar 2022 13:36:56 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.15.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.14.1 21 Nov 2021 18:20:14 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.14.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.14.0 25 Oct 2021 21:46:40 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.14.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.13.0 21 Sep 2021 12:01:39 |
Bernhard Froehlich (decke) |
devel/py-marshmallow: Add CPE information
Approved by: portmgr (blanket) |
3.13.0 24 Jul 2021 20:21:38 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.13.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.12.2 14 Jul 2021 16:09:56 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.12.2
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.12.1 18 May 2021 19:28:18 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.12.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.12.0 16 May 2021 15:24:05 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.12.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.11.1 25 Apr 2021 20:35:27 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.11.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.11.0 18 Apr 2021 05:43:22 |
Po-Chuan Hsieh (sunpoet) |
devel/py-marshmallow: Update to 3.11.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.10.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.10.0 24 Dec 2020 13:50:00 |
sunpoet |
Update to 3.10.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.9.1 09 Nov 2020 17:35:28 |
sunpoet |
Update to 3.9.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.9.0 08 Nov 2020 17:19:26 |
sunpoet |
Update to 3.9.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.8.0 20 Sep 2020 18:57:32 |
sunpoet |
Update to 3.8.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.7.1 24 Jul 2020 19:00:52 |
sunpoet |
Update to 3.7.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.7.0 09 Jul 2020 18:09:02 |
sunpoet |
Update to 3.7.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.6.1 03 Jun 2020 18:09:26 |
sunpoet |
Update to 3.6.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.6.0 09 May 2020 13:48:43 |
sunpoet |
Update to 3.6.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.5.2 02 May 2020 01:37:49 |
sunpoet |
Update to 3.5.2
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.5.1 28 Mar 2020 12:52:52 |
sunpoet |
Update to 3.5.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.5.0 21 Feb 2020 20:23:57 |
sunpoet |
Update to 3.5.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.4.0 03 Feb 2020 19:46:01 |
sunpoet |
Update to 3.4.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.3.0 08 Dec 2019 17:01:58 |
sunpoet |
Update to 3.3.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.2.2 05 Nov 2019 16:51:03 |
sunpoet |
Update to 3.2.2
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.2.1 01 Oct 2019 19:15:54 |
sunpoet |
Update to 3.2.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.2.0 25 Sep 2019 20:41:23 |
sunpoet |
Update to 3.2.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.5 14 Sep 2019 21:09:41 |
sunpoet |
Update to 3.0.5
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.4 13 Sep 2019 11:49:58 |
sunpoet |
Update to 3.0.4
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.3 06 Sep 2019 17:44:31 |
sunpoet |
Update to 3.0.3
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.2 05 Sep 2019 17:07:43 |
sunpoet |
Update to 3.0.2
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.1 24 Aug 2019 00:08:11 |
sunpoet |
Update to 3.0.1
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.0 21 Aug 2019 19:26:32 |
sunpoet |
Update to 3.0.0
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.0.r5 13 May 2019 23:44:31 |
sunpoet |
Revert unintentional USES=python change in r501471 |
3.0.0.r5 12 May 2019 20:09:44 |
sunpoet |
Update to 3.0.0rc5
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.0.b20 03 Nov 2018 22:16:49 |
sunpoet |
Update to 3.0.0b20
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.0.b19 30 Oct 2018 19:53:55 |
sunpoet |
Update to 3.0.0b19
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst |
3.0.0.b7 29 Oct 2018 22:13:17 |
sunpoet |
Update WWW
- Take maintainership |
3.0.0.b7 02 Oct 2018 19:06:16 |
feld |
Reset maintainer on my python ports |
3.0.0.b7 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
3.0.0.b7 07 Mar 2018 21:34:03 |
feld |
Marshmallow is an ORM/ODM/framework-agnostic library for converting
complex datatypes, such as objects, to and from native Python datatypes.
WWW: https://pypi.python.org/pypi/marshmallow |