pkgsrc/devel/py-limits/Makefile
rodent 474096899b 1.0.8 2015-06-19
================
* Added check method for all storage classes
* Use lock timeout with redis

1.0.7 2015-06-07
================
* No functional change

1.0.6 2015-05-13
================
* Bug fixes for .test() logic

1.0.5 2015-05-12
================
* Add support for testing a rate limit before hitting it.
2015-06-30 22:44:17 +00:00

19 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/06/30 22:44:17 rodent Exp $
#
DISTNAME= limits-1.0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://pypi.python.org/packages/source/l/limits/
MAINTAINER= rodent@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"