diff options
author | minskim <minskim@pkgsrc.org> | 2017-09-05 18:22:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2017-09-05 18:22:48 +0000 |
commit | a8d6b4f91382d7d425fd60fd8b5b1255f5def5e6 (patch) | |
tree | fc24e46bd1d69ff11404993e6892f87e6ba981ec /devel | |
parent | de4b18f05fa75f793f36705a9991e830ce4cdd3f (diff) | |
download | pkgsrc-a8d6b4f91382d7d425fd60fd8b5b1255f5def5e6.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-contextlib2/DESCR | 4 | ||||
-rw-r--r-- | devel/py-contextlib2/Makefile | 14 | ||||
-rw-r--r-- | devel/py-contextlib2/PLIST | 8 | ||||
-rw-r--r-- | devel/py-contextlib2/distinfo | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/py-contextlib2/DESCR b/devel/py-contextlib2/DESCR new file mode 100644 index 00000000000..b9d6c70d4a3 --- /dev/null +++ b/devel/py-contextlib2/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/devel/py-contextlib2/Makefile b/devel/py-contextlib2/Makefile new file mode 100644 index 00000000000..b8516a70a97 --- /dev/null +++ b/devel/py-contextlib2/Makefile @@ -0,0 +1,14 @@ +# $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" diff --git a/devel/py-contextlib2/PLIST b/devel/py-contextlib2/PLIST new file mode 100644 index 00000000000..d128f24a43e --- /dev/null +++ b/devel/py-contextlib2/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2017/09/05 18:22:48 minskim Exp $ +${PYSITELIB}/contextlib2.pyo +${PYSITELIB}/contextlib2.pyc +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/contextlib2.py diff --git a/devel/py-contextlib2/distinfo b/devel/py-contextlib2/distinfo new file mode 100644 index 00000000000..3ca8fe63516 --- /dev/null +++ b/devel/py-contextlib2/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/09/05 18:22:48 minskim Exp $ + +SHA1 (contextlib2-0.5.5.tar.gz) = e38ab407a51a2df2ef395b2c9fda68afc5e7ae80 +RMD160 (contextlib2-0.5.5.tar.gz) = 088c23e90ae94004822640c937a005fced5b7153 +SHA512 (contextlib2-0.5.5.tar.gz) = d5c97ff8eef7d8b14da0bfdc3515f8019bcc05e24cb922ce08ca2366d5182b029d873bbf172e9e6791297df05e24f6faf40868550063dcdb54f451b14c9e505d +Size (contextlib2-0.5.5.tar.gz) = 28755 bytes |