commit: cb5118141a68b94d52c85d6f5588cbcaa442fe8f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 3 12:15:27 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 3 12:21:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb511814
dev-python/shtab: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/shtab/Manifest | 1 -
dev-python/shtab/shtab-1.7.1.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/dev-python/shtab/Manifest b/dev-python/shtab/Manifest
index 9e52aa90dcd5..a47248fa2104 100644
--- a/dev-python/shtab/Manifest
+++ b/dev-python/shtab/Manifest
@@ -1,2 +1 @@
-DIST shtab-1.7.1.tar.gz 45410 BLAKE2B
15ed00feb1bb051ad3ec21bab9a3300175b22e677db905b714e29b10308489bec6273a7f1e226b3dd70088c74b0dd5f2c7d8958a130e339d197ba290ea6710f4
SHA512
749f21e5b4eba75744a270809b761e7c795e4404727f8e6da87f6620622e42dc6e35aa923c7f8df34bec27af45ec16496fdab11b8450edb09067df9c830ae219
DIST shtab-1.7.2.tar.gz 45751 BLAKE2B
420f1249456ee954266e5071da7eded9abbaf64d0a525b8c0b7dd49a0c6e61b5b81fb737493e7b44c3ae6f42dc76d2e7be4e407198bc9feecbfa05283cdd2481
SHA512
a9b94774430d70dfab9cbfe9870c7d06e6589571523915a7bd460d1129ce606dec41692fbeeed4f4c86c0e07caa2200c243a234711d70128d3cb969bfa2197c3
diff --git a/dev-python/shtab/shtab-1.7.1.ebuild
b/dev-python/shtab/shtab-1.7.1.ebuild
deleted file mode 100644
index bb00194149f0..000000000000
--- a/dev-python/shtab/shtab-1.7.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Automagic shell tab completion for Python CLI applications"
-HOMEPAGE="
- https://github.com/iterative/shtab
- https://pypi.org/project/shtab/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-
-BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
- # Disable pytest-cov
- epytest -o addopts=
-}