diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-01-19 03:01:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-01-19 03:01:53 +0800 |
commit | 7961e54052bb8436c9d20a27a07acdc418e7460b (patch) | |
tree | 6bc23f152accdcf54aecb7c98b47075cbf7bef23 /databases | |
parent | 83ccf74338cf5b26de3427e7f7c86d30a8344c9f (diff) | |
download | freebsd-ports-gnome-7961e54052bb8436c9d20a27a07acdc418e7460b.tar.gz freebsd-ports-gnome-7961e54052bb8436c9d20a27a07acdc418e7460b.tar.zst freebsd-ports-gnome-7961e54052bb8436c9d20a27a07acdc418e7460b.zip |
Take maintainership
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-fakeredis/Makefile | 4 | ||||
-rw-r--r-- | databases/py-fakeredis/pkg-descr | 11 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/py-fakeredis/Makefile b/databases/py-fakeredis/Makefile index d933ab4e21d3..c1f83dd7ea5f 100644 --- a/databases/py-fakeredis/Makefile +++ b/databases/py-fakeredis/Makefile @@ -6,7 +6,7 @@ CATEGORIES= databases MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fake version of databases/py-redis for unit testing LICENSE= BSD3CLAUSE @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov<3.0:devel/py-pytest-cov@${PY_FLA ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/databases/py-fakeredis/pkg-descr b/databases/py-fakeredis/pkg-descr index 4b3e3e1c27bd..3231f5222d15 100644 --- a/databases/py-fakeredis/pkg-descr +++ b/databases/py-fakeredis/pkg-descr @@ -1,8 +1,7 @@ -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. +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 |