# -*- 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
PortGroup           github           1.0

name                py-wasabi
# Don't upgrade past py-spaCy's highest supported version.
version             1.1.2
revision            0
github.setup        ines wasabi ${version} v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

checksums           rmd160  798870f334b89da19d61158e961c0d7f713332ea \
                    sha256  2369b09dda60f8e63525dacb73fd3792e7fcf501d932d30d0e52fa1f0ff8b83f \
                    size    24088

platforms           {darwin any}
supported_archs     noarch

license             MIT

maintainers         {jonesc @cjones051073} openmaintainer

description         A lightweight console printing and formatting toolkit
long_description    {*}${description}

python.versions     39 310 311 312
