commit:     7534028a5e1937e5b67efbd171740f36952bb754
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 06:39:42 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 06:44:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7534028a

dev-python/survey: add 4.0.0_alpha

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

 dev-python/survey/Manifest                  |  1 +
 dev-python/survey/survey-4.0.0_alpha.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
index 6b44430cb..7d9239b9a 100644
--- a/dev-python/survey/Manifest
+++ b/dev-python/survey/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/survey/survey-4.0.0_alpha.ebuild 
b/dev-python/survey/survey-4.0.0_alpha.ebuild
new file mode 100644
index 000000000..7db4db0eb
--- /dev/null
+++ b/dev-python/survey/survey-4.0.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_{9..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}]
+"

Reply via email to