# -*- 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
version             2.12.1
categories-append   textproc
license             BSD
maintainers         nomaintainer
supported_archs     noarch
platforms           {darwin any}

description         Emoji for Python.
long_description    {*}${description} The entire set of Emoji codes as \
                    defined by the unicode consortium is supported in \
                    addition to a bunch of aliases. By default, only \
                    the official list is enabled but doing \
                    `emoji.emojize(language='alias')` enables both the \
                    full list and aliases.

homepage            https://github.com/carpedm20/emoji/

checksums           rmd160  b79f2204bce93b0f7f15e26cdfcd035c3dc701cb \
                    sha256  4aa0488817691aa58d83764b6c209f8a27c0b3ab3f89d1b8dceca1a62e4973eb \
                    size    442019

python.versions     39 310 311 312

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

    livecheck.type  none
}
