# -*- 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-uharfbuzz
version             0.56.0
revision            0
categories          python graphics
license             Apache-2
maintainers         {@akierig fastmail.de:akierig} openmaintainer
description         Streamlined Cython bindings for the HarfBuzz shaping engine.
long_description    {*}${description}
homepage            https://github.com/harfbuzz/uharfbuzz

checksums           rmd160  f5584aca43ab1b7cc5ba24d8598c235b7758afd8 \
                    sha256  77f4ad1c9f32f44cc6f0c0c4f98fab54587719c96c810a043d01669f704d3e0c \
                    size    38643044

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_lib-append  port:harfbuzz
    depends_build-append port:py${python.version}-cython \
                     port:py${python.version}-pkgconfig \
                     port:py${python.version}-setuptools_scm \
                     port:py${python.version}-wheel \
                     path:bin/pkg-config:pkgconfig
}
