commit:     15bb26a2c188fc1ee3e59fb87b8725e120953740
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Fri Dec 24 17:58:16 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=15bb26a2

dev-python/survey: add new v3.4.3

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/survey/Manifest            |  1 +
 dev-python/survey/metadata.xml        | 12 ++++++++++++
 dev-python/survey/survey-3.4.3.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
new file mode 100644
index 000000000..602ad2b98
--- /dev/null
+++ b/dev-python/survey/Manifest
@@ -0,0 +1 @@
+DIST survey-3.4.3.tar.gz 13533965 BLAKE2B 
4b2e881bdddb3c606cc356ab1883545ea98b433e8568fc421ae0601c75e9828f1facfaa0b988da19962f93ded7b16ecd4d495c02022b5d1f99a00ba4c6996362
 SHA512 
a4033a54a9eef5e9082d9903a0b9cc158897d9f58696905c5fb551c64d55fe13d9a687ca161555b280002df3d0f9405dfcbf16830f691004fec614dd980b3e32

diff --git a/dev-python/survey/metadata.xml b/dev-python/survey/metadata.xml
new file mode 100644
index 000000000..3390e1da3
--- /dev/null
+++ b/dev-python/survey/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/survey</remote-id>
+       <remote-id type="pypi">survey</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/dev-python/survey/survey-3.4.3.ebuild 
b/dev-python/survey/survey-3.4.3.ebuild
new file mode 100644
index 000000000..bff46faa4
--- /dev/null
+++ b/dev-python/survey/survey-3.4.3.ebuild
@@ -0,0 +1,22 @@
+# 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="A simple library for creating beautiful interactive prompts"
+HOMEPAGE="https://github.com/Exahilosys/survey";
+SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+       >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""

Reply via email to