mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jsonschema-path: update to 0.3.4.
This commit is contained in:
parent
5ca0a82dca
commit
07f7b6c35d
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-jsonschema-path'
|
# Template file for 'python3-jsonschema-path'
|
||||||
pkgname=python3-jsonschema-path
|
pkgname=python3-jsonschema-path
|
||||||
version=0.3.3
|
version=0.3.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-pathable python3-referencing python3-yaml"
|
depends="python3-pathable python3-referencing python3-yaml python3-requests"
|
||||||
checkdepends="$depends python3-pytest-cov python3-responses"
|
checkdepends="$depends python3-pytest-cov python3-responses"
|
||||||
short_desc="JSONSchema Spec with object-oriented paths"
|
short_desc="JSONSchema Spec with object-oriented paths"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
@ -12,7 +12,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/p1c2u/jsonschema-path"
|
homepage="https://github.com/p1c2u/jsonschema-path"
|
||||||
changelog="https://github.com/p1c2u/jsonschema-path/releases"
|
changelog="https://github.com/p1c2u/jsonschema-path/releases"
|
||||||
distfiles="https://github.com/p1c2u/jsonschema-path/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/p1c2u/jsonschema-path/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=b2757571934d8ecc0ebad61a6310ad3e04a17b45c0a51be44529d50abdd355e0
|
checksum=71b7e165c7ee86c346593e2ac21b5beafc9bbaac337ef053df028e8827469950
|
||||||
|
|
||||||
python3-jsonschema-spec_package() {
|
python3-jsonschema-spec_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue