summaryrefslogtreecommitdiffstats
path: root/spelling
diff options
context:
space:
mode:
authorQuentin Rameau2009-07-27 05:10:27 +0200
committerQuentin Rameau2009-07-27 05:10:27 +0200
commitd5e2e58bbb3227c7f69467428588803b0cb0698d (patch)
treec3521fc1ed4c063f650077a43b910a35b65f33d4 /spelling
parentccc53a4e7414379d1136bd9124748480042421d5 (diff)
spelling/pyenchant: new spell, spellchecking library in python, based on
the enchant library
Diffstat (limited to 'spelling')
-rwxr-xr-xspelling/pyenchant/BUILD1
-rwxr-xr-xspelling/pyenchant/DEPENDS3
-rwxr-xr-xspelling/pyenchant/DETAILS17
-rw-r--r--spelling/pyenchant/HISTORY2
-rwxr-xr-xspelling/pyenchant/INSTALL1
5 files changed, 24 insertions, 0 deletions
diff --git a/spelling/pyenchant/BUILD b/spelling/pyenchant/BUILD
new file mode 100755
index 0000000000..a05d2aaa62
--- /dev/null
+++ b/spelling/pyenchant/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/spelling/pyenchant/DEPENDS b/spelling/pyenchant/DEPENDS
new file mode 100755
index 0000000000..12cf843717
--- /dev/null
+++ b/spelling/pyenchant/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends setuptools &&
+depends enchant
diff --git a/spelling/pyenchant/DETAILS b/spelling/pyenchant/DETAILS
new file mode 100755
index 0000000000..f372162dc5
--- /dev/null
+++ b/spelling/pyenchant/DETAILS
@@ -0,0 +1,17 @@
+ SPELL="pyenchant"
+ VERSION="1.5.3"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.gz}"
+ SOURCE_URL[0]="http://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}"
+ SOURCE_HASH="sha512:7ce92d5e91bc9a4f2c804748cc36ab912ac26957a4fbb3237f0fbc83e24aacaeda9cac35e864b64f01cd6514c35e86faf7a51cd7386794f89c4974daa94bd4aa"
+ WEB_SITE="http://www.rfk.id.au/software/pyenchant/"
+ ENTERED="20090727"
+ LICENSE[0]="LGPL"
+SHORT="Spellchecking library for Python, based on the Enchant library."
+cat << EOF
+PyEnchant is a set of language bindings and some wrapper classes to make the
+excellent Enchant spellchecker available as a Python module. The bindings are
+created using ctypes. It includes all the functionality of Enchant with the
+flexibility of Python and a nice "Pythonic" object-oriented interface. It also
+aims to provide some higher-level functionality than is available in the C API.
+EOF
diff --git a/spelling/pyenchant/HISTORY b/spelling/pyenchant/HISTORY
new file mode 100644
index 0000000000..dfca9d027a
--- /dev/null
+++ b/spelling/pyenchant/HISTORY
@@ -0,0 +1,2 @@
+2009-07-27 Quentin Rameau <quinq@sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL, HISTORY: created this spell
diff --git a/spelling/pyenchant/INSTALL b/spelling/pyenchant/INSTALL
new file mode 100755
index 0000000000..46c6fba709
--- /dev/null
+++ b/spelling/pyenchant/INSTALL
@@ -0,0 +1 @@
+default_install_python