# -*- 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-colorthief
version             0.2.1
revision            0
homepage            https://github.com/fengsp/color-thief-py
supported_archs     noarch
platforms           {darwin any}
license             BSD
maintainers         {i0ntempest @i0ntempest} openmaintainer

description         module for grabbing the color palette from an image
long_description    {*}${description}

checksums           rmd160  cbff3807403e62a7cf58475ad08e6caceacf1854 \
                    sha256  079cb0c95bdd669c4643e2f7494de13b0b6029d5cdbe2d74d5d3c3386bd57221 \
                    size    6164

python.versions     313 314

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