New package: python3-mock-3.0.5
This commit is contained in:
parent
cd1caa4dff
commit
38c94a8dfd
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-mock/template
Normal file
18
srcpkgs/python3-mock/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-mock'
|
||||||
|
pkgname=python3-mock
|
||||||
|
version=3.0.5
|
||||||
|
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=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue