mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/python-pysimplesoap to 1.16.2-5
This commit is contained in:
parent
306f91fea1
commit
b43fcf2a7d
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
pkgname=python-pysimplesoap
|
||||
pkgver=1.16.2
|
||||
_commit=a5c1f885e4af24ed3079bdf7f338523826d3404a
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Python simple and lightweight SOAP Library"
|
||||
url="https://github.com/pysimplesoap/pysimplesoap"
|
||||
license=('LGPL')
|
||||
|
@ -27,7 +27,7 @@ build() {
|
|||
|
||||
check() {
|
||||
cd pysimplesoap-$pkgver
|
||||
nosetests3 -a !internal,!disabled || warning "Tests failed"
|
||||
nosetests3 -a !internal,!disabled || echo "Tests failed"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue