aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-10-20 17:23:24 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-10-20 17:23:32 +0300
commitf1d0938a620217b5691860987c15025de2d0f9ac (patch)
tree3445b9274a33cd9b4139a5415c7b8cb2e062ec95 /dev-python
parentdev-python/survey: add 5.4.1 (diff)
downloadguru-f1d0938a620217b5691860987c15025de2d0f9ac.tar.gz
guru-f1d0938a620217b5691860987c15025de2d0f9ac.tar.bz2
guru-f1d0938a620217b5691860987c15025de2d0f9ac.zip
dev-python/survey: drop 5.4.0
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-5.4.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
index 2b754bf46..e52523237 100644
--- a/dev-python/survey/Manifest
+++ b/dev-python/survey/Manifest
@@ -1,3 +1,2 @@
DIST survey-5.3.1.gh.tar.gz 1564902 BLAKE2B de8bafd2fc5a683ca0364f9e1540e177bf2f10344406563ff3ef6723abd2c415517e72ffacccae51e1d69912b966bf678c2abc62b22545f1c5871d4f3459d121 SHA512 383d7339e93760294095881b6ebf3fd00d687210865303aa2c17a51a390f8087b8666364e0ba7b7657e009803665cf02e64f280c8a09a535ce1fa1ebeaafe963
-DIST survey-5.4.0.gh.tar.gz 1565353 BLAKE2B f020637b23274314539ee1e81c86ba49b98b226bc2f3ebf4ff6373229785d5ba5a9681656ef0165e6ea1801f183b59f3ad6b58667d2e5d263fdbe5ee501ba90a SHA512 7821e96d4f01b275f3f8fdb396167205f04200c0331b9ccdc9970da2ffb239431ef2b1f24fa1714f9b902402abf3c5258aa0d4758335623e71200b5929440609
DIST survey-5.4.1.gh.tar.gz 1565370 BLAKE2B 44437bc3b8ef1d37d1df4f802b7d0c25f8a1dda78f34f0b74603d7edf5af25ab2f2a2d503ab3dde1ea8ca94fed387d166b869427ffd9196f399089a160b66fb4 SHA512 9645531ef4e13f56df6a49a857e94bf82077c88ae817e24db1662505bc33c267d5f984733c07e3ff0d6943258b0a7a0b6014a0f72200053f8bef4dcaf7ce590e
diff --git a/dev-python/survey/survey-5.4.0.ebuild b/dev-python/survey/survey-5.4.0.ebuild
deleted file mode 100644
index 5d68e2cb2..000000000
--- a/dev-python/survey/survey-5.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-DESCRIPTION="A simple library for creating beautiful interactive prompts"
-HOMEPAGE="
- https://github.com/Exahilosys/survey
- https://pypi.org/project/survey/
-"
-MY_PV=${PV/_/-}
-SRC_URI="https://github.com/Exahilosys/survey/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs \
- dev-python/sphinx-autodoc-typehints \
- dev-python/sphinx-paramlinks \
- dev-python/sphinx-rtd-theme
-
-src_configure() {
- distutils-r1_src_configure
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}