Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85959 - pyenchant-1.1.0.ebuild (New Package)
Summary: pyenchant-1.1.0.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-03-19 17:21 UTC by Ryan Kelly
Modified: 2006-06-07 09:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pyenchant-1.1.0.ebuild (pyenchant-1.1.0.ebuild,394 bytes, text/plain)
2005-03-19 17:22 UTC, Ryan Kelly
Details
pyenchant-1.1.3.ebuild (pyenchant-1.1.3.ebuild,394 bytes, text/plain)
2005-06-17 16:43 UTC, Ryan Kelly
Details
pyenchant-1.1.5.ebuild (pyenchant-1.1.5.ebuild,439 bytes, text/plain)
2006-02-12 19:15 UTC, Ryan Kelly
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Kelly 2005-03-19 17:21:36 UTC
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
Comment 1 Ryan Kelly 2005-03-19 17:22:21 UTC
Created attachment 53900 [details]
pyenchant-1.1.0.ebuild
Comment 2 Ryan Kelly 2005-03-19 17:23:09 UTC
Whoops, should have pointed out the project website:

    http://pyenchant.sourceforge.net/
Comment 3 Ryan Kelly 2005-06-17 16:43:14 UTC
Created attachment 61415 [details]
pyenchant-1.1.3.ebuild
Comment 4 Lukasz Strzygowski (RETIRED) gentoo-dev 2006-01-29 04:36:54 UTC
Reassigned to maintainer-wanted. 
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 17:56:29 UTC
- invalid ebuild header
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 17:56:29 UTC
- 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
Comment 7 Ryan Kelly 2006-02-12 19:15:37 UTC
Created attachment 79635 [details]
pyenchant-1.1.5.ebuild

OK, thanks for pointing that out.  Fixed header, and updated to latest upstream version.
Comment 8 Ryan Kelly 2006-02-12 19:16:41 UTC
Fixed ebuild header, reopening bug.
Comment 9 Marien Zwart (RETIRED) gentoo-dev 2006-06-07 09:52:22 UTC
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!