Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user