summaryrefslogtreecommitdiff
path: root/dev-python/questionary
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-30 18:48:48 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-30 18:48:48 +0000
commitd4338d19538214e48ae0325a5942ff313eba12e7 (patch)
treec95b333fe988919f5f09eb2654ca430380757a81 /dev-python/questionary
parentb484ba70a276b74d349e0e1fadad0eee5d46c6a8 (diff)
downloadbaldeagleos-repo-d4338d19538214e48ae0325a5942ff313eba12e7.tar.gz
baldeagleos-repo-d4338d19538214e48ae0325a5942ff313eba12e7.tar.xz
baldeagleos-repo-d4338d19538214e48ae0325a5942ff313eba12e7.zip
Adding metadata
Diffstat (limited to 'dev-python/questionary')
-rw-r--r--dev-python/questionary/Manifest1
-rw-r--r--dev-python/questionary/questionary-2.1.0.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/questionary/Manifest b/dev-python/questionary/Manifest
index 5a4a67addce7..82c0ac76a5fb 100644
--- a/dev-python/questionary/Manifest
+++ b/dev-python/questionary/Manifest
@@ -1 +1,2 @@
DIST questionary-2.0.1.gh.tar.gz 350585 BLAKE2B ec8b617e2fadf1ac23dac6a1b770916ac18a4874c7fbf7c5c9645626ae46848de815d118c8bcc2da54479525045fe50d6edf7f3fa743bbc91d14528a3f941e51 SHA512 366baacbb0b1a16317ea164baf55c09f29580a0a818d24ece2cf2fc2f3f34362707f570b2b54638c10cb8f1ad5fb008a30a02bc4b017fad0c2845d6f739453f1
+DIST questionary-2.1.0.gh.tar.gz 354532 BLAKE2B 22f73572704758060044b663cc4875ad93ffdcde992e0e1c8fa02035dcc93cd6aa58a4fd1bb6dcfb79fdbc51051bf4a9d2c1e9de4fd9ff49ce93c7da2435fc0b SHA512 80e689164defd8025d4ce4bef787e861370b0335f126110b2a239efe07b83feacf1b6e6fc7f0d42a8410eac175289f1e6f88e2e369b656e312521daefe36d8de
diff --git a/dev-python/questionary/questionary-2.1.0.ebuild b/dev-python/questionary/questionary-2.1.0.ebuild
new file mode 100644
index 000000000000..be5d47a5e298
--- /dev/null
+++ b/dev-python/questionary/questionary-2.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to build pretty command line user prompts"
+HOMEPAGE="
+ https://pypi.org/project/questionary/
+ https://github.com/tmbo/questionary
+"
+SRC_URI="https://github.com/tmbo/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/prompt-toolkit-2[${PYTHON_USEDEP}]
+ <dev-python/prompt-toolkit-4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+ dev-python/sphinx-autodoc-typehints \
+ dev-python/sphinx-copybutton \
+ dev-python/sphinx-rtd-theme