You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
34 lines
1.4 KiB
Tcl
34 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup google python-subprocess32 3.5.4
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-subprocess32
|
|
categories-append devel
|
|
license PSF
|
|
maintainers {aronnax @lpsinger} openmaintainer
|
|
|
|
description Backport of the subprocess module from Python 3.2-3.5
|
|
long_description This is a backport of the subprocess standard library \
|
|
module from Python 3.2 - 3.5 for use on Python 2. It \
|
|
includes bugfixes and some new features. On POSIX systems \
|
|
it is guaranteed to be reliable when used in threaded \
|
|
applications. It includes timeout support from Python 3.3 \
|
|
and the run() API from 3.5 but otherwise matches 3.2's API.
|
|
|
|
python.versions 27
|
|
|
|
checksums rmd160 eb22e8f3a1855f3bd2082a42146b0c8851ed1eae \
|
|
sha256 7fbe8bec57ba436976638c1d3565c10a20ff98cd122866aceaab58518a9ddeae \
|
|
size 97777
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
livecheck.type none
|
|
}
|