Here is a simple ebuild for the PyEnchant spellchecking package for Python. It's distutils based so it should be a pretty painless build. PyEnchant is a python wrapper module for the Enchant spellchecking library, which also provides some higher-level functionality. It allows python programs to incorporate spellchecking capabilities quickly and easily. Depends only on enchant and python. I suggest dev-python/pyenchant. Cheers, Ryan
Created attachment 53900 [details] pyenchant-1.1.0.ebuild
Whoops, should have pointed out the project website: http://pyenchant.sourceforge.net/
Created attachment 61415 [details] pyenchant-1.1.3.ebuild
Reassigned to maintainer-wanted.
- invalid ebuild header
- invalid ebuild header¹, please attach a fixed ebuild and reopen [1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Created attachment 79635 [details] pyenchant-1.1.5.ebuild OK, thanks for pointing that out. Fixed header, and updated to latest upstream version.
Fixed ebuild header, reopening bug.
Committed with some small changes: - added setuptools dependency (letting ez_setup install that is a bad idea) - dropped ~amd64 since I do not have one of those - added src_test. Thanks for the ebuild!