| Port details |
- py-fakeredis Fake version of databases/py-redis for unit testing
- 2.35.1 databases
=0 2.34.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - 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.
¦ ¦ ¦ ¦ 
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-jsonpath-ng>=1.5 : devel/py-jsonpath-ng@py311
- py311-lupa>=2.1 : lang/py-lupa@py311
- py311-pytest-asyncio>=0 : devel/py-pytest-asyncio@py311
- py311-pytest-cov>=0 : devel/py-pytest-cov@py311
- py311-pytest-mock>=0 : devel/py-pytest-mock@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-redis>=4.3 : databases/py-redis@py311
- py311-sortedcontainers>=2 : devel/py-sortedcontainers@py311
- 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:
|
Number of commits found: 103 (showing only 3 on this page)
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
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: 103 (showing only 3 on this page)
|