# Maintainer: Pavel Merzlyakov # Contributor: Pavel Merzlyakov pkgname=python-pytest-allure _pkgname=allure-pytest pkgver=2.5.3 pkgrel=1 pkgdesc='Allure Pytest Plugin' arch=('any') url="https://github.com/allure-framework/allure-python/tree/master/$_pkgname" depends=('python-pytest>=3.3.0' "python-allure-commons=$pkgver") source=("git+https://github.com/allure-framework/allure-python.git#tag=$pkgver") md5sums=('SKIP') package() { cd "$srcdir/allure-python/$_pkgname" python setup.py install --prefix=/usr --root="$pkgdir" }