commit:     4792546a539fc814655339ec4667257f1aa89d76
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Fri Dec 24 17:58:51 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Fri Dec 24 18:02:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4792546a

dev-python/wrapio: add new v2.0.0

dependency of net-misc/maestral

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/wrapio/Manifest            |  1 +
 dev-python/wrapio/metadata.xml        | 12 ++++++++++++
 dev-python/wrapio/wrapio-2.0.0.ebuild | 20 ++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/wrapio/Manifest b/dev-python/wrapio/Manifest
new file mode 100644
index 000000000..e0b2bf023
--- /dev/null
+++ b/dev-python/wrapio/Manifest
@@ -0,0 +1 @@
+DIST wrapio-2.0.0.tar.gz 7239 BLAKE2B 
228d1a0367bdcb1c69e9035de2bd780d9a47b3a6b5ccb9080fc7f9974dafdfec3ccca8888e9f4ff7368d4d5c06424cecc5832a38db60410954cde561a0c2e272
 SHA512 
09056de108f6f5fc6af83534a9e8a9c80c70ead6d1d492f3dfd573b38a5dd909c837934309f9f7611394768573848afa737484b3f64ff682bcf6c7a091e15a46

diff --git a/dev-python/wrapio/metadata.xml b/dev-python/wrapio/metadata.xml
new file mode 100644
index 000000000..2bc6e6284
--- /dev/null
+++ b/dev-python/wrapio/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="person">
+       <email>ceamac.para...@gmail.com</email>
+       <description>Primary maintainer</description>
+</maintainer>
+<upstream>
+       <remote-id type="github">Exahilosys/wrapio</remote-id>
+       <remote-id type="pypi">wrapio</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild 
b/dev-python/wrapio/wrapio-2.0.0.ebuild
new file mode 100644
index 000000000..7b0ddd981
--- /dev/null
+++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Handling event-based streams in Python"
+HOMEPAGE="https://github.com/Exahilosys/wrapio";
+SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""

Reply via email to