# -*- 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-flufl.i18n
version             3.2
categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             Apache-2

python.versions     39

maintainers         nomaintainer

description         High level API for internationalizing Python libraries and applications.
long_description    {*}${description} The flufl.i18n library provides \
                    a convenient API for managing translation contexts \
                    in Python applications. It provides facilities not \
                    only for single-context applications like command \
                    line scripts, but also more sophisticated \
                    management of multiple-context applications such \
                    as Internet servers.

homepage            https://flufli18n.readthedocs.io/

checksums           rmd160  650b6bc7b2451372f0d3e6116e1b29970e264521 \
                    sha256  c35c8f8eab66adb7fd64a1420860105066d2b36cb655b33ffb14afe8e223ed62 \
                    size    24209

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

    depends_test-append \
                    port:py${python.version}-sybil

    test.run        yes
}
