| Port details |
- py-fakeredis Fake version of databases/py-redis for unit testing
- 2.36.2 databases
=0 2.35.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2017-01-07 12:27:55
- Last Update: 2026-07-11 12:20:59
- Commit Hash: a3eb245
- 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.
¦ ¦ ¦ ¦ 
- 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 py312-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 py312-fakeredis listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-fakeredis
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1783564016
SHA256 (fakeredis-2.36.2.tar.gz) = c37a0b307fae3f27ec7c19e59519e57b8c52782e00303df9075361b5ba441be6
SIZE (fakeredis-2.36.2.tar.gz) = 213336
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-hatchling>=0 : devel/py-hatchling@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- py312-jsonpath-ng>=1.6 : devel/py-jsonpath-ng@py312
- py312-lupa>=2.1 : lang/py-lupa@py312
- py312-pytest-asyncio>=0 : devel/py-pytest-asyncio@py312
- py312-pytest-cov>=0 : devel/py-pytest-cov@py312
- py312-pytest-mock>=0 : devel/py-pytest-mock@py312
- py312-pytest>=7,1 : devel/py-pytest@py312
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-redis>=4.3 : databases/py-redis@py312
- py312-sortedcontainers>=2 : devel/py-sortedcontainers@py312
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py312-fakeredis-2.36.2:
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:
|
Number of commits found: 105 (showing only 5 on this page)
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.10.2 06 Apr 2018 17:30:42
  |
rene  |
databases/py-fakeredis: update to 0.10.2
Changelog: https://github.com/jamesls/fakeredis#0102
Reported by: portscout
MFH: 2018Q2 |
0.10.1 24 Mar 2018 13:14:27
  |
rene  |
databases/py-fakeredis: update to 0.10.1
Changelog: https://github.com/jamesls/fakeredis#revision-history
Reported by: portscout |
0.9.0 30 Nov 2017 15:50:34
  |
mat  |
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 ) |
0.9.0 14 Oct 2017 13:20:35
  |
rene  |
databases/py-fakeredis: update to 0.9.0
Submitted by: portscout |
0.8.2 07 Jan 2017 12:27:45
  |
rene  |
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: 105 (showing only 5 on this page)
|