34 lines
603 B
TOML
34 lines
603 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
optional = [
|
|
"python-lxml",
|
|
"python-pip",
|
|
"python-psutil",
|
|
"python-setuptools",
|
|
]
|
|
runtime = [
|
|
"python",
|
|
"python-librt",
|
|
"python-mypy_extensions",
|
|
"python-orjson",
|
|
"python-pathspec",
|
|
"python-typing_extensions",
|
|
]
|
|
|
|
[package]
|
|
description = "Optional static typing for Python (PEP484)"
|
|
homepage = "http://www.mypy-lang.org/"
|
|
license = "MIT"
|
|
name = "mypy"
|
|
version = "1.19.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/python/mypy.git#v$version"
|