| Port details |
- py-backports.tarfile Backport of CPython tarfile module
- 1.2.0_1 devel
=1 1.0.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-04-08 20:18:07
- Last Update: 2026-08-21 14:25:43
- Commit Hash: 5745d12
- People watching this port, also watch:: python311, py311-pycparser, ladspa, gstreamer1-plugins-pango, xerces-c3
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/jaraco/backports.tarfile
- Description:
- backports.tarfile is the backport of CPython tarfile module for Python 3.11 or
below.
¦ ¦ ¦ ¦ 
- 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}backports.tarfile>0:devel/py-backports.tarfile@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-backports.tarfile/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-backports.tarfile
- pkg install py312-backports.tarfile
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 py312-backports.tarfile listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-backports.tarfile
- Package flavors (<flavor>: <package>)
- py312: py312-backports.tarfile
- distinfo:
- TIMESTAMP = 1784005130
SHA256 (backports_tarfile-1.2.0.tar.gz) = d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991
SIZE (backports_tarfile-1.2.0.tar.gz) = 86406
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:
-
- py312-setuptools>=61.2 : devel/py-setuptools@py312
- py312-setuptools-scm>=3.4.1 : devel/py-setuptools-scm@py312
- py312-wheel>=0 : devel/py-wheel@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-backports>=0 : devel/py-backports@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- devel/py-jaraco.context
Configuration Options:
- No options to configure
- Options name:
- devel_py-backports.tarfile
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.2.0_1 21 Aug 2026 14:25:43
    |
Alan Somers (asomers)  |
devel/py-backports.*: resolve conflicts with devel/py-backports
devel/py-backports does basically nothing except to install the
/usr/local/lib/python3.*/site-packages/backports/__init__.py file.
Several other py-backports.* ports also installed the same file, with
identical contents. That created runtime conflicts that prevented
certain ports from being installed, including sysutils/py-salt.
Fix the conflicts by patching the offending ports to stop installing
that file, and instead depend on devel/py-backports.
PR: 297696
PR: 297697
Reviewed by: krion
Sponsored by: ConnectWise
Inspired by: 56a719e6b67 (svn r492366) |
1.2.0 19 Aug 2026 12:55:37
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-backports.tarfile: Update to 1.2.0
Changes: https://github.com/jaraco/backports.tarfile/blob/main/NEWS.rst |
1.0.0 08 Apr 2024 20:16:39
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-backports.tarfile: Add py-backports.tarfile 1.0.0
backports.tarfile is the backport of CPython tarfile module for Python 3.11 or
below. |
Number of commits found: 3
|