New package: python-mock-2.0.0
This commit is contained in:
parent
3977d0a072
commit
17555bcac1
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python-mock/template
Normal file
22
srcpkgs/python-mock/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'python-mock'
|
||||||
|
pkgname=python-mock
|
||||||
|
version=2.0.0
|
||||||
|
revision=1
|
||||||
|
_distname=mock
|
||||||
|
wrksrc="${_distname}-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="${_distname}"
|
||||||
|
python_versions="2.7"
|
||||||
|
pycompile_version="2.7"
|
||||||
|
noarch=yes
|
||||||
|
hostmakedepends="python-setuptools"
|
||||||
|
short_desc="Python2 rolling backport of unittest.mock"
|
||||||
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://github.com/testing-cabal/mock"
|
||||||
|
distfiles="${PYPI_SITE}/$(printf %.1s $_distname)/${_distname}/${_distname}-${version}.tar.gz"
|
||||||
|
checksum=b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Reference in a new issue