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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details on branch 2025Q2
py-tblib Traceback serialization library
3.2.0 devel on this many watch lists=3 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 1.7.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-07-13 16:39:56
Last Update: 2025-10-27 21:11:55
Commit Hash: 3b36d78
People watching this port, also watch:: picoc, roxterm, monit, notmuch, php81-pecl-scrypt
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://python-tblib.readthedocs.io/en/latest/
https://github.com/ionelmc/python-tblib
Description:
Serialization library for Exceptions and Tracebacks. It allows you to: - Pickle tracebacks and raise exceptions with pickled tracebacks in different processes. This allows better error handling when running code over multiple processes (imagine multiprocessing, billiard, futures, celery etc). - Create traceback objects from strings (the from_string method). No pickling is used. - Serialize tracebacks to/from plain dicts (the from_dict and to_dict methods). No pickling is used. - Raise the tracebacks created from the aforementioned sources. - Pickle an Exception together with its traceback and exception chain (raise ... from ...) (Python 3 only) Again, note that using the pickle support is completely optional. You are solely responsible for security problems should you decide to use the pickle support.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}tblib>0:devel/py-tblib@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-tblib/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-tblib
  • pkg install py311-tblib
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-tblib listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-tblib
Package flavors (<flavor>: <package>)
  • py311: py311-tblib
distinfo:
TIMESTAMP = 1761578096 SHA256 (tblib-3.2.0.tar.gz) = 62ae1b8808cfd7c1c15b871d4022abb46188c49d21ace87a02a88707dc7aa1b1 SIZE (tblib-3.2.0.tar.gz) = 33384

Packages (timestamps in pop-ups are UTC):
py37-tblib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.7.0--n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py39-tblib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly--1.7.0--n/an/an/a
FreeBSD:14:latest--1.7.0--1.7.0-1.7.0
FreeBSD:14:quarterly-----1.7.01.7.01.7.0
FreeBSD:15:latest--n/a-n/an/a1.7.01.7.0
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py311-tblib
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.0_11.7.0_1-1.7.0_11.7.0_1n/an/an/a
FreeBSD:13:quarterly1.7.0_11.7.0_1-1.7.0_11.7.0_1n/an/an/a
FreeBSD:14:latest1.7.0_13.2.0-1.7.0_13.2.0---
FreeBSD:14:quarterly1.7.0_11.7.0_1-1.7.0_11.7.0_1---
FreeBSD:15:latest1.7.0_13.2.0n/a1.7.0_1n/an/a--
FreeBSD:15:quarterly1.7.0_11.7.0_1n/a-n/an/a--
FreeBSD:16:latest-3.2.0n/a-n/an/a--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=61 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. devel/py-distributed
  2. devel/py-pytest-parallel
  3. devel/py-sqlfluff
  4. misc/py-sagemaker

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. security/w3af*
  2. Collapse this list of deleted ports.
* - 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-tblib
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/t/tblib/
  2. https://pypi.org/packages/source/t/tblib/
Collapse this list.

There are no commits on branch 2025Q2 for this port