From 5b3d37aa5d7206a158d5bf558fbcd6cca9db7b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sat, 2 May 2020 18:22:26 +0200 Subject: [PATCH] dev-python/pure-protobuf: new package; add version 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Maciej Barć --- dev-python/pure-protobuf/Manifest | 1 + dev-python/pure-protobuf/metadata.xml | 12 ++++++++++++ .../pure-protobuf/pure-protobuf-2.0.0.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/pure-protobuf/Manifest create mode 100644 dev-python/pure-protobuf/metadata.xml create mode 100644 dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest new file mode 100644 index 0000000000..432ab18a8b --- /dev/null +++ b/dev-python/pure-protobuf/Manifest @@ -0,0 +1 @@ +DIST pure-protobuf-2.0.0.tar.gz 14331 BLAKE2B 9936341ddc17918972141f9d167af70e281082cc154d2e96207f7b3fc8d07519284a332976bb694c63c9ec348b2b7076f3f74305af52edff4afe00593047461d SHA512 6eb3d85b82d9742c1b87bc46c261e707439f16a034824aa1751232ebf534be1bf5f7d7b0053834a1412e6309c73f1dcc323851ffffff262c8bbe266b5153051b diff --git a/dev-python/pure-protobuf/metadata.xml b/dev-python/pure-protobuf/metadata.xml new file mode 100644 index 0000000000..527dff96c6 --- /dev/null +++ b/dev-python/pure-protobuf/metadata.xml @@ -0,0 +1,12 @@ + + + + + xgqt@protonmail.com + Maciej Barć + + + eigenein/protobuf + pure-protobuf + + diff --git a/dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild new file mode 100644 index 0000000000..bed1ae6aad --- /dev/null +++ b/dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_7 ) + +inherit distutils-r1 + +DESCRIPTION="A more Pythonic version of doxypy, a Doxygen filter for Python" +HOMEPAGE=" + https://github.com/eigenein/protobuf + https://pypi.org/project/pure-protobuf/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64"