summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2022-08-14 23:45:05 -0500
committerJohn Helmert III <ajak@gentoo.org>2022-08-14 23:45:05 -0500
commit84cc843cb3f03af6adef424d511c0a9e956a8dca (patch)
treedace9270e3c39dd4a20ebfc4d8aa7f88bf72a192 /app-shells/thefuck
parentapp-shells/thefuck: retire proxy maintainer (diff)
downloadgentoo-84cc843cb3f03af6adef424d511c0a9e956a8dca.tar.gz
gentoo-84cc843cb3f03af6adef424d511c0a9e956a8dca.tar.bz2
gentoo-84cc843cb3f03af6adef424d511c0a9e956a8dca.zip
app-shells/thefuck: drop 3.30
Bug: https://bugs.gentoo.org/795291 Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-shells/thefuck')
-rw-r--r--app-shells/thefuck/Manifest1
-rw-r--r--app-shells/thefuck/thefuck-3.30.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/app-shells/thefuck/Manifest b/app-shells/thefuck/Manifest
index 0a964bcc6797..c7bfaeb70daa 100644
--- a/app-shells/thefuck/Manifest
+++ b/app-shells/thefuck/Manifest
@@ -1,2 +1 @@
-DIST thefuck-3.30.tar.gz 1383210 BLAKE2B 9d6a7ba2712b5cea0146315f5023a104667531928ade93c4aee1f210f06755efb3488b82ce2bc63adf9ce41aec91528bbb6ee4212adb5eca2af53cacf4510a67 SHA512 99b270d0aa535673c09e7e932212af4ded5639fcf30ad0aeedc89a54e94c0a072a37883b1a1a56301efb82ea1c72cf53d4dacf2e83edcafcf4fbaa55ecd35f3a
DIST thefuck-3.32.tar.gz 1234795 BLAKE2B f62aca1601b2cec4cc14dc63f6d7e7fffc8ab0e1cf88e44c3170ec6744998e97e97813e9dc6aaccc0a850b0a15f958483da24bcf1d176e43bad1b2272272e7a0 SHA512 961b9b6dc374cc0b854698455f688cf110adb21cfebd4cb645eb5f1ce11c14de6699bb4d40de86a5f9461273cbfc2eea318a9d437f803dc578dd431966cf26c1
diff --git a/app-shells/thefuck/thefuck-3.30.ebuild b/app-shells/thefuck/thefuck-3.30.ebuild
deleted file mode 100644
index 997ad592129c..000000000000
--- a/app-shells/thefuck/thefuck-3.30.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Magnificent app which corrects your previous console command"
-HOMEPAGE="https://github.com/nvbn/thefuck"
-SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/decorator[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
- dev-python/pyte[${PYTHON_USEDEP}]"
-DEPEND="
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" setup.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- py.test -vv || die
-}