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/survey/
Date: Fri, 24 Dec 2021 18:03:21
Message-Id: 1640368961.15bb26a2c188fc1ee3e59fb87b8725e120953740.viorel_munteanu@gentoo
1 commit: 15bb26a2c188fc1ee3e59fb87b8725e120953740
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 24 17:58:16 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=15bb26a2
7
8 dev-python/survey: add new v3.4.3
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/survey/Manifest | 1 +
16 dev-python/survey/metadata.xml | 12 ++++++++++++
17 dev-python/survey/survey-3.4.3.ebuild | 22 ++++++++++++++++++++++
18 3 files changed, 35 insertions(+)
19
20 diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
21 new file mode 100644
22 index 000000000..602ad2b98
23 --- /dev/null
24 +++ b/dev-python/survey/Manifest
25 @@ -0,0 +1 @@
26 +DIST survey-3.4.3.tar.gz 13533965 BLAKE2B 4b2e881bdddb3c606cc356ab1883545ea98b433e8568fc421ae0601c75e9828f1facfaa0b988da19962f93ded7b16ecd4d495c02022b5d1f99a00ba4c6996362 SHA512 a4033a54a9eef5e9082d9903a0b9cc158897d9f58696905c5fb551c64d55fe13d9a687ca161555b280002df3d0f9405dfcbf16830f691004fec614dd980b3e32
27
28 diff --git a/dev-python/survey/metadata.xml b/dev-python/survey/metadata.xml
29 new file mode 100644
30 index 000000000..3390e1da3
31 --- /dev/null
32 +++ b/dev-python/survey/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/survey</remote-id>
43 + <remote-id type="pypi">survey</remote-id>
44 +</upstream>
45 +</pkgmetadata>
46
47 diff --git a/dev-python/survey/survey-3.4.3.ebuild b/dev-python/survey/survey-3.4.3.ebuild
48 new file mode 100644
49 index 000000000..bff46faa4
50 --- /dev/null
51 +++ b/dev-python/survey/survey-3.4.3.ebuild
52 @@ -0,0 +1,22 @@
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="A simple library for creating beautiful interactive prompts"
63 +HOMEPAGE="https://github.com/Exahilosys/survey"
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 + >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}]
72 +"
73 +RDEPEND="${DEPEND}"
74 +BDEPEND=""