[64685] trunk/dports/python/py26-enchant/Portfile
adfernandes at macports.org
adfernandes at macports.org
Sun Mar 14 10:01:10 PDT 2010
Revision: 64685
http://trac.macports.org/changeset/64685
Author: adfernandes at macports.org
Date: 2010-03-14 10:01:09 -0700 (Sun, 14 Mar 2010)
Log Message:
-----------
new port: py26-enchant; a python interface to the enchant spell-check library; closes #24047
Added Paths:
-----------
trunk/dports/python/py26-enchant/Portfile
Added: trunk/dports/python/py26-enchant/Portfile
===================================================================
--- trunk/dports/python/py26-enchant/Portfile (rev 0)
+++ trunk/dports/python/py26-enchant/Portfile 2010-03-14 17:01:09 UTC (rev 64685)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-enchant
+version 1.6.1
+categories python textproc
+platforms darwin
+maintainers adfernande openmaintainer
+homepage http://www.rfk.id.au/software/pyenchant/
+description A python interface to the enchant spell-checking library.
+long_description PyEnchant is a spellchecking library for Python, based on the excellent Enchant library.
+
+master_sites http://pypi.python.org/packages/source/p/pyenchant/
+distname pyenchant-${version}
+checksums sha1 813151d724ffbc700dd1c890fa96da0ae85bffb5
+
+depends_lib-append port:py26-setuptools port:enchant
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex Version (\\d+\\.\\d+\\.\\d+) released
Property changes on: trunk/dports/python/py26-enchant/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100314/667df7b1/attachment.html>
More information about the macports-changes
mailing list