You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- 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
|
|
revision 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 b79f2204bce93b0f7f15e26cdfcd035c3dc701cb \
|
|
sha256 4aa0488817691aa58d83764b6c209f8a27c0b3ab3f89d1b8dceca1a62e4973eb \
|
|
size 442019
|
|
|
|
python.versions 310 311 312 313
|