* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/questionary/
@ 2024-10-30 0:05 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-10-30 0:05 UTC (permalink / raw
To: gentoo-commits
commit: 299a34dac11a986ea5021c98e7a5c88fa16aaaa7
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 23:52:21 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Oct 29 23:52:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=299a34da
dev-python/questionary: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/questionary/questionary-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/questionary/questionary-2.0.1.ebuild b/dev-python/questionary/questionary-2.0.1.ebuild
index 78557ed8d..9842d61b2 100644
--- a/dev-python/questionary/questionary-2.0.1.ebuild
+++ b/dev-python/questionary/questionary-2.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/questionary/
@ 2024-12-03 4:30 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-12-03 4:30 UTC (permalink / raw
To: gentoo-commits
commit: ca4e3ba365c36724050cd418ce9f1edf113698fe
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 3 04:20:23 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 3 04:20:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca4e3ba3
dev-python/questionary: enable pypy3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/questionary/questionary-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/questionary/questionary-2.0.1.ebuild b/dev-python/questionary/questionary-2.0.1.ebuild
index 9842d61b2..8a05013f0 100644
--- a/dev-python/questionary/questionary-2.0.1.ebuild
+++ b/dev-python/questionary/questionary-2.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..13} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/questionary/
@ 2024-12-30 3:32 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-12-30 3:32 UTC (permalink / raw
To: gentoo-commits
commit: 8599aaafc6e4cd4ffbbe1eeb733b64566c6cded6
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 30 03:29:18 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 30 03:30:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8599aaaf
dev-python/questionary: add 2.1.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/questionary/Manifest | 1 +
dev-python/questionary/questionary-2.1.0.ebuild | 32 +++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/questionary/Manifest b/dev-python/questionary/Manifest
index 5a4a67add..82c0ac76a 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 000000000..9bf0c45ae
--- /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_{11..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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-30 3:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 0:05 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/questionary/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-12-03 4:30 Anna Vyalkova
2024-12-30 3:32 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox