dev-python/seaborn
Statistical data visualization
-
seaborn-0.13.2amd64 ~amd64-linuxtest python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
View Download Browse License: BSDOverlay: tgbugs-overlay
ChangeLog
commit 4d5171a8e8e268739741999a4d1e0e418972fcb6
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jun 27 17:22:33 2024 -0700
dev-python: update from upstream where there were new ebuilds
commit 0ee3420bdf3fe4cefa7469d5b7336b3e91c33ded
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Dec 19 16:28:47 2023 -0500
dev-python/seaborn: vbump
commit 922420144069a92e13a24e31b498a8785b7c561d
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Apr 2 16:35:43 2023 -0700
dev-python/seaborn: vbump
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 b4b6031e5fed9f7f2d176d17e573447e44bacfe3
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Dec 10 12:41:58 2022 -0800
dev-python/{numexpr,pandas,seaborn}: added for pypy3
upstream ebuilds have had their use flag dependencies updated such that
it is possible to pull these in without having to maintain a huge raft
of dependencies
dev-python/matplotlib: keywording changes
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 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 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 52722fc7e84d3a148f4bb6919a6f010b824958da
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Sep 25 22:30:35 2018 -0700
dev-python/seaborn-0.9.0.ebuild added
needed to fix https://github.com/mwaskom/seaborn/issues/1103
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jun 27 17:22:33 2024 -0700
dev-python: update from upstream where there were new ebuilds
commit 0ee3420bdf3fe4cefa7469d5b7336b3e91c33ded
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Dec 19 16:28:47 2023 -0500
dev-python/seaborn: vbump
commit 922420144069a92e13a24e31b498a8785b7c561d
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sun Apr 2 16:35:43 2023 -0700
dev-python/seaborn: vbump
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 b4b6031e5fed9f7f2d176d17e573447e44bacfe3
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Sat Dec 10 12:41:58 2022 -0800
dev-python/{numexpr,pandas,seaborn}: added for pypy3
upstream ebuilds have had their use flag dependencies updated such that
it is possible to pull these in without having to maintain a huge raft
of dependencies
dev-python/matplotlib: keywording changes
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 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 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 52722fc7e84d3a148f4bb6919a6f010b824958da
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Sep 25 22:30:35 2018 -0700
dev-python/seaborn-0.9.0.ebuild added
needed to fix https://github.com/mwaskom/seaborn/issues/1103