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

20 lines
672 B
Bash

# Template file for 'python3-pytest-mock'
pkgname=python3-pytest-mock
version=3.10.0
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="Orphaned <orphan@voidlinux.org>"
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=fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f
post_install() {
vlicense LICENSE
}