* update python-nose to 1.3.7-18
This commit is contained in:
parent
fb25de274f
commit
7cb51d958c
@ -1,7 +1,7 @@
|
||||
pkgbase = python-nose
|
||||
pkgdesc = A discovery-based unittest extension
|
||||
pkgver = 1.3.7
|
||||
pkgrel = 17
|
||||
pkgrel = 18
|
||||
url = https://readthedocs.org/docs/nose/
|
||||
arch = any
|
||||
license = LGPL2.1
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
pkgname=python-nose
|
||||
pkgver=1.3.7
|
||||
pkgrel=17
|
||||
pkgrel=18
|
||||
pkgdesc="A discovery-based unittest extension"
|
||||
arch=(any)
|
||||
url='https://readthedocs.org/docs/nose/'
|
||||
@ -66,6 +66,9 @@ prepare() {
|
||||
patch -Np1 < "../$src"
|
||||
done
|
||||
|
||||
# fix manual pages path
|
||||
sed -i -e 's|man/man1|share/man/man1|' setup.py
|
||||
|
||||
dos2unix examples/attrib_plugin.py
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user