maintainer="Hoang Nguyen <folliekazetani@protonmail.com>"
pkgname=py3-pytest-describe
pkgver=2.2.0
pkgrel=0
pkgdesc="Describe-style plugin for pytest"
url="https://github.com/pytest-dev/pytest-describe"
arch="noarch"
license="MIT"
depends="python3 py3-pytest"
makedepends="py3-setuptools"
subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-describe/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/pytest-describe-$pkgver"
options="!check" # No instruction to execute test files

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="
32d685190e02e6dd410fb012113139fae3a89144889d8e73a63bf9f694efcce778c50ecd141090918108842220d9b21e90bdc45a056c037d568c01fb446588be  py3-pytest-describe-2.2.0.tar.gz
"
