1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-enchant |
---|
7 | version 1.6.1 |
---|
8 | categories python textproc |
---|
9 | platforms darwin |
---|
10 | maintainers adfernande openmaintainer |
---|
11 | homepage http://www.rfk.id.au/software/pyenchant/ |
---|
12 | description A python interface to the enchant spell-checking library. |
---|
13 | long_description PyEnchant is a spellchecking library for Python, based on the excellent Enchant library. |
---|
14 | |
---|
15 | master_sites http://pypi.python.org/packages/source/p/pyenchant/ |
---|
16 | distname pyenchant-${version} |
---|
17 | checksums sha1 813151d724ffbc700dd1c890fa96da0ae85bffb5 |
---|
18 | |
---|
19 | depends_lib-append port:py26-setuptools port:enchant |
---|
20 | |
---|
21 | livecheck.type regex |
---|
22 | livecheck.url ${homepage} |
---|
23 | livecheck.regex Version (\\d+\\.\\d+\\.\\d+) released |
---|