# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
# $Id: Portfile 114629 2013-12-12 12:58:05Z g5pw@macports.org $
PortSystem          1.0
PortGroup           python 1.0

name                py-unidecode
version             0.04.14
maintainers         nomaintainer
description         ASCII transliterations of Unicode text.
long_description    ${name} for ${description}
platforms           darwin
homepage            https://pypi.python.org/pypi/Unidecode/
license             GPL-2+

master_sites        https://pypi.python.org/packages/source/U/Unidecode/

python.versions     27 33 34

if { ${subport} ne ${name} } {

    distname            Unidecode-${version}

    checksums           rmd160  a1743f2c737a99ba47eb5ddd00fafe6006623fc2 \
                        sha256  a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c
}
