pkgsrc/devel/py-cachetools/Makefile
adam 64a1ff8494 py-cachetools: updated to 3.1.1
v3.1.1:
- Document how to use shared caches with @cachedmethod.
- Fix pickling/unpickling of cache keys
2019-07-02 10:19:10 +00:00

16 lines
433 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/07/02 10:19:10 adam Exp $
DISTNAME= cachetools-3.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
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"