# -*- 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

name                py-pyct
version             0.4.8
revision            0
license             BSD
maintainers         {mps @Schamschula} openmaintainer
description         A python utility package.
long_description    ${description} pyct.cmd: Makes various commands available to other \
                    packages. pyct.build: Provides various commands to help package \
                    building, primarily as a convenience for project maintainers.
homepage            https://github.com/pyviz-dev/pyct
platforms           darwin

python.versions     36 37 38 39

checksums           rmd160  9609d47f12ce53392d3d8c9dcaf6919f4f4c493a \
                    sha256  23d7525b5a1567535c093aea4b9c33809415aa5f018dd77f6eb738b1226df6f7 \
                    size    16265

if {${name} ne ${subport}} {
    depends_lib-append  \
                    port:py${python.version}-param \
                    port:py${python.version}-setuptools

    livecheck.type  none
}
