19 lines
578 B
Bash
19 lines
578 B
Bash
# Template file for 'python3-pytest-subtests'
|
|
pkgname=python3-pytest-subtests
|
|
version=0.9.0
|
|
revision=1
|
|
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=c0317cd5f6a5eb3e957e89dbe4fc3322a9afddba2db8414355ed2a2cb91a844e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|