# -*- 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.7.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 371064f50e014e6ccc73bb1d233ecc62a2927a12 \ sha256 375cc08589704266099846c553b6572ec5be591374b4d2cd1623b8343d5c9abb \ size 361797 python.versions 38 39 310 311 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools livecheck.type none }