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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-fs2 Python Filesystem abstraction layer, version 2.x
2.4.16_1 filesystems on this many watch lists=0 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 2.4.16_1Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-07 19:52:55
Last Update: 2025-03-08 04:05:21
Commit Hash: 06a08e6
Also Listed In: devel
License: MIT
WWW:
https://www.pyfilesystem.org/
Description:
Filesystem Abstraction for Python. Work with files and directories in archives, memory, the cloud etc. as easily as your local drive. Write code now, decide later where the data will be stored; unit test without writing real files; upload files to the cloud without learning a new API; sandbox your file writing code; etc.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}fs2>0:filesystems/py-fs2@${PY_FLAVOR}
To install the port:
cd /usr/ports/filesystems/py-fs2/ && make install clean
To add the package, run one of these commands:
  • pkg install filesystems/py-fs2
  • pkg install py311-fs2
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-fs2 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-fs2
Package flavors (<flavor>: <package>)
  • py311: py311-fs2
distinfo:
TIMESTAMP = 1681495093 SHA256 (fs-2.4.16.tar.gz) = ae97c7d51213f4b70b6a958292530289090de3a7e15841e108fbe144f069d313 SIZE (fs-2.4.16.tar.gz) = 187441

Packages (timestamps in pop-ups are UTC):
py311-fs2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.16_12.4.16_1-2.4.16_12.4.16_1---
FreeBSD:13:quarterly2.4.162.4.16_1-2.4.162.4.16_1---
FreeBSD:14:latest2.4.16_12.4.16_1-2.4.16_12.4.16_1---
FreeBSD:14:quarterly2.4.162.4.16_1-2.4.162.4.16_1---
FreeBSD:15:latest2.4.16_12.4.16_1n/a2.4.16_1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-appdirs>=1.4.3 : devel/py-appdirs@py311
  2. py311-pytz>0 : devel/py-pytz@py311
  3. py311-six>=1.10 : devel/py-six@py311
  4. python3.11 : lang/python311
This port is required by:
for Run
  1. print/py-fonttools
  2. www/py-django-bakery
  3. x11-fonts/py-fontfeatures

Configuration Options:
No options to configure
Options name:
filesystems_py-fs2
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/f/fs/
  2. https://pypi.org/packages/source/f/fs/
Collapse this list.
Port Moves
  • port moved here from devel/py-fs2 on 2024-11-06
    REASON: Moved to new category filesystems

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.16_1
08 Mar 2025 04:05:21
commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal

Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
2.4.16
06 Nov 2024 15:17:35
commit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
filesystems: add new category for file systems and related utilities

The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.

Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.

Approved by:	portmgr (rene)
Reviewed by:	mat
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988

Number of commits found: 2