# -*- 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-emoji-country-flag
python.rootname     emoji_country_flag
version             2.1.0
revision            0
platforms           any
license             MIT
maintainers         nomaintainer
description         En/Decode unicode country flags emoji
long_description    {*}${description}
homepage            https://github.com/cvzi/flag
checksums           rmd160  ac1fce42ebe2046dfb8aa004a7603d2f5c651003 \
                    sha256  3b4df6a9d9961ab7716090689c2e96405baff68e46849ab2704335d904589f2a \
                    size    81130
supported_archs     noarch

python.versions     310 311 312 313 314

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