# -*- 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                py-pyfiglet
version             1.0.2
revision            0
supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         nomaintainer

description         A full port of FIGlet into pure python
long_description    pyfiglet is a full port of FIGlet (http://www.figlet.org/) \
                    into pure python. It takes ASCII text and renders it in ASCII \
                    art fonts (like the title above, which is the 'block' font).

homepage            https://github.com/pwaller/pyfiglet

checksums           md5 0cb431d9b6b11de98a635f5466455a63 \
                    rmd160 4fe6c63a1a3225ef459fbc1c50945464702c61d8 \
                    sha256 758788018ab8faaddc0984e1ea05ff330d3c64be663c513cc1f105f6a3066dab

python.versions     39 310 311 312

if {${name} ne ${subport}} {
    livecheck.type      none
}
