# -*- 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-fast-colorthief
version             0.0.5
revision            1
categories-append   graphics
license             MIT
maintainers         nomaintainer
description         Dominant colors in image
long_description    {*}${description}
homepage            https://github.com/bedapisl/fast-colorthief
checksums           rmd160  d282b0db068be747e327d0b3b2bb5897d47e8d86 \
                    sha256  c943b5be73add8d3f295d3e314c9f48db8555fccc770ab09d88155ba060165ae \
                    size    754871

python.versions     310 311 312 313 314

compiler.cxx_standard   2011

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