public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/survey/
Date: Mon, 21 Oct 2024 09:51:36 +0000 (UTC)	[thread overview]
Message-ID: <1729434212.efbfd1db443f51166f55c7ce3f81034d9fc3e00f.davidroman@gentoo> (raw)

commit:     efbfd1db443f51166f55c7ce3f81034d9fc3e00f
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 14:23:12 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Oct 20 14:23:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efbfd1db

dev-python/survey: add 5.4.1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/survey/Manifest            |  1 +
 dev-python/survey/survey-5.4.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
index d55f37783..2b754bf46 100644
--- a/dev-python/survey/Manifest
+++ b/dev-python/survey/Manifest
@@ -1,2 +1,3 @@
 DIST survey-5.3.1.gh.tar.gz 1564902 BLAKE2B de8bafd2fc5a683ca0364f9e1540e177bf2f10344406563ff3ef6723abd2c415517e72ffacccae51e1d69912b966bf678c2abc62b22545f1c5871d4f3459d121 SHA512 383d7339e93760294095881b6ebf3fd00d687210865303aa2c17a51a390f8087b8666364e0ba7b7657e009803665cf02e64f280c8a09a535ce1fa1ebeaafe963
 DIST survey-5.4.0.gh.tar.gz 1565353 BLAKE2B f020637b23274314539ee1e81c86ba49b98b226bc2f3ebf4ff6373229785d5ba5a9681656ef0165e6ea1801f183b59f3ad6b58667d2e5d263fdbe5ee501ba90a SHA512 7821e96d4f01b275f3f8fdb396167205f04200c0331b9ccdc9970da2ffb239431ef2b1f24fa1714f9b902402abf3c5258aa0d4758335623e71200b5929440609
+DIST survey-5.4.1.gh.tar.gz 1565370 BLAKE2B 44437bc3b8ef1d37d1df4f802b7d0c25f8a1dda78f34f0b74603d7edf5af25ab2f2a2d503ab3dde1ea8ca94fed387d166b869427ffd9196f399089a160b66fb4 SHA512 9645531ef4e13f56df6a49a857e94bf82077c88ae817e24db1662505bc33c267d5f984733c07e3ff0d6943258b0a7a0b6014a0f72200053f8bef4dcaf7ce590e

diff --git a/dev-python/survey/survey-5.4.1.ebuild b/dev-python/survey/survey-5.4.1.ebuild
new file mode 100644
index 000000000..5d68e2cb2
--- /dev/null
+++ b/dev-python/survey/survey-5.4.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1
+
+DESCRIPTION="A simple library for creating beautiful interactive prompts"
+HOMEPAGE="
+	https://github.com/Exahilosys/survey
+	https://pypi.org/project/survey/
+"
+MY_PV=${PV/_/-}
+SRC_URI="https://github.com/Exahilosys/survey/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs \
+	dev-python/sphinx-autodoc-typehints \
+	dev-python/sphinx-paramlinks \
+	dev-python/sphinx-rtd-theme
+
+src_configure() {
+	distutils-r1_src_configure
+	export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+}


             reply	other threads:[~2024-10-21  9:51 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-21  9:51 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21 10:02 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/survey/ Viorel Munteanu
2024-10-21 10:12 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-10-21 10:02 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-10-21 10:12 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-10-21  9:51 David Roman
2024-06-25  9:10 David Roman
2024-06-25  9:10 David Roman
2024-06-14 23:09 Julien Roy
2024-06-14 23:09 Julien Roy
2024-04-09 16:30 Viorel Munteanu
2024-04-09 16:26 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-04-09 16:30 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-26 16:02 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-02-26 16:30 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-26 16:02 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-02-26 16:30 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-25 17:09 Viorel Munteanu
2024-02-25 17:05 Viorel Munteanu
2024-02-25 16:56 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-02-25 17:05 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-16  6:19 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-02-16  6:38 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-16  6:19 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-02-16  6:38 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-07 10:10 David Roman
2024-02-07 10:10 David Roman
2023-11-30 10:44 Andrew Ammerlaan
2023-08-13 15:44 David Roman
2023-07-25  7:52 Viorel Munteanu
2023-07-25  7:52 Viorel Munteanu
2023-07-21  4:12 Viorel Munteanu
2023-07-21  4:06 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-21  4:12 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-07-18  9:08 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-18  9:14 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-07-18  9:08 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-18  9:14 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-07-12  5:39 Viorel Munteanu
2023-07-12  5:39 Viorel Munteanu
2023-06-11 11:47 Viorel Munteanu
2023-06-11 11:40 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-06-11 11:47 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-06-04  6:20 Viorel Munteanu
2023-06-04  5:59 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-06-04  6:20 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-28  8:48 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-05-28 15:01 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-27 12:20 Viorel Munteanu
2023-05-27  6:10 Viorel Munteanu
2023-05-27  6:10 Viorel Munteanu
2023-05-27  6:04 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-05-27  6:10 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-13 10:21 Viorel Munteanu
2023-05-13  4:46 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-05-13  4:46 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-13  4:46 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-05-13  4:46 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-04-26  9:44 Florian Schmaus
2023-03-12  9:08 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-03-12  9:14 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-01-25 10:56 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-01-25 10:57 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-09-17 11:49 Ronny Gutbrod
2022-09-12 14:21 Florian Schmaus
2022-01-10 13:13 Andrew Ammerlaan
2022-01-05 17:14 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1729434212.efbfd1db443f51166f55c7ce3f81034d9fc3e00f.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox