22 lines
533 B
TOML
22 lines
533 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "Fast JSON schema validator for Python"
|
|
homepage = "https://github.com/horejsek/python-fastjsonschema"
|
|
license = "BSD-3-Clause"
|
|
name = "python-fastjsonschema"
|
|
version = "2.21.2"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "3757b049728580d516c0af50e11eed050c8e2c1815b221954c635bde455dcc78"
|
|
url = "https://github.com/horejsek/python-fastjsonschema/archive/refs/tags/v$version.tar.gz"
|