diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 030e3869d9..e9bb5a9551 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1,3 +1,2 @@ DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a -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.1.1_alpha.ebuild b/dev-python/survey/survey-4.1.1_alpha.ebuild deleted file mode 100644 index 382d6f9d14..0000000000 --- a/dev-python/survey/survey-4.1.1_alpha.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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}] -"