Package Details: python-gtkspellcheck 5.0.3-1

Git Clone URL: https://aur.archlinux.org/python-gtkspellcheck.git (read-only, click to copy)
Package Base: python-gtkspellcheck
Description: Spell-checking library written in Python for Gtk based on Enchant
Upstream URL: https://github.com/koehlma/pygtkspellcheck
Licenses: GPL
Provides: python-gtkspell
Submitter: foutrelis
Maintainer: gilcu3
Last Packager: gilcu3
Votes: 5
Popularity: 0.057816
First Submitted: 2019-04-21 09:48 (UTC)
Last Updated: 2023-12-12 13:18 (UTC)

Latest Comments

1 2 Next › Last »

gilcu3 commented on 2023-12-12 13:18 (UTC)

@Bitals no need for a patch, as the new version upstream already added the fix. Let me know if it is not the case

Bitals commented on 2023-12-12 12:51 (UTC)

@gilcu3 I've mailed you a patch to update this to 5.0.3. Please push this update, it fixes a crash in https://aur.archlinux.org/packages/iotas

gilcu3 commented on 2022-06-29 08:26 (UTC)

@yochananmarqos fixed

yochananmarqos commented on 2022-06-28 14:56 (UTC) (edited on 2022-06-28 14:57 (UTC) by yochananmarqos)

@gilcu3: This builds fine in a clean chroot without gtk3 & gtk4, not sure where you got that from. It also builds fine using the PyPI tarball.

gilcu3 commented on 2022-06-28 11:47 (UTC) (edited on 2022-06-28 11:57 (UTC) by gilcu3)

@risto3 which one? PS: I see, poetry itself, it is added now.

risto3 commented on 2022-06-28 11:44 (UTC)

seems a dependency for python-poetry is missing, needed to install it for a successful build.

gilcu3 commented on 2022-06-28 07:01 (UTC) (edited on 2022-06-28 07:02 (UTC) by gilcu3)

Notice: The package python2-gtkspellcheck has become deprecated. Version 5 dropped support for python2

MarsSeed commented on 2022-06-11 09:46 (UTC)

I don't think sphinx libraries are needed as optdepends, since sphinx is a build-time documentation generator (a.k.a. a makedepend). If it is not used during the build, it should not be declared as depends or optdepends.

gilcu3 commented on 2020-12-15 15:30 (UTC)

sphinx libraries should be declared optional, this would fix current error while building.

optdepends=('python2-sphinx' 'python-sphinx')

emak commented on 2020-11-02 10:00 (UTC)

Build fails as a dependency is not available anymore:

 -> Could not find all required packages:
    python2-sphinx (Wanted by: python-gtkspellcheck)