1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
5 _commit=4259fdd799d64f953631e47ddcb69c3074a15c13
7 pkgdesc="Plugin and hook calling mechanisms for python"
9 url="https://github.com/pytest-dev/pluggy"
12 makedepends=('git' 'python-setuptools-scm')
13 checkdepends=('python-pytest')
14 source=("git+https://github.com/pytest-dev/pluggy.git#commit=$_commit")
24 PYTHONPATH="$PWD"/src pytest
29 python setup.py install -O1 --root "$pkgdir"
30 install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/