aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2023-06-04 08:58:36 +0300
committerViorel Munteanu <ceamac@gentoo.org>2023-06-04 08:58:36 +0300
commit6b271e95e941186056d403bb069f6f38d8c107b8 (patch)
treeaf247055df6b6758bd690c1cd913c06e870e4b4b /dev-python
parentdev-python/survey: add 4.3.0 (diff)
downloadguru-6b271e95e941186056d403bb069f6f38d8c107b8.tar.gz
guru-6b271e95e941186056d403bb069f6f38d8c107b8.tar.bz2
guru-6b271e95e941186056d403bb069f6f38d8c107b8.zip
dev-python/survey: drop 4.3.0_alpha
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/survey/Manifest1
-rw-r--r--dev-python/survey/survey-4.3.0_alpha.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
index cfa3f235d..82e1eff29 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.3.0.tar.gz 49851 BLAKE2B 734d7b7ad5c59aaecb82b1806d82a017e8bf47a314fefdedc92c71a2cedd89511ed18f0d6fdada49a45e8301f4e445cb341a649f2a2a7a6d08ef9c9c47bb9ba1 SHA512 425631f448da06a647ea6e6d3ba4e71d5a484377f09ad3eb46403806d0e8182e7ffedafd55b622c930fbc9aa3b66a6c639c5239eb8552835e89e34040ba6a177
-DIST survey-4.3.0_alpha.gh.tar.gz 827020 BLAKE2B 3a9048e53c2ab1ff6509a9d9f67c366ae09c14389388d34d1a7e9114823c3935c259c2f92ea7fc1a10519c9a4018901305b0e32fb10cae09ad93bddacef47c11 SHA512 ae48cf9d98593224a3fc31904ab035e2d1b7079d63d1beee7a21bf6f35fb9b89e7d83f52dfca78d9abd037fcd86dbe6ac1d47d2037210eebc96a879a92d18925
diff --git a/dev-python/survey/survey-4.3.0_alpha.ebuild b/dev-python/survey/survey-4.3.0_alpha.ebuild
deleted file mode 100644
index f028ba416..000000000
--- a/dev-python/survey/survey-4.3.0_alpha.ebuild
+++ /dev/null
@@ -1,21 +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_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"