# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=py3-regex pkgver=2023.6.3 pkgrel=0 pkgdesc="More featureful implementation of the 're' module" url="https://github.com/mrabarnett/mrab-regex" arch="all" license="Apache-2.0" depends="python3" makedepends=" py3-gpep517 py3-setuptools py3-wheel python3-dev " subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/mrabarnett/mrab-regex/archive/refs/tags/$pkgver.tar.gz" builddir="$srcdir/mrab-regex-$pkgver" options="!check" # fails to run 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 cd .testenv bin/python3 ../regex_3/test_regex.py } package() { python3 -m installer -d "$pkgdir" \ .dist/*.whl rm -v "$pkgdir"/usr/lib/python3*/site-packages/regex/test_regex.py } sha512sums=" 86806441fe44d48d61eb28c0ca4dd480d16406ce17aaf1109a0ea7b8627a747dff78bb3a99efbfbae40b86c9481da1e722572ddd39223df4cd558d2a72f3ee5f py3-regex-2023.6.3.tar.gz "