summaryrefslogtreecommitdiff
path: root/dev-python/questionary
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/questionary
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/questionary')
-rw-r--r--dev-python/questionary/Manifest2
-rw-r--r--dev-python/questionary/metadata.xml13
-rw-r--r--dev-python/questionary/questionary-2.1.0.ebuild34
-rw-r--r--dev-python/questionary/questionary-2.1.1.ebuild35
4 files changed, 84 insertions, 0 deletions
diff --git a/dev-python/questionary/Manifest b/dev-python/questionary/Manifest
new file mode 100644
index 000000000000..985fc5d6aaa5
--- /dev/null
+++ b/dev-python/questionary/Manifest
@@ -0,0 +1,2 @@
+DIST questionary-2.1.0.gh.tar.gz 354532 BLAKE2B 22f73572704758060044b663cc4875ad93ffdcde992e0e1c8fa02035dcc93cd6aa58a4fd1bb6dcfb79fdbc51051bf4a9d2c1e9de4fd9ff49ce93c7da2435fc0b SHA512 80e689164defd8025d4ce4bef787e861370b0335f126110b2a239efe07b83feacf1b6e6fc7f0d42a8410eac175289f1e6f88e2e369b656e312521daefe36d8de
+DIST questionary-2.1.1.gh.tar.gz 357291 BLAKE2B bc4efe73308c8a104220981e4227e6332b640b033af86d1d04c921df145e277e7e7fd80a5e4e7cd5500ab0aa072dd332ab14059bfab8f89b68345095185efcb6 SHA512 92cd33b78cafabf26b9ed891d2bfa141a1c07c75afe97bf7482ebb570d32e614cb5010900cd499dd0ac51c004130dbdf074210b38f1d1d30a8aa610215799265
diff --git a/dev-python/questionary/metadata.xml b/dev-python/questionary/metadata.xml
new file mode 100644
index 000000000000..3cb035804eea
--- /dev/null
+++ b/dev-python/questionary/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">tmbo/questionary</remote-id>
+ <remote-id type="pypi">questionary</remote-id>
+ </upstream>
+</pkgmetadata>
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..38542d4392c8
--- /dev/null
+++ b/dev-python/questionary/questionary-2.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{13..14} )
+
+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}]
+"
+
+EPYTEST_PLUGINS=( )
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+ dev-python/sphinx-autodoc-typehints \
+ dev-python/sphinx-copybutton \
+ dev-python/sphinx-rtd-theme
diff --git a/dev-python/questionary/questionary-2.1.1.ebuild b/dev-python/questionary/questionary-2.1.1.ebuild
new file mode 100644
index 000000000000..cae8370d593a
--- /dev/null
+++ b/dev-python/questionary/questionary-2.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{13..14} )
+
+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}]
+"
+
+EPYTEST_PLUGINS=( )
+EPYTEST_DESELECT=( tests/prompts/test_common.py::test_print_with_style )
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+ dev-python/sphinx-autodoc-typehints \
+ dev-python/sphinx-copybutton \
+ dev-python/sphinx-rtd-theme