Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
@@ -0,0 +1,34 @@
[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"