pkgsrc/databases/py-redis/Makefile
adam 870ca685fa py-redis: updated to 3.3.11
3.3.11
* Further fix for the SSLError -> TimeoutError mapping to work
  on obscure releases of Python 2.7.
3.3.10
* Fixed a potential error handling bug for the SSLError -> TimeoutError
  mapping introduced in 3.3.9.
3.3.9
* Mapped Python 2.7 SSLError to TimeoutError where appropriate. Timeouts
  should now consistently raise TimeoutErrors on Python 2.7 for both
  unsecured and secured connections.
2019-10-15 17:26:21 +00:00

20 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.10 2019/10/15 17:26:21 adam Exp $
DISTNAME= redis-3.3.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/andymccurdy/redis-py
COMMENT= Redis Python client
LICENSE= mit
# testing requires a running redis-server
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.5.0:../../devel/py-test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"