18 lines
515 B
Bash
18 lines
515 B
Bash
# Template file for 'python3-mock'
|
|
pkgname=python3-mock
|
|
version=4.0.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="mock-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
short_desc="Python3 mock library"
|
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="http://mock.readthedocs.org/en/latest/"
|
|
distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
|
|
checksum=2a572b715f09dd2f0a583d8aeb5bb67d7ed7a8fd31d193cf1227a99c16a67bc3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|