# -*- 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-haishoku
version             1.1.8
revision            0
categories-append   graphics
platforms           any
license             MIT
maintainers         nomaintainer
description         A development tool for grabbing the dominant color \
                    or representative color palette from an image
long_description    {*}${description}
homepage            https://github.com/LanceGin/haishoku
checksums           rmd160  5f0a5d2d464b0bdbf8c7a37d9a6c384e14d83315 \
                    sha256  e4b9a14c03586081b18abcf04b4320168fea93ff611e81b2bccd5d5269ffcbd4 \
                    size    5628
supported_archs     noarch

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