# -*- 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.3.8 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 3ab0d4c609b1fd48281dc728c9217c3ab1aed92f \ sha256 cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4 \ size 192701 python.versions 39 310 311 312 313 if {${subport} ne ${name}} { test.run yes }