2022-03-25 11:34:23 UTC

This commit is contained in:
Repository mirror & CI
2022-03-25 11:34:23 +00:00
parent 1904e8a4aa
commit 0a70a68917
50 changed files with 346 additions and 234 deletions

View File

@@ -1,9 +1,9 @@
BDEPEND=test? ( >=dev-python/crcmod-1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/opentracing-2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/opentracing_instrumentation-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/thriftrw-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/threadloop-1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=www-servers/tornado-4.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
BDEPEND=test? ( >=dev-python/hypothesis-1.14[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ipdb[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jaeger-client-4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pygal[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-benchmark-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-timeout[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-tornado[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyyaml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/wrapt-1.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/crcmod-1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/opentracing-2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/opentracing_instrumentation-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/thriftrw-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/threadloop-1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=www-servers/tornado-4.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-6.2.5-r2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/crcmod-1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/opentracing-2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/opentracing_instrumentation-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/thriftrw-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/threadloop-1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=www-servers/tornado-4.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] test? ( >=dev-python/hypothesis-1.14[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/ipdb[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/jaeger-client-4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/mock[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pygal[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/pytest-benchmark-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-timeout[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pytest-tornado[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyyaml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/wrapt-1.10[python_targets_python3_8(-)?,python_targets_python3_9(-)?] )
DEPEND=>=dev-python/crcmod-1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/opentracing-2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/opentracing_instrumentation-3[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/thriftrw-0.4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/threadloop-1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=www-servers/tornado-4.3[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Network multiplexing and framing protocol for RPC
EAPI=8
HOMEPAGE=https://github.com/uber/tchannel
HOMEPAGE=https://github.com/uber/tchannel-python
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/crcmod-1[python_targets_python3_8(-)?,python_targets_python
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/t/tchannel/tchannel-2.1.0.tar.gz
SRC_URI=https://github.com/uber/tchannel-python/archive/refs/tags/2.1.0.tar.gz -> tchannel-2.1.0-gh.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 dfa3a38467793e97fcf791b156510654 python-r1 8638751691200e941f26fe0ac3aef1d1 distutils-r1 e91901adfcf0640d2daa4dc863ff5377
_md5_=311b1e934f1aab4c06f51c1b15753980
_md5_=19c26755881ca9343981b094eefeef65