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

pkgname=python3-referencing
pkgver=0.36.2
pkgrel=1
pkgdesc="An implementation-agnostic implementation of JSON reference resolution"
depends=('python3-rpds-py')
makedepends=('python3-build' 'python3-installer' 'python3-hatchling' 'python3-hatch-vcs')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=referencing
Finclude pypi
sha1sums=('1a0fd3d8b7cbcf845f50ec6b95f856cdc05f6f12')
_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
