# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-enchant version 1.6.6 revision 1 categories-append textproc license LGPL-2.1+ platforms darwin supported_archs noarch maintainers nomaintainer 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. homepage http://pythonhosted.org/pyenchant/ master_sites pypi:p/pyenchant/ distname pyenchant-${version} checksums md5 9f5acfd87d04432bf8df5f9710a17358 \ rmd160 1032e5f5da257211c69705f1468bb00b864a287b \ sha256 25c9d2667d512f8fc4410465fdd2e868377ca07eb3d56e2b6e534a86281d64d3 python.versions 27 34 35 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools port:enchant patchfiles patch-enchant-_enchant.py.diff post-patch { reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/enchant/_enchant.py } livecheck.type none } else { livecheck.type regex livecheck.url ${homepage} livecheck.regex Version (\\d+\\.\\d+\\.\\d+) released }