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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2026Q3
py-pyfakefs Implement a fake file system that mocks the Python file system modules
5.10.2 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 5.10.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-07 19:52:55
Last Update: 2025-11-29 23:25:47
Commit Hash: f2b8fca
Also Listed In: devel python
License: APACHE20
WWW:
https://pytest-pyfakefs.readthedocs.io/en/stable/
https://github.com/jmcgeheeiv/pyfakefs
Description:
pyfakefs implements a fake file system that mocks the Python file system modules. Using pyfakefs, your tests operate on a fake file system in memory without touching the real disk. The software under test requires no modification to work with pyfakefs. Pyfakefs creates a new empty in-memory file system at each test start, which replaces the real filesystem during the test. Think of pyfakefs as making a per-test temporary directory, except for an entire file system. There are several means to achieve this: by using the fs fixture if running pytest, by using fake_filesystem_unittest.TestCase as a base class if using unittest, by using a fake_filesystem_unittest.Patcher instance as a context manager, or by using the patchfs decorator.
HomepageHomepage    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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pyfakefs>0:filesystems/py-pyfakefs@${PY_FLAVOR}
To install the port:
cd /usr/ports/filesystems/py-pyfakefs/ && make install clean
To add the package, run one of these commands:
  • pkg install filesystems/py-pyfakefs
  • pkg install py311-pyfakefs
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-pyfakefs listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-pyfakefs
Package flavors (<flavor>: <package>)
  • py311: py311-pyfakefs
distinfo:
TIMESTAMP = 1763853412 SHA256 (pyfakefs-5.10.2.tar.gz) = 8ae0e5421e08de4e433853a4609a06a1835f4bc2a3ce13b54f36713a897474ba SIZE (pyfakefs-5.10.2.tar.gz) = 231379

Packages (timestamps in pop-ups are UTC):
py311-pyfakefs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.10.25.10.2n/an/an/an/an/an/a
FreeBSD:13:quarterly5.10.25.10.2n/an/an/an/an/an/a
FreeBSD:14:latest---5.9.1----
FreeBSD:14:quarterly---5.9.1----
FreeBSD:15:latest--n/a5.9.1n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 

py312-pyfakefs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--n/an/an/an/an/an/a
FreeBSD:13:quarterly--n/an/an/an/an/an/a
FreeBSD:14:latest5.10.25.10.2--5.10.2---
FreeBSD:14:quarterly5.10.25.10.2--5.10.2---
FreeBSD:15:latest5.10.25.10.2n/a-n/an/a--
FreeBSD:15:quarterly5.10.25.10.2n/a-n/an/a--
FreeBSD:16:latest5.10.25.10.2n/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.2 : 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. py311-pytest-xdist>=0,1 : devel/py-pytest-xdist@py311
  2. py311-pytest>=7,1 : devel/py-pytest@py311
  3. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
filesystems_py-pyfakefs
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/p/pyfakefs/
  2. https://pypi.org/packages/source/p/pyfakefs/
Collapse this list.

There are no commits on branch 2026Q3 for this port