mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
18 lines
607 B
Bash
18 lines
607 B
Bash
# Template file for 'python3-pytest-subtests'
|
|
pkgname=python3-pytest-subtests
|
|
version=0.14.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
depends="python3-pytest python3-attrs"
|
|
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=7154a8665fd528ee70a76d00216a44d139dc3c9c83521a0f779f7b0ad4f800de
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|