pkgsrc/devel/py-limits/Makefile
adam 7b6ad0975a py-limits: updated to 1.4.1
1.4.1:
* Bug fix for implementation of clear in MemoryStorage
  not working with MovingWindow

1.4:
* Expose API for clearing individual limits
* Support for redis over unix domain socket
* Support extra arguments to redis storage
2020-01-16 10:08:57 +00:00

18 lines
458 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/01/16 10:08:57 adam Exp $
DISTNAME= limits-1.4.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"