# Compiling Time: 2.13 SBU
# Maintainer: Marius Cirsta <mcirsta@frugalware.org>

pkgname=python3-jsonschema-specifications
pkgver=2025.4.1
pkgrel=1
pkgdesc="The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
depends=('python3-referencing')
makedepends=('python3-build' 'python3-installer' 'python3-hatchling' 'python3-hatch-vcs')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=jsonschema_specifications
Finclude pypi
sha1sums=('1a314b4350c5de3629677ad3a9c85ad4590a3a28')
_F_python_version=python3

build() {
	Fcd
	Fpatchall
	Fexec python3 -m build --wheel --no-isolation || Fdie
  	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}

# optimization OK
