20 lines
681 B
Bash
20 lines
681 B
Bash
# Template file for 'python3-pytest-mock'
|
|
pkgname=python3-pytest-mock
|
|
version=3.14.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="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=2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|