New package: python3-pytest-subtests-0.4.0

This commit is contained in:
Andrew J. Hesford 2021-02-08 11:33:57 -05:00
parent 665b62f834
commit 6baf048735
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Template file for 'python3-pytest-subtests'
pkgname=python3-pytest-subtests
version=0.4.0
revision=1
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=8d9e2c1d1dce11f7b7d2c9d09202ebfc7757b7ff0cac9b72ad328edfe7ee037b
post_install() {
vlicense LICENSE
}