commit:     5b3d37aa5d7206a158d5bf558fbcd6cca9db7b64
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Sat May  2 16:22:26 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May  2 16:22:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b3d37aa

dev-python/pure-protobuf: new package; add version 2.0.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 dev-python/pure-protobuf/Manifest                   |  1 +
 dev-python/pure-protobuf/metadata.xml               | 12 ++++++++++++
 dev-python/pure-protobuf/pure-protobuf-2.0.0.ebuild | 19 +++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/pure-protobuf/Manifest 
b/dev-python/pure-protobuf/Manifest
new file mode 100644
index 0000000..432ab18
--- /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 0000000..527dff9
--- /dev/null
+++ b/dev-python/pure-protobuf/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Maciej Barć</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">eigenein/protobuf</remote-id>
+    <remote-id type="pypi">pure-protobuf</remote-id>
+  </upstream>
+</pkgmetadata>

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 0000000..bed1ae6
--- /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"

Reply via email to