From: "Viorel Munteanu" <ceamac@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/survey/ Date: Sat, 27 May 2023 06:10:26 +0000 (UTC) [thread overview] Message-ID: <1685167350.6f328092fbd97ff49b3414264bf9dc16939e073c.ceamac@gentoo> (raw) commit: 6f328092fbd97ff49b3414264bf9dc16939e073c Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat May 27 06:02:30 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat May 27 06:02:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f328092 dev-python/survey: add 4.2.0_alpha Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-python/survey/Manifest | 3 ++- dev-python/survey/survey-4.2.0_alpha.ebuild | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 4f3b0a3b5..030e3869d 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1,2 +1,3 @@ DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a -DIST survey-4.1.1_alpha.gh.tar.gz 826697 BLAKE2B 3ce5e3f1490182eeb54b5081636ecc6ef1acd038b01e69de54f9a36a6e3c8de3ece3093c81821b03714b214da3673f04334ae25bcef740a360eadecfacc83e6c SHA512 e9b27e9ab5fcb5ac2c73b1163970be2b465aa1fe6ce1116041e6e4972d4bf386ea94bfe0f9a26a92e1dba46de22926cbdb322df0e33d460cc23d2fcf7b58fec4 +DIST survey-4.1.1_alpha.gh.tar.gz 826697 BLAKE2B f762a08d6501a0e513f778326ed117847722004a40ded469e6742d1ba8e27aaa390bb79bfd14c6ade546096c590bb94910e0e16a9fe619946cb04ed17084ceda SHA512 00dc7d8d37481cd40a0ddb18df93f64ad15791506ce8ce7c3b06865cf11659c433bd6099e60455814a511473d7654dfcd9dfbf009d0a3b58f2a342272f2859f3 +DIST survey-4.2.0_alpha.gh.tar.gz 826841 BLAKE2B 3b434a32429b0c6b9ae175cc4c71d5297c0e81f2698f60412e3cb61fc95f6312a20db9645c2ae8c80d99d600c03279d12095c9bdc756b37418928abb9ea56245 SHA512 08acfc3b891b8400845cc28cc237f36bf6375c5c392ace2aebaa9e218879f434bd8dc01cfe15c67a2b6de9703e06accc8e890f755855dab2aeb549a2e0312c72 diff --git a/dev-python/survey/survey-4.2.0_alpha.ebuild b/dev-python/survey/survey-4.2.0_alpha.ebuild new file mode 100644 index 000000000..240097f0e --- /dev/null +++ b/dev-python/survey/survey-4.2.0_alpha.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) +inherit distutils-r1 + +MY_PV=${PV/_/-} + +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${MY_PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="MIT" +SLOT="0"
WARNING: multiple messages have this Message-ID (diff)
From: "Viorel Munteanu" <ceamac@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/survey/ Date: Sat, 27 May 2023 06:03:21 +0000 (UTC) [thread overview] Message-ID: <1685167350.6f328092fbd97ff49b3414264bf9dc16939e073c.ceamac@gentoo> (raw) Message-ID: <20230527060321.ZCSaiMRkwBIpdBnV46KNHmfMBSMrxFIsI3kpFcGkPXk@z> (raw) commit: 6f328092fbd97ff49b3414264bf9dc16939e073c Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sat May 27 06:02:30 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sat May 27 06:02:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f328092 dev-python/survey: add 4.2.0_alpha Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-python/survey/Manifest | 3 ++- dev-python/survey/survey-4.2.0_alpha.ebuild | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 4f3b0a3b5..030e3869d 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1,2 +1,3 @@ DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a -DIST survey-4.1.1_alpha.gh.tar.gz 826697 BLAKE2B 3ce5e3f1490182eeb54b5081636ecc6ef1acd038b01e69de54f9a36a6e3c8de3ece3093c81821b03714b214da3673f04334ae25bcef740a360eadecfacc83e6c SHA512 e9b27e9ab5fcb5ac2c73b1163970be2b465aa1fe6ce1116041e6e4972d4bf386ea94bfe0f9a26a92e1dba46de22926cbdb322df0e33d460cc23d2fcf7b58fec4 +DIST survey-4.1.1_alpha.gh.tar.gz 826697 BLAKE2B f762a08d6501a0e513f778326ed117847722004a40ded469e6742d1ba8e27aaa390bb79bfd14c6ade546096c590bb94910e0e16a9fe619946cb04ed17084ceda SHA512 00dc7d8d37481cd40a0ddb18df93f64ad15791506ce8ce7c3b06865cf11659c433bd6099e60455814a511473d7654dfcd9dfbf009d0a3b58f2a342272f2859f3 +DIST survey-4.2.0_alpha.gh.tar.gz 826841 BLAKE2B 3b434a32429b0c6b9ae175cc4c71d5297c0e81f2698f60412e3cb61fc95f6312a20db9645c2ae8c80d99d600c03279d12095c9bdc756b37418928abb9ea56245 SHA512 08acfc3b891b8400845cc28cc237f36bf6375c5c392ace2aebaa9e218879f434bd8dc01cfe15c67a2b6de9703e06accc8e890f755855dab2aeb549a2e0312c72 diff --git a/dev-python/survey/survey-4.2.0_alpha.ebuild b/dev-python/survey/survey-4.2.0_alpha.ebuild new file mode 100644 index 000000000..240097f0e --- /dev/null +++ b/dev-python/survey/survey-4.2.0_alpha.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..11} ) +inherit distutils-r1 + +MY_PV=${PV/_/-} + +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${MY_PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="MIT" +SLOT="0"
next reply other threads:[~2023-05-27 6:10 UTC|newest] Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-05-27 6:10 Viorel Munteanu [this message] 2023-05-27 6:03 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/survey/ Viorel Munteanu -- strict thread matches above, loose matches on Subject: below -- 2024-10-21 10:02 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-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: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=1685167350.6f328092fbd97ff49b3414264bf9dc16939e073c.ceamac@gentoo \ --to=ceamac@gentoo.org \ --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: linkBe 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