f0a9664a0d
----------------- 2019-05-20 3.5.4 ----------------- * Promoted 3.5.4rc2 to become 3.5.4. ----------------- 2019-05-13 3.5.4rc2 ----------------- * GitHub [#57]: TimeoutExpired and CalledProcessError exceptions can now be unpickled. ----------------- 2019-05-10 3.5.4rc1 ----------------- * GitHub [#61]: Backport the fixes for https://bugs.python.org/issue10963, https://bugs.python.org/issue19612, and https://bugs.python.org/issue30418. When a child process was so short lived it dies or closes its pipes before you call communicate(). When supplying stdin or reading its output in this scenario, do not raise an unexpected broken pipe or interrupted system call exception.
16 lines
494 B
Makefile
16 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/05/27 14:42:25 wiz Exp $
|
|
|
|
DISTNAME= subprocess32-3.5.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/subprocess32/}
|
|
|
|
MAINTAINER= nonakap@gmail.com
|
|
HOMEPAGE= https://pypi.python.org/pypi/subprocess32
|
|
COMMENT= Backport of the subprocess module from Python 3.2/3.3 for use on 2.x
|
|
LICENSE= python-software-foundation
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|