diff --git a/dev-python/tchannel/Manifest b/dev-python/tchannel/Manifest deleted file mode 100644 index cff63b8da0..0000000000 --- a/dev-python/tchannel/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tchannel-2.1.0-gh.tar.gz 199413 BLAKE2B 20c25526440e9378acfba1dd9c05aaa5a5300bb19ec2c78c1997bfc7ce6be740bca7ef6d4fd49048c42e57f649f33b8c124955dc347bba81501fdf778ce4177e SHA512 651159cdbb83f59039d1c51ad5d5af7c0bf20e8a8fbb6c83c76bdc78cda809bea883d65947c5171c6dd2992ea499d543c4a2dad1102c6a7a4d631e24f005453c diff --git a/dev-python/tchannel/metadata.xml b/dev-python/tchannel/metadata.xml deleted file mode 100644 index 57a5d0973d..0000000000 --- a/dev-python/tchannel/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - https://github.com/uber/tchannel/issues - tchannel - uber/tchannel-python - - diff --git a/dev-python/tchannel/tchannel-2.1.0.ebuild b/dev-python/tchannel/tchannel-2.1.0.ebuild deleted file mode 100644 index 64e477dcec..0000000000 --- a/dev-python/tchannel/tchannel-2.1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MYPN="${PN}-python" -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Network multiplexing and framing protocol for RPC" -HOMEPAGE="https://github.com/uber/tchannel-python" -SRC_URI="https://github.com/uber/${MYPN}/archive/refs/tags/${PV}.tar.gz -> ${P}-gh.tar.gz" -S="${WORKDIR}/${MYPN}-${PV}" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/crcmod-1[${PYTHON_USEDEP}] - >=dev-python/opentracing-2[${PYTHON_USEDEP}] - >=dev-python/opentracing_instrumentation-3[${PYTHON_USEDEP}] - >=dev-python/thriftrw-0.4[${PYTHON_USEDEP}] - >=dev-python/threadloop-1[${PYTHON_USEDEP}] - >=www-servers/tornado-4.3[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - >=dev-python/hypothesis-1.14[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] - >=dev-python/jaeger-client-4[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pygal[${PYTHON_USEDEP}] - >=dev-python/pytest-benchmark-3[${PYTHON_USEDEP}] - dev-python/pytest-timeout[${PYTHON_USEDEP}] - dev-python/pytest-tornado[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - >=dev-python/wrapt-1.10[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest