From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B14F0158018 for ; Sun, 3 Oct 2021 18:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0EA6E0918; Sun, 3 Oct 2021 18:33:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 892E2E0918 for ; Sun, 3 Oct 2021 18:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09B8C342F60 for ; Sun, 3 Oct 2021 18:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FEB2147 for ; Sun, 3 Oct 2021 18:33:21 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1633285921.9b80cc9efbde6e628b6508b0605ee43e57727020.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tchannel/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/tchannel/Manifest dev-python/tchannel/metadata.xml dev-python/tchannel/tchannel-2.1.0.ebuild X-VCS-Directories: dev-python/tchannel/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 9b80cc9efbde6e628b6508b0605ee43e57727020 X-VCS-Branch: dev Date: Sun, 3 Oct 2021 18:33:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad7551da-88c1-4ce9-9cda-fd6f7cd3e7f2 X-Archives-Hash: 4e516fcc4a482c1d754f382147abaa00 commit: 9b80cc9efbde6e628b6508b0605ee43e57727020 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Oct 2 20:23:10 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Oct 3 18:32:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b80cc9e dev-python/tchannel: initial import Signed-off-by: Alessandro Barbieri gmail.com> dev-python/tchannel/Manifest | 1 + dev-python/tchannel/metadata.xml | 13 ++++++++++ dev-python/tchannel/tchannel-2.1.0.ebuild | 42 +++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) diff --git a/dev-python/tchannel/Manifest b/dev-python/tchannel/Manifest new file mode 100644 index 000000000..57cae519f --- /dev/null +++ b/dev-python/tchannel/Manifest @@ -0,0 +1 @@ +DIST tchannel-2.1.0.tar.gz 89466 BLAKE2B cbda9700d0bb547e972ebd295706a82b02e1a6472edeca9f9b494bb10b8604bfd5f8c173bcb51a75a848e36bb0984407aa6a4fd252e6905c47946bfd0e0f38d7 SHA512 cf9bd0f4d4390c58e80dc784ea304114bebfa6ee00f4dd34daaafe63ba00c9c9c4ac14bc2766df5e5087357aefadb1b716b3a8d9f6a940484fe7b650caaaabef diff --git a/dev-python/tchannel/metadata.xml b/dev-python/tchannel/metadata.xml new file mode 100644 index 000000000..629511b0b --- /dev/null +++ b/dev-python/tchannel/metadata.xml @@ -0,0 +1,13 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/uber/tchannel/issues + tchannel + uber/tchannel + + diff --git a/dev-python/tchannel/tchannel-2.1.0.ebuild b/dev-python/tchannel/tchannel-2.1.0.ebuild new file mode 100644 index 000000000..1c5ecb05f --- /dev/null +++ b/dev-python/tchannel/tchannel-2.1.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_8 ) + +inherit distutils-r1 + +DESCRIPTION="Network multiplexing and framing protocol for RPC" +HOMEPAGE="https://github.com/uber/tchannel" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +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} + 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