# -*- 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.0.0 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 cd6db6583ad6420c7346d915e5364b8e3fc77e16 \ sha256 297fac7ec9e86f7b602792c28eb6f04819ba67ab88a34c56afcde52243a9a105 \ size 197343 python.versions 37 38 39 310 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none }