void-packages/srcpkgs/python3-referencing/template
2025-04-18 18:27:24 -04:00

19 lines
725 B
Bash

# Template file for 'python3-referencing'
pkgname=python3-referencing
version=0.36.2
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs"
depends="python3-attrs python3-rpds-py"
checkdepends="$depends python3-pytest-subtests python3-jsonschema"
short_desc="Cross-specification JSON Referencing"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/python-jsonschema/referencing"
changelog="https://raw.githubusercontent.com/python-jsonschema/referencing/main/docs/changes.rst"
distfiles="${PYPI_SITE}/r/referencing/referencing-${version}.tar.gz"
checksum=df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa
post_install() {
vlicense COPYING
}