# Contributor: Patrycja Rosa # Maintainer: Patrycja Rosa pkgname=py3-findpython pkgver=0.6.2 pkgrel=0 pkgdesc="Utility to find python versions on your system" url="https://github.com/frostming/findpython" arch="noarch" license="MIT" depends="py3-packaging" makedepends="py3-gpep517 py3-installer py3-pdm-backend" checkdepends="py3-pytest" subpackages="$pkgname-pyc" source="https://github.com/frostming/findpython/archive/$pkgver/py3-findpython-$pkgver.tar.gz" builddir="$srcdir/findpython-$pkgver" build() { export PDM_BUILD_SCM_VERSION=$pkgver 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=" 10d4ea7b5815dfb05d6319ab1a9476a83ca44daf8aff27efed592fbeb782f0eb2ae9279c5577e30f07c46391967edfd3676af751722f478271c4a86d6664062f py3-findpython-0.6.2.tar.gz "