1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=python-pytest-ruff
5 _commit=e9f7cdac19c938d98bf045fa21ad9ddf82896426
7 pkgdesc="Pytest plugin to check ruff requirements"
8 url="https://github.com/buserbrasil/pytest-ruff"
11 depends=('python' 'python-pytest' 'python-ruff')
12 makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core'
13 'python-poetry-dynamic-versioning')
14 checkdepends=('python-pytest-mock')
15 source=("git+https://github.com/buserbrasil/pytest-ruff.git#commit=$_commit")
30 python -m installer -d "$pkgdir" dist/*.whl
31 install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/