You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d2a33b0b07
Streamlined cython bindings for the HarfBuzz shaping engine. It is a dependency of OCRmyPDF >= 17.
30 lines
1.1 KiB
Tcl
30 lines
1.1 KiB
Tcl
# -*- 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.53.7
|
|
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/trufont/uharfbuzz
|
|
|
|
checksums rmd160 50b76ec7270d4540637bb2090f1dd0a4b61a18dc \
|
|
sha256 c13cfe32accd4dc5b7e5d1c3c7bd5f04ba77be186ffd249ab1ba82a0b25b70bc \
|
|
size 1869099
|
|
|
|
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
|
|
}
|