Files
2026-01-20 11:53:42 -05:00

27 lines
1019 B
Tcl

# -*- 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.4
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 ef9449f0c3fb545d37d4116f14a3c689 \
rmd160 6e5c81d6f5b8aeeb322a9e092e2ceccff848475e \
sha256 db9c9940ed1bf3048deff534ed52ff2dafbbc2cd7610b17bb5eca1df6d4278ef
python.versions 310 311 312 313 314