# -*- 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.15.0
revision            0
categories-append   textproc
platforms           {darwin any}
license             BSD
maintainers         nomaintainer

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  c15e30bf2cac998d94ecdad93290f9689c5de06a \
                    sha256  eae4ab7d86456a70a00a985125a03263a5eac54cd55e51d7e184b1ed3b6757e4 \
                    size    615483
supported_archs     noarch

python.versions     310 311 312 313 314
