2.1.0: - Deprecate missing cache constructor parameter. - Handle overridden getsizeof() method in subclasses. - Fix Python 2.7 RRCache pickling issues. - Various documentation improvements.
16 lines
433 B
Makefile
16 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/05/15 06:49:45 adam Exp $
|
|
|
|
DISTNAME= cachetools-2.1.0
|
|
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
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|