# -*- 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
categories-append   graphics
platforms           any
license             BSD
maintainers         nomaintainer

description         Module for grabbing the color palette from an image
long_description    {*}${description}
homepage            https://github.com/fengsp/color-thief-py
checksums           rmd160  cbff3807403e62a7cf58475ad08e6caceacf1854 \
                    sha256  079cb0c95bdd669c4643e2f7494de13b0b6029d5cdbe2d74d5d3c3386bd57221 \
                    size    6164
supported_archs     noarch

python.versions     310 311 312 313

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