void-packages/srcpkgs/python3-pytest-subtests/template

19 lines
593 B
Bash

# Template file for 'python3-pytest-subtests'
pkgname=python3-pytest-subtests
version=0.12.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
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=d6605dcb88647e0b7c1889d027f8ef1c17d7a2c60927ebfdc09c7b0d8120476d
post_install() {
vlicense LICENSE
}