pkgsrc/devel/py-contextlib2/Makefile
minskim b66f9e680a Import py-contextlib2-0.5.5 as devel/py-contextlib2
contextlib2 provides backports of features in the latest version of
the standard library’s contextlib module to earlier Python
versions. It also serves as a real world proving ground for potential
future enhancements to that module.
2017-09-05 18:22:48 +00:00

14 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/09/05 18:22:48 minskim Exp $
DISTNAME= contextlib2-0.5.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=c/contextlib2/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://contextlib2.readthedocs.org/
COMMENT= Backports and enhancements for the contextlib module
LICENSE= python-software-foundation
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"