# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                present
version             0.6.0
revision            1

categories-append   office
platforms           {darwin any}
supported_archs     noarch
license             Apache-2
maintainers         nomaintainer

description         A terminal-based presentation tool with colors and effects
long_description    {*}${description}.

homepage            https://github.com/vinayak-mehta/present

checksums           rmd160  7d5bad52b3219b2af95c86816fafdbda7227f75a \
                    sha256  97d5b92f82c3f6a468deb2c192077623f6836a3fae7226f951883e5f845883a7 \
                    size    13076

python.versions     311

depends_build-append    port:py${python.version}-setuptools
depends_lib-append      port:py${python.version}-asciimatics \
                        port:py${python.version}-click \
                        port:py${python.version}-mistune \
                        port:py${python.version}-pyfiglet \
                        port:py${python.version}-yaml
