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 A496C138359 for ; Sat, 9 May 2020 00:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89DEAE079E; Sat, 9 May 2020 00:51:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 70931E079E for ; Sat, 9 May 2020 00:51:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EEEE934F151 for ; Sat, 9 May 2020 00:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27EA32B for ; Sat, 9 May 2020 00:51:13 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1588985449.9eca2aef50e79aa175b306580a2af30535b933b7.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flatbuffers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flatbuffers/Manifest dev-python/flatbuffers/flatbuffers-1.12.ebuild dev-python/flatbuffers/metadata.xml X-VCS-Directories: dev-python/flatbuffers/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9eca2aef50e79aa175b306580a2af30535b933b7 X-VCS-Branch: master Date: Sat, 9 May 2020 00:51:13 +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: 94f3d91d-27fd-4028-bc2c-390222451122 X-Archives-Hash: bd75987f024a4882e54173f3f99d264f commit: 9eca2aef50e79aa175b306580a2af30535b933b7 Author: Brian Dolbec gentoo org> AuthorDate: Tue Apr 28 01:15:25 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat May 9 00:50:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eca2aef dev-python/flatbuffers: New pkg, new dep of dev-python/autobahn-20.4.3 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec gentoo.org> dev-python/flatbuffers/Manifest | 1 + dev-python/flatbuffers/flatbuffers-1.12.ebuild | 15 +++++++++++++++ dev-python/flatbuffers/metadata.xml | 11 +++++++++++ 3 files changed, 27 insertions(+) diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest new file mode 100644 index 00000000000..1dec90d35b7 --- /dev/null +++ b/dev-python/flatbuffers/Manifest @@ -0,0 +1 @@ +DIST flatbuffers-1.12.tar.gz 11286 BLAKE2B 9286d9d53bfca515ff01d329decc61201b8bc6231db8700d920530b21b8a213769f4c092ea4af901168ff31f57641f46853cd9d52a6a90398ec8b6ec67b7fb0b SHA512 d7059508908c6bc7f421d04c0f8dbc9884015009b3601822489119853d851f2bf3aab941a96d19b354edf3c9c377625d0faf7b92f7a63a6d597e6ceac4abcf2d diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild b/dev-python/flatbuffers/flatbuffers-1.12.ebuild new file mode 100644 index 00000000000..f6e07681c31 --- /dev/null +++ b/dev-python/flatbuffers/flatbuffers-1.12.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="RFC 7049 - Concise Binary Object Representation" +HOMEPAGE="https://github.com/google/flatbuffers https://pypi.org/project/flatbuffers/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-python/flatbuffers/metadata.xml b/dev-python/flatbuffers/metadata.xml new file mode 100644 index 00000000000..9b133105c87 --- /dev/null +++ b/dev-python/flatbuffers/metadata.xml @@ -0,0 +1,11 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + + + flatbuffers + +