dev-python/hunspell
Module for the Hunspell spellchecker engine
-
hunspell-0.5.5~amd64 ~x86python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
View Download Browse License: LGPL-3Overlay: tgbugs-overlay
ChangeLog
commit 57f28be28ff352c56195a79b8dbc46250d468758
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jun 27 17:51:07 2024 -0700
dev-python: bump packages I maintain to use 10..12
cleanup and fixes will come in further commits
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 27349b338b5fb79ad4049b16a39eebf7c80d9c5e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Sep 30 22:23:35 2021 -0700
dev-python/hunspell: update python 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 72bfde7cdbdc13247a31ee3bd41e6d89ce43e1e7
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Nov 1 16:21:41 2019 -0700
dev-python/hunspell add missing setuptools dep
commit 52a3cd84e16bfce9002e3aab11b1cf31fa1ce734
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 29 20:03:01 2019 -0700
dev-python/hunspell version bump
commit cc66346cb0341679c282517bffc6f1fa86c0751a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Feb 12 18:24:29 2018 -0800
dev-python/hunspell added pypy3 support
commit 3881db91a396dffa99662b6bb5bae7b78a5d13f0
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Feb 12 15:36:52 2018 -0800
dev-python/hunspell added hunspell-0.5.3.ebuild
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Jun 27 17:51:07 2024 -0700
dev-python: bump packages I maintain to use 10..12
cleanup and fixes will come in further commits
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 27349b338b5fb79ad4049b16a39eebf7c80d9c5e
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Sep 30 22:23:35 2021 -0700
dev-python/hunspell: update python 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 72bfde7cdbdc13247a31ee3bd41e6d89ce43e1e7
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Nov 1 16:21:41 2019 -0700
dev-python/hunspell add missing setuptools dep
commit 52a3cd84e16bfce9002e3aab11b1cf31fa1ce734
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Oct 29 20:03:01 2019 -0700
dev-python/hunspell version bump
commit cc66346cb0341679c282517bffc6f1fa86c0751a
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Feb 12 18:24:29 2018 -0800
dev-python/hunspell added pypy3 support
commit 3881db91a396dffa99662b6bb5bae7b78a5d13f0
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Mon Feb 12 15:36:52 2018 -0800
dev-python/hunspell added hunspell-0.5.3.ebuild