# -*- 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-num2words
version             0.5.14
revision            0

categories-append   textproc
platforms           {darwin any}
supported_archs     noarch
license             LGPL-2.1+
maintainers         {pguyot @pguyot} openmaintainer

description         Convert numbers to words in multiple languages

long_description    num2words is a library that converts numbers like 42 \
                    to words like forty-two. It supports multiple \
                    languages and ordinal numbers.

homepage            https://github.com/savoirfairelinux/num2words

checksums           rmd160  e5299716f2564bfa5a56a76d52121de34a08fd46 \
                    sha256  b066ec18e56b6616a3b38086b5747daafbaa8868b226a36127e0451c0cf379c6 \
                    size    218213

python.versions     313 314

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