Files

34 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-ttfquery
python.rootname TTFQuery
version 2.0.0b1
categories-append devel multimedia graphics
license BSD
platforms {darwin any}
supported_archs noarch
maintainers gmx.net:maugustin \
openmaintainer
description FontTools-based package for querying system fonts
long_description TTFQuery builds on the FontTools package to allow the\
Python programmer to accomplish a number of tasks
homepage https://ttfquery.sourceforge.net/
checksums rmd160 fe4f7f20d218c59e41e9085851680978787e4686 \
sha256 18e18eb03c18ea7dd08ed1b369adfd55c3815e34b69c9e321659b0c9f5576e44 \
size 18434
python.versions 310 311 312 313
if {$subport ne $name} {
depends_lib-append \
port:py${python.version}-fonttools \
port:py${python.version}-numpy
}