35 lines
669 B
TOML
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"
|