python3-mock: update to 5.0.2.
This commit is contained in:
parent
363b307b1f
commit
82b6826e95
1 changed files with 7 additions and 12 deletions
|
@ -1,23 +1,18 @@
|
||||||
# Template file for 'python3-mock'
|
# Template file for 'python3-mock'
|
||||||
pkgname=python3-mock
|
pkgname=python3-mock
|
||||||
version=4.0.3
|
version=5.0.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 mock library"
|
short_desc="Python mock library"
|
||||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="http://mock.readthedocs.org/en/latest/"
|
homepage="http://mock.readthedocs.org/en/latest/"
|
||||||
changelog="https://mock.readthedocs.io/en/latest/changelog.html"
|
changelog="https://raw.githubusercontent.com/testing-cabal/mock/master/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
|
||||||
checksum=7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc
|
checksum=06f18d7d65b44428202b145a9a36e99c2ee00d1eb992df0caf881d4664377891
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# The skipped test checks internal Python unittest behavior and fails
|
|
||||||
python3 -m pytest -k "not test_bool_not_called"
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue