Port details |
- py-jsonpickle Python library for serializing any arbitrary object graph into JSON
- 3.4.0 devel
=2 3.4.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-10-07 07:43:54
- Last Update: 2024-11-07 04:08:14
- Commit Hash: 512f2ad
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://jsonpickle.github.io/
- Description:
- jsonpickle is a Python library for serialization and deserialization of complex
Python objects to and from JSON. The standard Python libraries for encoding
Python into JSON, such as the stdlib's json, simplejson, and demjson, can only
handle Python primitives that have a direct JSON equivalent (e.g. dicts, lists,
strings, ints, etc.). jsonpickle builds on top of these libraries and allows
more complex data structures to be serialized to JSON. jsonpickle is highly
configurable and extendable-allowing the user to choose the JSON backend and add
additional backends.
¦ ¦ ¦ ¦ 
- 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}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-jsonpickle/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-jsonpickle
- pkg install py311-jsonpickle
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-jsonpickle listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-jsonpickle
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1730876182
SHA256 (jsonpickle-3.4.0.tar.gz) = 83ca3836af4bfe00cbc45ac5965abdbe7853736696eb6f17f6473240b2172798
SIZE (jsonpickle-3.4.0.tar.gz) = 313658
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-setuptools-scm>0 : devel/py-setuptools-scm@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:
-
- py311-ecdsa>0 : security/py-ecdsa@py311
- py311-feedparser>0 : textproc/py-feedparser@py311
- py311-gmpy2>0 : math/py-gmpy2@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-pandas>0 : math/py-pandas@py311
- py311-pymongo>0 : databases/py-pymongo@py311
- py311-pytest-benchmark>0 : devel/py-pytest-benchmark@py311
- py311-pytest-checkdocs>=1.2.3 : devel/py-pytest-checkdocs@py311
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-pytest-enabler>=1.0.1 : devel/py-pytest-enabler@py311
- py311-pytest-ruff>=0.2.1 : devel/py-pytest-ruff@py311
- py311-scipy>0 : science/py-scipy@py311
- py311-scikit-learn>0 : science/py-scikit-learn@py311
- py311-simplejson>0 : devel/py-simplejson@py311
- py311-sqlalchemy14>0 : databases/py-sqlalchemy14@py311
- py311-ujson>0 : devel/py-ujson@py311
- py311-ecdsa>0 : security/py-ecdsa@py311
- py311-gmpy2>0 : math/py-gmpy2@py311
- py311-pandas>0,1 : math/py-pandas@py311
- py311-scikit-learn>0 : science/py-scikit-learn@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- audio/py-music21
- devel/py-jschema-to-python
- www/py-python-digitalocean
Configuration Options:
- No options to configure
- Options name:
- devel_py-jsonpickle
- USES:
- cpe 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.4.0 07 Nov 2024 04:08:14
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: update 3.3.0 → 3.4.0
Reported by: portscout |
3.3.0 06 Sep 2024 02:55:03
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: update 3.2.2 → 3.3.0
Reported by: portscout |
3.2.2 21 Jun 2024 09:43:06
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: update 3.2.1 → 3.2.2
Reported by: portscout |
3.2.1 19 Jun 2024 06:58:49
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: update 3.1.0 → 3.2.1
Reported by: portscout |
3.1.0 10 Jun 2024 08:27:09
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: update 3.0.4 → 3.1.0
Reported by: portscout |
3.0.4 13 Apr 2024 09:16:27
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: update 3.0.3 → 3.0.4
Reported by: portscout |
3.0.3 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
3.0.3 21 Feb 2024 10:05:11
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: update 3.0.2 → 3.0.3
Reported by: portscout |
3.0.2 26 Aug 2023 21:42:07
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-jsonpickle: Remove outdated PYTHON_REL check after lang/python37
removal
Approved by: portmgr (blanket)
With hat: python |
3.0.2 14 Aug 2023 17:25:29
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: Update 3.0.1 → 3.0.2
Reported by: portscout |
3.0.1 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.0.1 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.0.1 19 Dec 2022 01:54:29
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: Update 2.2.0 -> 3.0.1
Reported by: portscout |
2.2.0 30 Sep 2022 03:54:44
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: Update 2.1.0 -> 2.2.0
Reported by: portscout |
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) |
2.1.0 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 ) |
2.1.0 15 Jan 2022 22:50:01
    |
Yuri Victorovich (yuri)  |
devel/py-jsonpickle: Update 2.0.0 -> 2.1.0
Reported by: portscout |
2.0.0 14 Oct 2021 21:30:41
    |
Stefan Eßer (se)  |
devel/py-jsonpickle: Add CPE information
Approved by: portmgr (blanket) |
2.0.0 25 May 2021 13:55:43
    |
Dmitry Marakasov (amdmi3)  |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
2.0.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 15 Feb 2021 05:02:40
  |
yuri  |
devel/py-jsonpickle: Update 1.4.2 -> 2.0.0 |
1.4.2 01 Dec 2020 03:49:10
  |
yuri  |
devel/py-jsonpickle: Update 1.4.1 -> 1.4.2
Reported by: portscout |
1.4.1 14 Jul 2020 07:59:28
  |
antoine  |
Unbreak bulk -a |
1.4.1 07 May 2020 02:33:40
  |
dbaio  |
devel/py-jsonpickle: Update to 1.4.1
Changelog: https://github.com/jsonpickle/jsonpickle/blob/v1.4.1/CHANGES.rst
PR: 246269
Reported by: koobs
Approved by: yuri (maintainer) |
1.4 19 Apr 2020 01:31:01
  |
yuri  |
devel/py-jsonpickle: Update 1.3 -> 1.4
Reported by: portscout |
1.3 15 Feb 2020 15:42:10
  |
yuri  |
devel/py-jsonpickle: Update 1.2 -> 1.3
Reported by: portscout |
1.2 08 Jun 2019 06:30:50
  |
yuri  |
devel/py-jsonpickl: Update 1.1 -> 1.2
Reported by: portscout |
1.1 26 Jan 2019 04:09:04
  |
yuri  |
devel/py-jsonpickle: Update 1.0 -> 1.1
Reported by: portscout |
1.0 07 Oct 2018 06:24:20
  |
yuri  |
New port: devel/py-jsonpickle: Python library for serializing any arbitrary
object graph into JSON |