Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/wrapio/
Date: Fri, 24 Dec 2021 18:03:22
Message-Id: 1640368961.4792546a539fc814655339ec4667257f1aa89d76.viorel_munteanu@gentoo
1 commit: 4792546a539fc814655339ec4667257f1aa89d76
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 24 17:58:51 2021 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Fri Dec 24 18:02:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4792546a
7
8 dev-python/wrapio: add new v2.0.0
9
10 dependency of net-misc/maestral
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
14
15 dev-python/wrapio/Manifest | 1 +
16 dev-python/wrapio/metadata.xml | 12 ++++++++++++
17 dev-python/wrapio/wrapio-2.0.0.ebuild | 20 ++++++++++++++++++++
18 3 files changed, 33 insertions(+)
19
20 diff --git a/dev-python/wrapio/Manifest b/dev-python/wrapio/Manifest
21 new file mode 100644
22 index 000000000..e0b2bf023
23 --- /dev/null
24 +++ b/dev-python/wrapio/Manifest
25 @@ -0,0 +1 @@
26 +DIST wrapio-2.0.0.tar.gz 7239 BLAKE2B 228d1a0367bdcb1c69e9035de2bd780d9a47b3a6b5ccb9080fc7f9974dafdfec3ccca8888e9f4ff7368d4d5c06424cecc5832a38db60410954cde561a0c2e272 SHA512 09056de108f6f5fc6af83534a9e8a9c80c70ead6d1d492f3dfd573b38a5dd909c837934309f9f7611394768573848afa737484b3f64ff682bcf6c7a091e15a46
27
28 diff --git a/dev-python/wrapio/metadata.xml b/dev-python/wrapio/metadata.xml
29 new file mode 100644
30 index 000000000..2bc6e6284
31 --- /dev/null
32 +++ b/dev-python/wrapio/metadata.xml
33 @@ -0,0 +1,12 @@
34 +<?xml version="1.0" encoding="UTF-8"?>
35 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
36 +<pkgmetadata>
37 +<maintainer type="person">
38 + <email>ceamac.paragon@×××××.com</email>
39 + <description>Primary maintainer</description>
40 +</maintainer>
41 +<upstream>
42 + <remote-id type="github">Exahilosys/wrapio</remote-id>
43 + <remote-id type="pypi">wrapio</remote-id>
44 +</upstream>
45 +</pkgmetadata>
46
47 diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild
48 new file mode 100644
49 index 000000000..7b0ddd981
50 --- /dev/null
51 +++ b/dev-python/wrapio/wrapio-2.0.0.ebuild
52 @@ -0,0 +1,20 @@
53 +# Copyright 2021 Gentoo Authors
54 +# Distributed under the terms of the GNU General Public License v2
55 +
56 +EAPI=8
57 +
58 +PYTHON_COMPAT=( python3_{8..10} )
59 +
60 +inherit distutils-r1
61 +
62 +DESCRIPTION="Handling event-based streams in Python"
63 +HOMEPAGE="https://github.com/Exahilosys/wrapio"
64 +SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
65 +
66 +LICENSE="MIT"
67 +SLOT="0"
68 +KEYWORDS="~amd64"
69 +
70 +DEPEND=""
71 +RDEPEND="${DEPEND}"
72 +BDEPEND=""