#Packager: Tim Beech pkgname=nose pkgver=1.3.7 pkgrel=1tjb #arch=noarch source=(https://pypi.python.org/packages/58/a5/0dc93c3ec33f4e281849523a5a913fa1eea9a3068acfa754d44d88107a44/nose-1.3.7.tar.gz) sourcetemplate=http://people.salixos.org/mimosa/packages/$pkgname/$pkgver/ docs=("authors" "install" "readme*" "copying" "bugs.txt" "changes" "pkg-info") url=http://nose.readthedocs.io/en/latest/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "nose (nicer testing for Python)" "nose extends unittest to make testing easier." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg make -C doc html || true }