Page MenuHomeFreeBSD

D3803.id.diff
No OneTemporary

D3803.id.diff

Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -4278,6 +4278,7 @@
SUBDIR += py-stdnum
SUBDIR += py-stevedore
SUBDIR += py-stsci.distutils
+ SUBDIR += py-subprocess32
SUBDIR += py-subversion
SUBDIR += py-subvertpy
SUBDIR += py-sysctl
Index: devel/py-subprocess32/Makefile
===================================================================
--- /dev/null
+++ devel/py-subprocess32/Makefile
@@ -0,0 +1,19 @@
+# Created by: Alfred Perlstein <alfred@freebsd.org>
+# $FreeBSD$
+
+PORTNAME= subprocess32
+PORTVERSION= 3.2.6
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= alfred@FreeBSD.org
+COMMENT= Python 3 subprocess module for python 2
+
+LICENSE= BSD2CLAUSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
+
Index: devel/py-subprocess32/distinfo
===================================================================
--- /dev/null
+++ devel/py-subprocess32/distinfo
@@ -0,0 +1,2 @@
+SHA256 (subprocess32-3.2.6.tar.gz) = ddf4d46ed2be2c7e7372dfd00c464cabb6b3e29ca4113d85e26f82b3d2c220f6
+SIZE (subprocess32-3.2.6.tar.gz) = 51874
Index: devel/py-subprocess32/pkg-descr
===================================================================
--- /dev/null
+++ devel/py-subprocess32/pkg-descr
@@ -0,0 +1,10 @@
+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.
+
+WWW: https://pypi.python.org/pypi/subprocess32/

File Metadata

Mime Type
text/plain
Expires
Fri, May 22, 10:06 PM (6 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33417801
Default Alt Text
D3803.id.diff (1 KB)

Event Timeline