5bbbee2d3d
- Officially support Python 3.6. - Move documentation to RTD. - Documentation: Update import paths for key functions
16 lines
426 B
Makefile
16 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/08/22 08:18:20 adam Exp $
|
|
|
|
DISTNAME= cachetools-2.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
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"
|