python-pytest-mock: update to 1.10.2.
This commit is contained in:
parent
7db26c19dc
commit
99cceeea89
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pytest-mock'
|
||||
pkgname=python-pytest-mock
|
||||
version=1.10.1
|
||||
version=1.10.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname/python-//}-${version}"
|
||||
|
@ -8,12 +8,13 @@ build_style=python-module
|
|||
pycompile_module="pytest_mock.py _pytest_mock_version.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-pytest python-mock"
|
||||
checkdepends="$depends"
|
||||
short_desc="Thin-wrapper around mock for easier use with py.test (Python2)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pytest-dev/pytest-mock/"
|
||||
distfiles="${PYPI_SITE}/p/pytest-mock/pytest-mock-${version}.tar.gz"
|
||||
checksum=4d0d06d173eecf172703219a71dbd4ade0e13904e6bbce1ce660e2e0dc78b5c4
|
||||
checksum=cbec53e7cb0f2b57275220cb4f2822093ac89e486095555105ffe1a4e2f11df4
|
||||
|
||||
pre_build() {
|
||||
sed -i setup.py \
|
||||
|
|
Loading…
Reference in New Issue