# -*- 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-unidecode
python.rootname     Unidecode
version             1.4.0
revision            0

categories-append   textproc
supported_archs     noarch
platforms           {darwin any}
license             GPL-2+
maintainers         nomaintainer

description         ASCII transliterations of Unicode text
long_description    Unidecode takes Unicode data and tries to \
                    represent it in ASCII characters (i.e., the \
                    universally displayable characters between 0x00 \
                    and 0x7F), where the compromises taken when \
                    mapping between two character sets are chosen to \
                    be near what a human with a US keyboard would \
                    choose. This is a Python port of Text::Unidecode \
                    Perl module by Sean M. Burke.

homepage            https://github.com/avian2/unidecode

checksums           rmd160  5526f9b750ffda466ce3b2592260bacaae2dcd72 \
                    sha256  ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23 \
                    size    200149

python.versions     39 310 311 312 313

if {${subport} ne ${name}} {
    test.run        yes
}
