# -*- 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-colorz
version             1.0.3
revision            0
categories-append   sysutils
platforms           any
license             MIT
maintainers         nomaintainer
description         Color scheme generator
long_description    {*}${description}
homepage            https://github.com/metakirby5/colorz
checksums           rmd160  a7e2e2e31eef0af2fe19ceb0e94f5dd844286062 \
                    sha256  c04ff63896281f2ee1327bcdff2e76a339f70559abd8a25d28c0d1fb28480d3e \
                    size    5109
supported_archs     noarch

python.versions     310 311 312 313 314
if {${subport} ne ${name}} {
    depends_lib-append  port:py${python.version}-Pillow \
                        port:py${python.version}-scipy
}
