pkgsrc/devel/py-contextlib2/Makefile
adam c1b75d7095 py-contextlib2: updated to 0.6.0
0.6.0:
Backport `AbstractContextManager` from Python 3.6 and `nullcontext`
from Python 3.7
2019-12-15 11:18:32 +00:00

16 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/12/15 11:18:32 adam Exp $
DISTNAME= contextlib2-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/contextlib2/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://contextlib2.readthedocs.org/
COMMENT= Backports and enhancements for the contextlib module
LICENSE= python-software-foundation
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"