# Template file for 'python3-pytest-mock'
pkgname=python3-pytest-mock
version=3.15.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-pytest"
checkdepends="python3-pytest-asyncio python3-mock"
short_desc="Pytest plugin for mock"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/pytest-dev/pytest-mock/"
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-mock/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pytest-mock/pytest_mock-${version}.tar.gz"
checksum=1849a238f6f396da19762269de72cb1814ab44416fa73a8686deac10b0d87a0f

post_install() {
	vlicense LICENSE
}
