afeeed994a
v3.1.0: - Fix Python 3.8 compatibility issue. - Use time.monotonic as default timer if available. - Improve documentation regarding thread safety.
16 lines
433 B
Makefile
16 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/01/31 10:01:05 adam Exp $
|
|
|
|
DISTNAME= cachetools-3.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"
|