cb6e928be2
v4.0.0 (2019-12-15) =================== - Require Python 3.5 or later.
18 lines
466 B
Makefile
18 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/01/09 14:20:28 wiz Exp $
|
|
|
|
DISTNAME= cachetools-4.0.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
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|