22 lines
847 B
Bash
22 lines
847 B
Bash
# Template file for 'python3-jsonschema-path'
|
|
pkgname=python3-jsonschema-path
|
|
version=0.3.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-poetry-core"
|
|
depends="python3-pathable python3-referencing python3-yaml"
|
|
checkdepends="$depends python3-pytest-cov python3-responses"
|
|
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-path"
|
|
changelog="https://github.com/p1c2u/jsonschema-path/releases"
|
|
distfiles="https://github.com/p1c2u/jsonschema-path/archive/refs/tags/${version}.tar.gz"
|
|
checksum=741ef50da4fa0e1b3c504fe0b0db218d471b30ee10691aee2ca468c8039bf2d5
|
|
|
|
python3-jsonschema-spec_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - transitional dummy package"
|
|
build_style=meta
|
|
}
|