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

21 lines
704 B
Bash

# Template file for 'python3-pytest-forked'
pkgname=python3-pytest-forked
version=1.6.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools python3-setuptools_scm"
depends="python3-pytest"
short_desc="Run pytest tests in a forked subprocess"
maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"
homepage="https://github.com/pytest-dev/pytest-forked"
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-forked/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pytest-forked/pytest-forked-${version}.tar.gz"
checksum=4dafd46a9a600f65d822b8f605133ecf5b3e1941ebb3588e943b4e3eb71a5a3f
# tests only work inside tox
make_check=no
post_install() {
vlicense LICENSE
}