dev-python/colorlog
Add colours to the output of Python's logging module.
-
colorlog-6.10.1~amd64 ~x86development python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: MIT Overlay: pypi -
colorlog-6.10.1amd64 arm64 ~loong ~riscv x86test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 verify-provenance
View
Download
Browse License: MIT Overlay: tgbugs-overlay -
colorlog-6.10.1amd64 arm64 ~loong ~riscv x86test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
View
Download
Browse License: MIT Overlay: ha-bleeding-edge -
colorlog-6.10.1amd64 arm64 ~loong ~riscv x86test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 python_targets_python3_15 verify-provenance
View
Download
Browse License: MIT Overlay: gentoo -
colorlog-6.8.2amd64 arm64 ~loong ~riscv x86test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
View
Download
Browse License: MIT Overlay: HomeAssistantRepository -
colorlog-6.7.0amd64 arm arm64 x86test python_targets_python3_11 python_targets_python3_12
View
Download
Browse License: MIT Overlay: HomeAssistantRepository -
colorlog-6.6.0-r1amd64 arm arm64 x86test python_targets_python3_11 python_targets_python3_12
View
Download
Browse License: MIT Overlay: HomeAssistantRepository
ChangeLog
commit ba143d2c9ade82dd9148f1d8e3537a962a3e36fe
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Jul 5 20:01:12 2026 -0700
dev-python: added from upstream for pypy3_11 support
the basic pattern for maintaining these is
cd dev-python/name
~/git/gentoo/$(basename $(dirname $(pwd)))/$(basename $(pwd))/*.ebuild .
remove unstable, remove metadata.xml, edit the ebuilds, check for files
digest
not all of that was done for all of these in this commit
commit f1af5aec8d6a4024c2a034f93385a545dd12f24e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Dec 19 16:33:11 2023 -0500
dev-python remove all with upstream pypy3
feels good
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 72d8bb8403fcdfa726c6d3b06c6efad69b392877
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 18:14:55 2022 -0500
dev-python more ebuild cleanup and fixes
commit 66b04d417998eeda8e053d04e36f49ada9e9938f
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Jan 9 12:30:25 2022 -0500
general ebuild cleanup and fixes
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 c19891e4e218ee0cfa8ea57fc8d0155e2b1d886d
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:45:00 2020 -0400
dev-python revbump all ebuilds that dropped 27 compat
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 20dfe7509b68a11752d4d133dfd3611384f49b62
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Apr 9 03:12:48 2020 -0700
dev-python/colorlog: version bump and support 3_8
also drop 2_7 support
commit 6a8e5676d9ac95810129fe5965b5d91ef7c56b22
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 20:16:39 2019 -0800
dev-python python targets cleanup part 2
update Manifests
commit 4566ac05d4e30a59f79f8ede25686d5d62f5f570
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 18:06:57 2019 -0800
dev-python python targets cleanup part 1
also resync with any upstream changes to keywords etc
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 7b8ea871d04386fc848f2c590edd6cc16515d2ea
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Apr 15 17:46:43 2019 -0700
dev-python/colorlog-4.0.2 added for version bump
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Jul 5 20:01:12 2026 -0700
dev-python: added from upstream for pypy3_11 support
the basic pattern for maintaining these is
cd dev-python/name
~/git/gentoo/$(basename $(dirname $(pwd)))/$(basename $(pwd))/*.ebuild .
remove unstable, remove metadata.xml, edit the ebuilds, check for files
digest
not all of that was done for all of these in this commit
commit f1af5aec8d6a4024c2a034f93385a545dd12f24e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Dec 19 16:33:11 2023 -0500
dev-python remove all with upstream pypy3
feels good
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 72d8bb8403fcdfa726c6d3b06c6efad69b392877
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Wed Jan 12 18:14:55 2022 -0500
dev-python more ebuild cleanup and fixes
commit 66b04d417998eeda8e053d04e36f49ada9e9938f
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Jan 9 12:30:25 2022 -0500
general ebuild cleanup and fixes
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 c19891e4e218ee0cfa8ea57fc8d0155e2b1d886d
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 20 14:45:00 2020 -0400
dev-python revbump all ebuilds that dropped 27 compat
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 20dfe7509b68a11752d4d133dfd3611384f49b62
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Apr 9 03:12:48 2020 -0700
dev-python/colorlog: version bump and support 3_8
also drop 2_7 support
commit 6a8e5676d9ac95810129fe5965b5d91ef7c56b22
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 20:16:39 2019 -0800
dev-python python targets cleanup part 2
update Manifests
commit 4566ac05d4e30a59f79f8ede25686d5d62f5f570
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 18:06:57 2019 -0800
dev-python python targets cleanup part 1
also resync with any upstream changes to keywords etc
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 7b8ea871d04386fc848f2c590edd6cc16515d2ea
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Apr 15 17:46:43 2019 -0700
dev-python/colorlog-4.0.2 added for version bump

