blob: 1cdec0500ebec02f6bc4fb35384140bd121b1670 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A backport of the subprocess module from Python 3.2/3.3 for use on 2.x
EAPI=7
HOMEPAGE=https://github.com/google/python-subprocess32
IUSE=test python_targets_python2_7
KEYWORDS=~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86
LICENSE=PSF-2
RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
REQUIRED_USE=|| ( python_targets_python2_7 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/s/subprocess32/subprocess32-3.5.4.tar.gz
_eclasses_=distutils-r1 48c123e514b2cd2128d36eb3bbb9a6fa multibuild 40fe59465edacd730c644ec2bc197809 multilib 1d91b03d42ab6308b5f4f6b598ed110e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 c037bf23d7eff50e222b067cd54e5f27 python-utils-r1 f7aef159261e9835066ddf8d3a0e3487 toolchain-funcs 512eb3367f507ebaa1d1d43ab7d66e6c
_md5_=e8729b5342d579910e828177c0ebc2b3
|