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.
Port details
py-fakeredis Fake version of databases/py-redis for unit testing
2.35.1 databases 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.34.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-01-07 12:27:55
Last Update: 2026-04-27 13:07:06
Commit Hash: fb34bba
Also Listed In: python
License: BSD3CLAUSE MIT
WWW:
https://github.com/cunla/fakeredis-py
Description:
fakeredis is a pure Python implementation of the redis-py python client that simulates talking to a redis server. This was created for a single purpose: to write unittests. Setting up redis is not hard, but many times you want to write unittests that do not talk to an external server (such as redis). This module now allows tests to simply use this module as a reasonable substitute for redis.
Homepage    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}fakeredis>0:databases/py-fakeredis@${PY_FLAVOR}
To install the port:
cd /usr/ports/databases/py-fakeredis/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/py-fakeredis
  • pkg install py311-fakeredis
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-fakeredis listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-fakeredis
Package flavors (<flavor>: <package>)
  • py311: py311-fakeredis
distinfo:
TIMESTAMP = 1777252578 SHA256 (fakeredis-2.35.1.tar.gz) = 5bae5eba7b9d93cb968944ac40936373cf2397ff71667d4b595df65c3d2e413f SIZE (fakeredis-2.35.1.tar.gz) = 189118

Packages (timestamps in pop-ups are UTC):
py37-fakeredis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.4.5--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-fakeredis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly--2.14.1--n/an/an/a
FreeBSD:14:latest--1.10.1--2.13.0-2.13.0
FreeBSD:14:quarterly-----2.20.12.20.12.20.1
FreeBSD:15:latest--n/a-n/an/a2.20.12.21.1
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest--n/a-n/an/a--
 
py311-fakeredis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.34.12.35.1-2.31.02.35.1n/an/an/a
FreeBSD:13:quarterly2.34.02.34.0-2.30.12.34.0n/an/an/a
FreeBSD:14:latest2.35.12.35.1-2.30.22.35.1---
FreeBSD:14:quarterly2.34.02.34.0-2.30.12.34.0---
FreeBSD:15:latest2.35.12.35.1n/a2.30.2n/an/a--
FreeBSD:15:quarterly2.34.02.34.0n/a-n/an/a--
FreeBSD:16:latest2.35.12.35.1n/a-n/an/a--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-hatchling>=0 : devel/py-hatchling@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-jsonpath-ng>=1.5 : devel/py-jsonpath-ng@py311
  2. py311-lupa>=2.1 : lang/py-lupa@py311
  3. py311-pytest-asyncio>=0 : devel/py-pytest-asyncio@py311
  4. py311-pytest-cov>=0 : devel/py-pytest-cov@py311
  5. py311-pytest-mock>=0 : devel/py-pytest-mock@py311
  6. py311-pytest>=7,1 : devel/py-pytest@py311
  7. python3.11 : lang/python311
Runtime dependencies:
  1. py311-redis>=4.3 : databases/py-redis@py311
  2. py311-sortedcontainers>=2 : devel/py-sortedcontainers@py311
  3. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py311-fakeredis-2.35.1: JSON=off: JSON file/format/parser support LUA=off: Lua support PROBABILISTIC=off: Probabilistic data structure support VALKEY=off: Valkey support ===> Use 'make config' to modify these settings
Options name:
databases_py-fakeredis
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/fakeredis/
  2. https://pypi.org/packages/source/f/fakeredis/
Collapse this list.

Number of commits found: 103 (showing only 3 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.0
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.0
14 Oct 2017 13:20:35
Revision:452065Original commit files touched by this commit
rene search for other commits by this committer
databases/py-fakeredis: update to 0.9.0

Submitted by:	portscout
0.8.2
07 Jan 2017 12:27:45
Revision:430782Original commit files touched by this commit
rene search for other commits by this committer
fakeredis is a pure python implementation of the redis-py python client that
simulates talking to a redis server. This was created for a single purpose:
to write unittests. Setting up redis is not hard, but many times you want to
write unittests that do not talk to an external server (such as redis). This
module now allows tests to simply use this module as a reasonable substitute
for redis.

WWW: https://github.com/jamesls/fakeredis

Number of commits found: 103 (showing only 3 on this page)

«  1 | 2