# -*- 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-jxlpy
version             0.9.5
revision            0
categories-append   graphics
license             MIT
maintainers         nomaintainer
description         JPEG XL integration in Python
long_description    Cython bindings and Pillow plugin for JPEG XL.
homepage            https://github.com/olokelo/jxlpy
checksums           rmd160  d778f5811154e4542d9175dec4c8487350e05c91 \
                    sha256  2aa766f1bde180ed10df313af2b48833825deeea631be490cb04ac786c021542 \
                    size    107665

python.versions     310 311 312 313 314

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