python3-httmock: update to 1.4.0
This commit is contained in:
parent
112b2b0a90
commit
cff65e2ff7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-httmock'
|
||||
pkgname=python3-httmock
|
||||
version=1.3.0
|
||||
revision=4
|
||||
version=1.4.0
|
||||
revision=1
|
||||
wrksrc="httmock-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -12,8 +12,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/patrys/httmock"
|
||||
distfiles="https://github.com/patrys/httmock/archive/${version}.tar.gz"
|
||||
checksum=4716729f0d07f3f6043dde43545a5381c4c6031a62e9dc9eed21e73c63d86722
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
checksum=e1f094f555fe5e17c82c102dcd9093f3a041f5457f8ac75829c17f32db362bf1
|
||||
|
|
Loading…
Reference in New Issue