| Port details on branch 2025Q2 |
- py-tblib Traceback serialization library
- 3.2.0 devel
=3 1.7.0_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - 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.
 ¦ ¦ ¦ ¦ 
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61 : devel/py-setuptools@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:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-distributed
- devel/py-pytest-parallel
- devel/py-sqlfluff
- misc/py-sagemaker
-
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-tblib
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|