From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36572158649 for ; Sat, 13 May 2023 04:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56295E08FB; Sat, 13 May 2023 04:46:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BE76E08FB for ; Sat, 13 May 2023 04:46:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D90C340E26 for ; Sat, 13 May 2023 04:46:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1F77990 for ; Sat, 13 May 2023 04:46:31 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1683951919.752c5d7f713e00d56d431a7382a6523737fd365c.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/survey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/survey/Manifest dev-python/survey/survey-4.1.0_alpha.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 752c5d7f713e00d56d431a7382a6523737fd365c X-VCS-Branch: dev Date: Sat, 13 May 2023 04:46:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19dbbe95-1622-440e-8c21-9b47063f248b X-Archives-Hash: 256a2161fb54ccb554d2a5ad012400ce commit: 752c5d7f713e00d56d431a7382a6523737fd365c Author: Viorel Munteanu gentoo org> AuthorDate: Sat May 13 04:24:55 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 13 04:25:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=752c5d7f dev-python/survey: add 4.1.0_alpha Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/Manifest | 1 + dev-python/survey/survey-4.1.0_alpha.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 7d9239b9a..388ecc6a5 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.0.0_alpha.gh.tar.gz 826669 BLAKE2B 1ba56162b22ee71a256f11e3b7a16eb726038f95a8e6e18fd97189afbfeb068e666b456de0a3fcef7dad192ec3fe4608013d422fe04e0c423da29024448c83af SHA512 75db5e0842f51a11b78b964bdc1da29a7bf810f31ae4619aae6a64959cefbc7294a8b42fe6f55cfb2ff0fad906f189db7dabd6cc907ebc4143fa61c89a5b57aa +DIST survey-4.1.0_alpha.gh.tar.gz 826675 BLAKE2B 8d41bcf64306fcde1a87cb9467ab61769ed8bbce79aa1f047eac9fa474f472b06a1fa6c8ce9ec2939b1175496dea738e4381c971f7c61e1de28d82b44b239e30 SHA512 06c54a9b3ed836a8ba22646a466e55b5f041fe65a3aa5d55b8562d0109aca89b3d0104273d05136d6c6ac28aad61bb0f3cc1a8654692217d048fb5e7185bc290 diff --git a/dev-python/survey/survey-4.1.0_alpha.ebuild b/dev-python/survey/survey-4.1.0_alpha.ebuild new file mode 100644 index 000000000..382d6f9d1 --- /dev/null +++ b/dev-python/survey/survey-4.1.0_alpha.ebuild @@ -0,0 +1,25 @@ +# 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" + +RDEPEND=" + >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}] +" From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB3F515AD33 for ; Sat, 13 May 2023 04:46:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 214ADE092B; Sat, 13 May 2023 04:46:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE3CCE092B for ; Sat, 13 May 2023 04:46:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E21F2340E73 for ; Sat, 13 May 2023 04:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D456A59 for ; Sat, 13 May 2023 04:46:47 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1683951919.752c5d7f713e00d56d431a7382a6523737fd365c.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/survey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/survey/Manifest dev-python/survey/survey-4.1.0_alpha.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 752c5d7f713e00d56d431a7382a6523737fd365c X-VCS-Branch: master Date: Sat, 13 May 2023 04:46:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 569ad49b-660c-4bd1-88b1-02955492c338 X-Archives-Hash: e0bce04e39fe7ed434a4ea0bc05c6b98 Message-ID: <20230513044647.sDMyuIbAfCYAuYiecVSUjFgeGu-Sn_K0JxvXbw4TPT0@z> commit: 752c5d7f713e00d56d431a7382a6523737fd365c Author: Viorel Munteanu gentoo org> AuthorDate: Sat May 13 04:24:55 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat May 13 04:25:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=752c5d7f dev-python/survey: add 4.1.0_alpha Signed-off-by: Viorel Munteanu gentoo.org> dev-python/survey/Manifest | 1 + dev-python/survey/survey-4.1.0_alpha.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 7d9239b9a..388ecc6a5 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.0.0_alpha.gh.tar.gz 826669 BLAKE2B 1ba56162b22ee71a256f11e3b7a16eb726038f95a8e6e18fd97189afbfeb068e666b456de0a3fcef7dad192ec3fe4608013d422fe04e0c423da29024448c83af SHA512 75db5e0842f51a11b78b964bdc1da29a7bf810f31ae4619aae6a64959cefbc7294a8b42fe6f55cfb2ff0fad906f189db7dabd6cc907ebc4143fa61c89a5b57aa +DIST survey-4.1.0_alpha.gh.tar.gz 826675 BLAKE2B 8d41bcf64306fcde1a87cb9467ab61769ed8bbce79aa1f047eac9fa474f472b06a1fa6c8ce9ec2939b1175496dea738e4381c971f7c61e1de28d82b44b239e30 SHA512 06c54a9b3ed836a8ba22646a466e55b5f041fe65a3aa5d55b8562d0109aca89b3d0104273d05136d6c6ac28aad61bb0f3cc1a8654692217d048fb5e7185bc290 diff --git a/dev-python/survey/survey-4.1.0_alpha.ebuild b/dev-python/survey/survey-4.1.0_alpha.ebuild new file mode 100644 index 000000000..382d6f9d1 --- /dev/null +++ b/dev-python/survey/survey-4.1.0_alpha.ebuild @@ -0,0 +1,25 @@ +# 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" + +RDEPEND=" + >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}] +"