blob: 916b0808dabf1a8e38f5ea6201acff963632d78c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.4 2022/01/04 20:52:58 wiz Exp $
DISTNAME= contextlib2-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
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"
|