diff options
author | 2023-05-27 09:02:30 +0300 | |
---|---|---|
committer | 2023-05-27 09:02:30 +0300 | |
commit | 6f328092fbd97ff49b3414264bf9dc16939e073c (patch) | |
tree | fb7a6136d3691b5c1b3a6317c167163de5f77c14 /dev-python/survey | |
parent | x11-themes/papirus-claws-mail-theme: add github upstream metadata (diff) | |
download | guru-6f328092fbd97ff49b3414264bf9dc16939e073c.tar.gz guru-6f328092fbd97ff49b3414264bf9dc16939e073c.tar.bz2 guru-6f328092fbd97ff49b3414264bf9dc16939e073c.zip |
dev-python/survey: add 4.2.0_alpha
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-python/survey')
-rw-r--r-- | dev-python/survey/Manifest | 3 | ||||
-rw-r--r-- | dev-python/survey/survey-4.2.0_alpha.ebuild | 21 |
2 files changed, 23 insertions, 1 deletions
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" |