16 lines
691 B
Bash
16 lines
691 B
Bash
# Template file for 'python3-jsonschema-spec'
|
|
pkgname=python3-jsonschema-spec
|
|
version=0.1.6
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3-jsonschema python3-pathable python3-yaml"
|
|
checkdepends="$depends python3-pytest-cov python3-toml"
|
|
short_desc="JSONSchema Spec with object-oriented paths"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/p1c2u/jsonschema-spec"
|
|
changelog="https://github.com/p1c2u/jsonschema-spec/releases"
|
|
distfiles="https://github.com/p1c2u/jsonschema-spec/archive/refs/tags/${version}.tar.gz"
|
|
checksum=ab1d01d3ed40f83c3e272ffc86505830085a5306ad43db04a6e8edf560fedd1d
|