v4.1.1 Improve popitem() exception context handling. Replace float('inf') with math.inf. Improve "envkey" documentation example.
18 lines
467 B
Makefile
18 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/07/07 07:04:47 adam Exp $
|
|
|
|
DISTNAME= cachetools-4.1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cachetools/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/tkem/cachetools
|
|
COMMENT= Extensible memoizing collections and decorators
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|