void-packages/srcpkgs/python3-pytest-subtests/template
2021-10-09 08:01:23 -04:00

20 lines
618 B
Bash

# Template file for 'python3-pytest-subtests'
pkgname=python3-pytest-subtests
version=0.5.0
revision=2
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-pytest"
checkdepends="$depends"
short_desc="Subtest fixture for python3-pytest"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/pytest-dev/pytest-subtests"
distfiles="${PYPI_SITE}/p/pytest-subtests/pytest-subtests-${version}.tar.gz"
checksum=5bd1e4bf0eda4c89a6cd42b0ee28e1d2ca0848de3fd67ad8cdd6d559ed00f120
post_install() {
vlicense LICENSE
}