# -*- 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             0.8.2
revision            0
github.setup        ines wasabi ${version} v

checksums           rmd160  ade53fd2702eac1569a1bbd07651525627a11570 \
                    sha256  97516f2867cf4a111f4e1ea92021a76f40af6a7237719942f347fe0382adeac4 \
                    size    20306

platforms           darwin
supported_archs     x86_64

license             MIT

maintainers         {jonesc @cjones051073} openmaintainer

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

# Support python versions
python.versions     27 35 36 37 38 39

if {${name} ne ${subport}} {

    depends_build-append \
        port:py${python.version}-setuptools

    livecheck.type none 

}
