public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/tchannel/
@ 2022-03-11 10:57 Arthur Zamarin
  2022-03-11  8:15 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
  0 siblings, 1 reply; 4+ messages in thread
From: Arthur Zamarin @ 2022-03-11 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     747f45d477cab714e8982902337085e8dd369668
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 08:11:31 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 08:11:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=747f45d4

dev-python/tchannel: enable py3.9

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/tchannel/tchannel-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tchannel/tchannel-2.1.0.ebuild b/dev-python/tchannel/tchannel-2.1.0.ebuild
index 1c5ecb05f..d427ecb9b 100644
--- a/dev-python/tchannel/tchannel-2.1.0.ebuild
+++ b/dev-python/tchannel/tchannel-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tchannel/
@ 2022-03-20 16:46 Alessandro Barbieri
  0 siblings, 0 replies; 4+ messages in thread
From: Alessandro Barbieri @ 2022-03-20 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     54075896da2a3222b4d1bcd6e111a4d5d8d540f2
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 20 13:42:21 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 20 13:42:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54075896

dev-python/tchannel: update HOMEPAGE, SRC_URI

Closes: https://bugs.gentoo.org/834996
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/tchannel/Manifest              |  2 +-
 dev-python/tchannel/metadata.xml          |  2 +-
 dev-python/tchannel/tchannel-2.1.0.ebuild | 12 +++++++-----
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/dev-python/tchannel/Manifest b/dev-python/tchannel/Manifest
index 57cae519f..cff63b8da 100644
--- a/dev-python/tchannel/Manifest
+++ b/dev-python/tchannel/Manifest
@@ -1 +1 @@
-DIST tchannel-2.1.0.tar.gz 89466 BLAKE2B cbda9700d0bb547e972ebd295706a82b02e1a6472edeca9f9b494bb10b8604bfd5f8c173bcb51a75a848e36bb0984407aa6a4fd252e6905c47946bfd0e0f38d7 SHA512 cf9bd0f4d4390c58e80dc784ea304114bebfa6ee00f4dd34daaafe63ba00c9c9c4ac14bc2766df5e5087357aefadb1b716b3a8d9f6a940484fe7b650caaaabef
+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
index 629511b0b..57a5d0973 100644
--- a/dev-python/tchannel/metadata.xml
+++ b/dev-python/tchannel/metadata.xml
@@ -8,6 +8,6 @@
   <upstream>
     <bugs-to>https://github.com/uber/tchannel/issues</bugs-to>
     <remote-id type="pypi">tchannel</remote-id>
-    <remote-id type="github">uber/tchannel</remote-id>
+    <remote-id type="github">uber/tchannel-python</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/dev-python/tchannel/tchannel-2.1.0.ebuild b/dev-python/tchannel/tchannel-2.1.0.ebuild
index d427ecb9b..64e477dce 100644
--- a/dev-python/tchannel/tchannel-2.1.0.ebuild
+++ b/dev-python/tchannel/tchannel-2.1.0.ebuild
@@ -1,15 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# 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"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+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"
@@ -23,8 +25,8 @@ RDEPEND="
 	>=dev-python/threadloop-1[${PYTHON_USEDEP}]
 	>=www-servers/tornado-4.3[${PYTHON_USEDEP}]
 "
-DEPEND="
-	${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	test? (
 		>=dev-python/hypothesis-1.14[${PYTHON_USEDEP}]
 		dev-python/ipdb[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tchannel/
@ 2021-10-03 18:33 Alessandro Barbieri
  0 siblings, 0 replies; 4+ messages in thread
From: Alessandro Barbieri @ 2021-10-03 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9b80cc9efbde6e628b6508b0605ee43e57727020
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct  2 20:23:10 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> 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 <lssndrbarbieri <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/uber/tchannel/issues</bugs-to>
+    <remote-id type="pypi">tchannel</remote-id>
+    <remote-id type="github">uber/tchannel</remote-id>
+  </upstream>
+</pkgmetadata>

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-20 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-11 10:57 [gentoo-commits] repo/proj/guru:master commit in: dev-python/tchannel/ Arthur Zamarin
2022-03-11  8:15 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-03-20 16:46 Alessandro Barbieri
2021-10-03 18:33 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox