diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 7d9239b9a7..388ecc6a59 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 0000000000..382d6f9d14 --- /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}] +"