From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1054034-garchives=archives.gentoo.org@lists.gentoo.org>
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 BADEE138334
	for <garchives@archives.gentoo.org>; Thu, 25 Oct 2018 06:40:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6BEF9E096B;
	Thu, 25 Oct 2018 06:40:47 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1438BE0966
	for <gentoo-commits@lists.gentoo.org>; Thu, 25 Oct 2018 06:40:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C2DE3335CDA
	for <gentoo-commits@lists.gentoo.org>; Thu, 25 Oct 2018 06:40:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D462D44D
	for <gentoo-commits@lists.gentoo.org>; Thu, 25 Oct 2018 06:40:42 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org>
Message-ID: <1540442108.8ca2c4859ca03deb615f3e7df4f657e694ed27f4.gyakovlev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-testing/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/grpcio-testing/Manifest dev-python/grpcio-testing/grpcio-testing-1.16.0.ebuild dev-python/grpcio-testing/metadata.xml
X-VCS-Directories: dev-python/grpcio-testing/
X-VCS-Committer: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: 8ca2c4859ca03deb615f3e7df4f657e694ed27f4
X-VCS-Branch: master
Date: Thu, 25 Oct 2018 06:40:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 010023d5-64b8-4d1d-b4ba-2f797379d722
X-Archives-Hash: edaa2f0252ad7fad98a17bbf975c8d88

commit:     8ca2c4859ca03deb615f3e7df4f657e694ed27f4
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 23:36:04 2018 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 25 04:35:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca2c485

dev-python/grpcio-testing: new package

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/grpcio-testing/Manifest                 |  1 +
 .../grpcio-testing/grpcio-testing-1.16.0.ebuild    | 22 ++++++++++++++++++++++
 dev-python/grpcio-testing/metadata.xml             | 15 +++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/grpcio-testing/Manifest b/dev-python/grpcio-testing/Manifest
new file mode 100644
index 00000000000..0799fe1e840
--- /dev/null
+++ b/dev-python/grpcio-testing/Manifest
@@ -0,0 +1 @@
+DIST grpcio-testing-1.16.0.tar.gz 12533 BLAKE2B 98238dc7aee745b210356e999c6048b028ceed8ee2f356557808b4567fc4cf2f90a111e6cce36122cf3294fa5f4b3be1c5ac6659ad6fa97d26e1bfecf4d9b5e6 SHA512 88d33629ccd6c4d4865a9d643c44f074246d01c0c84d57b06bc011e22d4d735261e4a959720512ca03e699a6e1d26eb0c19997a65f52b5cdd199b22072c2d020

diff --git a/dev-python/grpcio-testing/grpcio-testing-1.16.0.ebuild b/dev-python/grpcio-testing/grpcio-testing-1.16.0.ebuild
new file mode 100644
index 00000000000..03c920504ce
--- /dev/null
+++ b/dev-python/grpcio-testing/grpcio-testing-1.16.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="Testing utilities for gRPC Python"
+HOMEPAGE="https://grpc.io"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/grpcio[${PYTHON_USEDEP}]
+	dev-python/protobuf-python[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/grpcio-testing/metadata.xml b/dev-python/grpcio-testing/metadata.xml
new file mode 100644
index 00000000000..42fc46aff1f
--- /dev/null
+++ b/dev-python/grpcio-testing/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gyakovlev@gentoo.org</email>
+		<name>Georgy Yakovlev</name>
+	</maintainer>
+	<longdescription lang="en">
+		Testing utilities for gRPC Python
+	</longdescription>
+	<upstream>
+		<remote-id type="github">grpc/grpc</remote-id>
+		<remote-id type="pypi">grpcio-testing</remote-id>
+	</upstream>
+</pkgmetadata>