# Contributor: Daiki Maekawa # Maintainer: Daiki Maekawa pkgname=py3-frozendict _pkgname=frozendict pkgver=2.3.8 pkgrel=0 pkgdesc="immutable dictionary" url="https://github.com/Marco-Sulla/python-frozendict" arch="all" license="LGPL-3.0-or-later" makedepends=" py3-gpep517 py3-setuptools py3-wheel python3-dev " checkdepends="py3-pytest" subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" options="!check" # needs py311 compat replaces="py-frozendict" # Backwards compatibility provides="py-frozendict=$pkgver-r$pkgrel" # Backwards compatibility build() { gpep517 build-wheel \ --wheel-dir .dist \ --output-fd 3 3>&1 >&2 } check() { python3 -m venv --clear --without-pip --system-site-packages .testenv .testenv/bin/python3 -m installer .dist/*.whl .testenv/bin/python3 -m pytest } package() { python3 -m installer -d "$pkgdir" \ .dist/*.whl } sha512sums=" e0607e695bd7b70b32bdd939b394e6efad604948d1c0b14d3d5ae074c3d9e7a602f32c71c2ce66fb27a99bdd7fb3bf14998df9bea8a42ee7c11192cfe81380f3 frozendict-2.3.8.tar.gz "