1.5.1: * Bug fix * Remove duplicate call to ttl in RedisStorage * Initialize master/slave connections for RedisSentinel once 1.5: * Bug fix for handling TTL response from Redis when key doesn’t exist * Support Memcache over unix domain socket * Support Memcache cluster * Pass through constructor keyword arguments to underlying storage constructor(s) * CI & test improvements
18 lines
458 B
Makefile
18 lines
458 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/04/28 13:23:38 adam Exp $
|
|
|
|
DISTNAME= limits-1.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/limits/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://limits.readthedocs.org/
|
|
COMMENT= Rate limiting utilities
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|