Date: Sat, 18 Jan 2020 19:01:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523483 - head/databases/py-fakeredis Message-ID: <202001181901.00IJ1r7x010440@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 18 19:01:53 2020 New Revision: 523483 URL: https://svnweb.freebsd.org/changeset/ports/523483 Log: Take maintainership Modified: head/databases/py-fakeredis/Makefile head/databases/py-fakeredis/pkg-descr Modified: head/databases/py-fakeredis/Makefile ============================================================================== --- head/databases/py-fakeredis/Makefile Sat Jan 18 19:01:01 2020 (r523482) +++ head/databases/py-fakeredis/Makefile Sat Jan 18 19:01:53 2020 (r523483) @@ -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:de ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/databases/py-fakeredis/pkg-descr ============================================================================== --- head/databases/py-fakeredis/pkg-descr Sat Jan 18 19:01:01 2020 (r523482) +++ head/databases/py-fakeredis/pkg-descr Sat Jan 18 19:01:53 2020 (r523483) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001181901.00IJ1r7x010440>