Index: head/databases/py-fakeredis/Makefile =================================================================== --- head/databases/py-fakeredis/Makefile (revision 523482) +++ head/databases/py-fakeredis/Makefile (revision 523483) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= fakeredis PORTVERSION= 1.1.0 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 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=0:databases/py-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0:devel/py-sortedcontainers@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov<3.0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: cd ${WRKSRC} && ${PYTHON_CMD} test_fakeredis.py .include Index: head/databases/py-fakeredis/pkg-descr =================================================================== --- head/databases/py-fakeredis/pkg-descr (revision 523482) +++ head/databases/py-fakeredis/pkg-descr (revision 523483) @@ -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