pkgsrc/devel/py-cachetools/Makefile
wiz cb6e928be2 py-cachetools: update to 4.0.0.
v4.0.0 (2019-12-15)
===================

- Require Python 3.5 or later.
2020-01-09 14:20:28 +00:00

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"