summaryrefslogtreecommitdiff
path: root/dev-python/survey
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
commitd97953e6ff67978da9554e7b4601aedceb21e215 (patch)
tree674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-python/survey
parent1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff)
downloadbaldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip
Adding metadata
Diffstat (limited to 'dev-python/survey')
-rw-r--r--dev-python/survey/Manifest1
-rw-r--r--dev-python/survey/metadata.xml12
-rw-r--r--dev-python/survey/survey-3.4.3.ebuild25
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
new file mode 100644
index 000000000000..602ad2b98f8a
--- /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 000000000000..3390e1da3c23
--- /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.paragon@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 000000000000..6038f34557d2
--- /dev/null
+++ b/dev-python/survey/survey-3.4.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple library for creating beautiful interactive prompts"
+HOMEPAGE="
+ https://github.com/Exahilosys/survey
+ https://pypi.org/project/survey/
+"
+SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs