void-packages/srcpkgs/python3-pytest-mock/template
2025-06-26 20:50:34 -04:00

19 lines
681 B
Bash

# Template file for 'python3-pytest-mock'
pkgname=python3-pytest-mock
version=3.14.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel"
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=159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e
post_install() {
vlicense LICENSE
}