Files
packages/extra/python-fonttools/python-fonttools.toml
T
2026-03-21 12:43:00 -05:00

35 lines
669 B
TOML

[build]
type = "python"
[dependencies]
build = [
"cython",
"python-wheel",
"python-setuptools",
]
optional = [
"python-brotli",
"python-fs",
"python-lxml",
"python-lz4",
"python-matplotlib",
"python-pyqt5",
"python-reportlab",
"python-scipy",
"python-sympy",
"python-unicodedata2",
"python-zopfli",
]
runtime = ["python"]
[package]
description = "A library to manipulate font files from Python"
homepage = "https://github.com/fonttools/fonttools"
license = "MIT"
name = "python-fonttools"
version = "4.62.1"
[[source]]
extract_dir = "$name-$version"
url = "https://github.com/fonttools/fonttools.git#$version"