20 lines
624 B
Bash
20 lines
624 B
Bash
# Template file for 'python3-mock'
|
|
pkgname=python3-mock
|
|
version=5.1.0
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python mock library"
|
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://mock.readthedocs.org/en/latest/"
|
|
changelog="https://raw.githubusercontent.com/testing-cabal/mock/master/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
|
|
checksum=5e96aad5ccda4718e0a229ed94b2024df75cc2d55575ba5762d31f5767b8767d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|