dev-python/terminaltables
Generate simple tables in terminals from a nested list of strings
-
terminaltables-9999test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
View Download Browse License: MITOverlay: gentoo -
terminaltables-3.1.10-r1amd64 ~arm64 x86test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
View Download Browse License: MITOverlay: tgbugs-overlay -
terminaltables-3.1.10-r1amd64 ~arm64 x86test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
View Download Browse License: MITOverlay: gentoo
ChangeLog
commit db0af4de81ec070afddee314111f0892c2eea2df
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jun 27 16:43:30 2024 -0700
dev-python: update PYTHON_COMPAT for existing upstream ebuilds
commit f76f1b1e83ee3f943d75ecb2f7624236713ae129
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 22 17:48:33 2023 -0500
dev-python/terminaltables: pycompat bump
commit 92a4a02dbc551c262208d39db7e99abb3ba032c1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Apr 8 18:47:44 2023 -0700
dev-python: compat for 3.11 and some vbumps
commit 21083b39f883a5a88342315a6e2f3e5fdd9e21d8
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jan 16 18:01:11 2023 -0500
dev-python compat drop 3_8
dropped for old ebuilds as well, many of those will be cleaned up
commit 5809c313ad11607ca2ea406ab41555996c5ee60a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Apr 29 20:30:52 2022 -0700
dev-python sync pypy3 compat from upstream
that happy feeling when upstream adds pypy3 compat so you can delete
those ebuilds :D
commit 72d8bb8403fcdfa726c6d3b06c6efad69b392877
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 18:14:55 2022 -0500
dev-python more ebuild cleanup and fixes
commit af4019ca362ec8175163741563203b12f66ea401
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 01:39:58 2022 -0500
dev-python add missing files symlinks, patches
cloudpickle needed to be patched for pypy3 compatibility otherwise
joblib would fail to install
commit 792587e11388fa8421d788ed0b6598e51364dfa3
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Jan 11 18:59:53 2022 -0500
dev-python sync pypy3 compat from main tree
commit 2df09e8b1374965af0a792621522d8253b3bfc71
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:51:59 2020 -0400
dev-python update manifests affected by 27 removal
commit 4411b456e12e4b5547060be5fed7455057ec9d04
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:40:09 2020 -0400
dev-python/terminaltables: remove old rev
commit a86b13176c99bf60e2979509c292eeecade0af80
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:22:19 2020 -0400
dev-python remove python2_7 from compat
commit 127bf66f09c23d722ddfb5f5fb185062865a1bd2
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Aug 1 21:10:19 2020 -0700
dev-python many add 3_9 support
commit 78636334903dc63ce8c5b3343d79c086d6fb8bb1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Mar 11 19:56:15 2020 -0700
dev-python/{augpathlib,orthauth} version bump
also pull in ebuilds required for augpathlib 3.8 support
dev-python/git-python
dev-python/gitdb2
dev-python/smmap2
dev-python/pexpect
dev-python/terminaltables
sys-apps/file
commit b77e8e7f8967a002e517f6f43c38689a4931e258
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 17:22:11 2019 -0800
rewrite copyright headers part 2
update all Manifests
for a fun time
_remainfest_inner () {
local _pat="*.ebuild"
pushd "$@" > /dev/null;
local _files=( $_pat )
ebuild $_files digest;
popd > /dev/null;
}
export -f _remainfest_inner
remanp () {
git ls-files '*.ebuild' | cut -d' ' -f3 | cut -d'/' -f1,2 | sort -u | xargs -P15 -r -n 1 -- bash -c '_remainfest_inner "$@"' _
}
remanp
commit fd49fca7fbc1450a730cac76d162feb848d02c58
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 15:25:46 2019 -0800
rewrite copyright headers part 1
conversion done with
=sed -i 's/201[0-9]\ Gentoo\ Foundation/2019\ Gentoo\ Authors/g' */*/*.ebuild=
there are a number of fiddly changes that need to be made before all the
Manifests can be regenerated (which will be part 2)
commit 7b2c54f68a34dde55a890ac3f5735a8501a259ac
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Apr 20 15:05:53 2019 -0700
dev-python/terminaltables and deps for 3.7 and pypy3 support
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jun 27 16:43:30 2024 -0700
dev-python: update PYTHON_COMPAT for existing upstream ebuilds
commit f76f1b1e83ee3f943d75ecb2f7624236713ae129
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 22 17:48:33 2023 -0500
dev-python/terminaltables: pycompat bump
commit 92a4a02dbc551c262208d39db7e99abb3ba032c1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Apr 8 18:47:44 2023 -0700
dev-python: compat for 3.11 and some vbumps
commit 21083b39f883a5a88342315a6e2f3e5fdd9e21d8
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Jan 16 18:01:11 2023 -0500
dev-python compat drop 3_8
dropped for old ebuilds as well, many of those will be cleaned up
commit 5809c313ad11607ca2ea406ab41555996c5ee60a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Apr 29 20:30:52 2022 -0700
dev-python sync pypy3 compat from upstream
that happy feeling when upstream adds pypy3 compat so you can delete
those ebuilds :D
commit 72d8bb8403fcdfa726c6d3b06c6efad69b392877
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 18:14:55 2022 -0500
dev-python more ebuild cleanup and fixes
commit af4019ca362ec8175163741563203b12f66ea401
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 01:39:58 2022 -0500
dev-python add missing files symlinks, patches
cloudpickle needed to be patched for pypy3 compatibility otherwise
joblib would fail to install
commit 792587e11388fa8421d788ed0b6598e51364dfa3
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Jan 11 18:59:53 2022 -0500
dev-python sync pypy3 compat from main tree
commit 2df09e8b1374965af0a792621522d8253b3bfc71
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:51:59 2020 -0400
dev-python update manifests affected by 27 removal
commit 4411b456e12e4b5547060be5fed7455057ec9d04
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:40:09 2020 -0400
dev-python/terminaltables: remove old rev
commit a86b13176c99bf60e2979509c292eeecade0af80
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:22:19 2020 -0400
dev-python remove python2_7 from compat
commit 127bf66f09c23d722ddfb5f5fb185062865a1bd2
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Aug 1 21:10:19 2020 -0700
dev-python many add 3_9 support
commit 78636334903dc63ce8c5b3343d79c086d6fb8bb1
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Mar 11 19:56:15 2020 -0700
dev-python/{augpathlib,orthauth} version bump
also pull in ebuilds required for augpathlib 3.8 support
dev-python/git-python
dev-python/gitdb2
dev-python/smmap2
dev-python/pexpect
dev-python/terminaltables
sys-apps/file
commit b77e8e7f8967a002e517f6f43c38689a4931e258
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 17:22:11 2019 -0800
rewrite copyright headers part 2
update all Manifests
for a fun time
_remainfest_inner () {
local _pat="*.ebuild"
pushd "$@" > /dev/null;
local _files=( $_pat )
ebuild $_files digest;
popd > /dev/null;
}
export -f _remainfest_inner
remanp () {
git ls-files '*.ebuild' | cut -d' ' -f3 | cut -d'/' -f1,2 | sort -u | xargs -P15 -r -n 1 -- bash -c '_remainfest_inner "$@"' _
}
remanp
commit fd49fca7fbc1450a730cac76d162feb848d02c58
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 15:25:46 2019 -0800
rewrite copyright headers part 1
conversion done with
=sed -i 's/201[0-9]\ Gentoo\ Foundation/2019\ Gentoo\ Authors/g' */*/*.ebuild=
there are a number of fiddly changes that need to be made before all the
Manifests can be regenerated (which will be part 2)
commit 7b2c54f68a34dde55a890ac3f5735a8501a259ac
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Apr 20 15:05:53 2019 -0700
dev-python/terminaltables and deps for 3.7 and pypy3 support