mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +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'
|
||||
pkgname=python3-jsonschema-path
|
||||
version=0.3.3
|
||||
revision=2
|
||||
version=0.3.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
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"
|
||||
short_desc="JSONSchema Spec with object-oriented paths"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
|
@ -12,7 +12,7 @@ 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=b2757571934d8ecc0ebad61a6310ad3e04a17b45c0a51be44529d50abdd355e0
|
||||
checksum=71b7e165c7ee86c346593e2ac21b5beafc9bbaac337ef053df028e8827469950
|
||||
|
||||
python3-jsonschema-spec_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue