Page MenuHomeFreeBSD

New port: devel/py-subprocess32
AbandonedPublic

Authored by alfred on Oct 4 2015, 7:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 6 2024, 2:39 PM
Unknown Object (File)
Dec 23 2023, 12:33 PM
Unknown Object (File)
Nov 9 2023, 4:57 PM
Unknown Object (File)
Nov 8 2023, 3:20 AM
Unknown Object (File)
Nov 7 2023, 4:54 AM
Unknown Object (File)
Oct 31 2023, 1:11 PM
Unknown Object (File)
Oct 7 2023, 2:12 AM
Unknown Object (File)
Oct 6 2023, 3:54 AM
Subscribers
None

Details

Reviewers
koobs
Group Reviewers
Python
Summary

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/

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 672
Build 672: arc lint + arc unit

Event Timeline

alfred retitled this revision from to New port: devel/py-subprocess32.
alfred updated this object.
alfred edited the test plan for this revision. (Show Details)
koobs requested changes to this revision.Dec 26 2015, 4:36 AM
koobs edited edge metadata.
koobs added inline comments.
devel/py-subprocess32/Makefile
14

LICENCE file exists in WRKSRC, add LICENSE_FILE accordingly

15

This package is for 2.x only, set value to -2.7

devel/py-subprocess32/pkg-descr
10

setup.py:homepage= field points to the following URL:

https://github.com/google/python-subprocess32

Update pkg-descr WWW: URL accordingly

This revision now requires changes to proceed.Dec 26 2015, 4:36 AM

I forgot about this and looks like someone added the port in the meanwhile.

Macro nothingtodo: