Subject: CVS commit: pkgsrc/devel
From: Benny Siegert
Date: 2015-08-01 17:29:43
Message id: 20150801152943.E3BEE98@cvs.netbsd.org

Log Message:
Add a package for py-subprocess32. From NONAKA Kimihiro in PR pkg/50066.
DESCR:

Backport of the subprocess module from Python 3.2/3.3 for use on 2.x.

This is a backport of the subprocess standard library module from Python
3.2 & 3.3 for use on Python 2.4, 2.5, 2.6 and 2.7. It includes bugfixes
and new features. On POSIX systems it is guaranteed to be reliable when
used in threaded applications. Bonus: It includes timeout support from
Python 3.3.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-subprocess32/DESCR
1.1addpkgsrc/devel/py-subprocess32/Makefile
1.1addpkgsrc/devel/py-subprocess32/PLIST
1.1addpkgsrc/devel/py-subprocess32/distinfo
1.1addpkgsrc/devel/py-subprocess32/patches/patch-setup.py