# -*- 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

PortSystem              1.0
PortGroup               python 1.0

name                    py-pyhyphen
python.rootname         PyHyphen
version                 4.0.3
revision                0

categories-append       textproc
license                 Apache-2
maintainers             nomaintainer
description             The hyphenation library of LibreOffice and FireFox wrapped for Python
long_description        PyHyphen is a wrapper around the high quality \
                        hyphenation library hyphen-2.4 (May 2008) that ships \
                        with OpenOffice.org and Mozilla products. Hence, all \
                        dictionaries compatible with OpenOffice can be used. \
                        PyHyphen also contains textwrap2, an enhanced though \
                        backwards-compatible version of the standard Python \
                        module textwrap. Not very surprisingly, textwrap2 can \
                        hyphenate words when wrapping them.

homepage                https://bitbucket.org/fhaxbox66/pyhyphen

checksums               rmd160  1e03f5bb28fd487ac48cefd8b6a6880353b22d1b \
                        sha256  8a15a4ffb9812f3eb8c6b75eb314e9fc54039107fa990ac9f9200f70a5c8fc9f \
                        size    40462

python.versions         312

if {$subport ne $name} {
    depends_lib-append  port:py${python.version}-appdirs \
                        port:py${python.version}-requests
}
