* update python-nose to 1.3.7-18

This commit is contained in:
Alexander Baldeck 2025-01-07 12:56:44 +01:00
parent fb25de274f
commit 7cb51d958c
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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
}