aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
0 files changed, 0 insertions, 0 deletions
d>Mark H Weaver * gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom configure phase. 2018-03-20gnu: aspell: Return #t from all phases.Mark H Weaver * gnu/packages/aspell.scm (aspell)[arguments]: Return #t from the 'wrap-aspell' phase. 2018-01-13gnu: hunspell-dict-en: Include all the .dic files.Ludovic Courtès Fixes a regression introduced in d4d7d70912642be18d93c9ce6470f8650097b5e5 which broke 'hunspell-dict-en' (but not the 'hunspell-dict-en-*' variants.) * gnu/packages/aspell.scm (aspell-word-list)[install]: Check whether 'LANGUAGE.dic' exist before installing it. If it doesn't exist, install all of *.dic. 2017-12-09gnu: aspell-dict-en: Update to 2017.08.24-0.Efraim Flashner * gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.08.24-0. 2017-12-09gnu: aspell.scm: Alphabetize dictionaries.Efraim Flashner * gnu/packages/aspell.scm: Reorder the dictionaries alphabetically. 2017-11-10gnu: Fix hunspell-dict-en-* dictionary installation.Kei Kebreau * gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file for all hunspell dictionaries. 2017-10-27gnu: Add Catalan dictionary for Aspell.Ludovic Courtès Hola! * gnu/packages/aspell.scm (aspell-dict-ca): New variable. 2017-10-27gnu: Add hunspell-dict-en*.Ludovic Courtès * gnu/packages/aspell.scm (aspell-word-list): New procedure. (define-word-list-dictionary): New macro. (hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca) (hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us): New variables. 2017-10-03Update e-mail for Theodoros Foradis.Theodoros Foradis * .mailmap: Add entry. * gnu/packages/aspell.scm: Replace theodoros.for@openmailbox.org with current address. * gnu/packages/compression.scm: Likewise. * gnu/packages/electronics.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/fpga.scm: Likewise. * gnu/packages/graphviz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/libusb.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/uml.scm: Likewise. * gnu/packages/wxwidgets.scm: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2017-08-08gnu: aspell-dict-en: Update to 2017.01.22-0.Tobias Geerinckx-Rice Add missing copyright line for 2016. * gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.01.22-0. 2017-05-17gnu: aspell: 'dict-dir' set to ~/.guix-profile/lib/aspell or $ASPELL_DICT_DIR.Ludovic Courtès See <https://bugs.gnu.org/25836> for background. * gnu/packages/patches/aspell-default-dict-dir.patch: New file. * gnu/packages/aspell.scm (aspell)[source](patches): New field. [native-search-paths]: New field. * gnu/local.mk (dist_patch_DATA): Add it. 2017-04-23gnu: Add aspell-dict-pt-br.Daniel Pimentel * gnu/packages/aspell.scm (aspell-dict-pt-br): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>