c1b75d7095
0.6.0: Backport `AbstractContextManager` from Python 3.6 and `nullcontext` from Python 3.7
16 lines
465 B
Makefile
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"
|