app-shells / thefuck

Magnificent app which corrects your previous console command

Official package sites : https://github.com/nvbn/thefuck ·

v3.32-r2 :: 0 :: gentoo

Modified
License
MIT
Keywords
~amd64 ~arm64 ~x86
USE flags
test

v3.32-r1 :: 0 :: gentoo

Modified
License
MIT
Keywords
~amd64 ~arm64 ~x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

python_targets

python3_10
Build with Python 3.10
python3_11
Build with Python 3.11
python3_12
Build with Python 3.12

dev-python / mock : Rolling backport of unittest.mock for all Pythons

dev-python / pytest-mock : Thin-wrapper around the mock package for easier use with pytest

dev-lang / python : Freethreading (no-GIL) version of Python programming language

dev-python / colorama : ANSI escape character sequences for colored terminal text & cursor positioning

dev-python / decorator : Simplifies the usage of decorators for the average programmer

dev-python / psutil : Retrieve information on running processes and system utilization

dev-python / pyte : Simple VTXXX-compatible terminal emulator

dev-python / six : Python 2 and 3 compatibility library

929026
app-shells/thefuck-3.32-r1 fails tests: FAILED test_utils.py::TestGetValidHistoryWithoutCurrent::test_get_valid_history_without_current[le cat-result0] - AssertionError: assert [ls cat, diff x] == [ls cat, diff x, café ô]
Repository mirror & CI · gentoo
Merge updates from master
Matt Jolly · gentoo
app-shells/thefuck: add 3.32-r2
This backports the upstream py312 patch. There are four failing tests that do not fail with py311. Minimum python is now 3.10 Bug: https://bugs.gentoo.org/929026 Signed-off-by: Matt Jolly <kangie@gentoo.org>
Matt Jolly · gentoo
app-shells/thefuck: drop 3.32
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-shells/thefuck: Keyword 3.32-r1 arm64, #906374
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
app-shells/thefuck: enable py3.11
Closes: https://bugs.gentoo.org/896630 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
app-shells/thefuck: PEP517, deselect failing tests
Closes: https://bugs.gentoo.org/804148 Closes: https://bugs.gentoo.org/886163 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
John Helmert III · gentoo
app-shells/thefuck: drop 3.30
Bug: https://bugs.gentoo.org/795291 Signed-off-by: John Helmert III <ajak@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-shells/thefuck: disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Matt Jolly · gentoo
app-shells/thefuck: update EAPI 7 -> 8
Also add Python 3.10 to PYTHON_COMPAT Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/25035 Signed-off-by: Sam James <sam@gentoo.org>
Matt Jolly · gentoo
app-shells/thefuck: add 3.32, drop 3.28
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-shells/thefuck: cleanup old
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-shells/thefuck: bump to 3.30
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
app-shells/thefuck: add Python 3.8, 3.9
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andrew Attali · gentoo
app-shells/thefuck: bump to 3.28
Also added python 3.7 as supported version. Taked over the proxy maint as requested by the former. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andrew Attali <me@aphypnise.eu> Closes: https://github.com/gentoo/gentoo/pull/10775 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Nils Freydank · gentoo
app-shells/thefuck: drop old versions.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Nils Freydank · gentoo
app-shells/thefuck: version bump to 3.27 and EAPI=7.
Package-Manager: Portage-2.3.38, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8568
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.26
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Nils Freydank · gentoo
app-shells/thefuck: Version bump to 3.25 and add proxied maintainer
Closes: https://github.com/gentoo/gentoo/pull/6294 Package-Manager: Portage-2.3.16, Repoman-2.3.6
Michael Palimaka · gentoo
app-shells/thefuck: remove 3.23
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.24
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Manuel Rüger · gentoo
app-shells/thefuck: Remove old
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Manuel Rüger · gentoo
app-shells/thefuck: Remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.2
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.23
Package-Manager: Portage-2.3.8, Repoman-2.3.2
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.21
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Manuel Rüger · gentoo
app-shells/thefuck: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.18
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.16
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Manuel Rüger · gentoo
app-shells/thefuck: Remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.15
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Manuel Rüger · gentoo
app-shells/thefuck: Add pytest-mock dependency
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.14
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Manuel Rüger · gentoo
app-shells/thefuck: Add python3.5 support
Package-Manager: portage-2.3.0
Manuel Rüger · gentoo
app-shells/thefuck: Remove old
Package-Manager: portage-2.3.0
Manuel Rüger · gentoo
app-shells/thefuck: Fix dependencies for python2.7
Gentoo-Bug: 589110 Package-Manager: portage-2.3.0
Mike Gilbert · gentoo
app-shells/thefuck: depend on virtual/python-pathlib
Package-Manager: portage-2.3.0_p24
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.11
Package-Manager: portage-2.3.0
Manuel Rüger · gentoo
app-shells/thefuck: Remove old
Package-Manager: portage-2.3.0
Manuel Rüger · gentoo
app-shells/thefuck: Keyword ~x86
Gentoo-Bug: #577556 Package-Manager: portage-2.3.0
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.10
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
Remove old
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
Version bump to 3.9
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.8
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
app-shells/thefuck: Remove old
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
app-shells/thefuck: Version bump to 3.7
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
app-shells/thefuck: Remove old
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
app-shells/thefuck: Version bump
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
app-shells/thefuck: Remove old
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
app-shells/thefuck: Version bump
Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
app-shells/thefuck: Remove pip dependency in setup.py
Gentoo-Bug: 577274 Package-Manager: portage-2.2.28
Manuel Rüger · gentoo
app-shells/thefuck: Initial version
Package-Manager: portage-2.2.28