New package: python3-nose-1.3.7.
This commit is contained in:
parent
d0196f255d
commit
8d21dbd081
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'python3-nose'
|
||||
pkgname=python3-nose
|
||||
version=1.3.7
|
||||
revision=1
|
||||
wrksrc="nose-release_${version}"
|
||||
build_style=python3-module
|
||||
pycompile_modules="nose"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Nose is nicer testing for python3"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/nose-devs/nose"
|
||||
#changelog="https://raw.githubusercontent.com/nose-devs/nose/master/CHANGELOG"
|
||||
distfiles="https://github.com/nose-devs/nose/archive/release_${version}.tar.gz"
|
||||
checksum=ab1ee7744662c5bf58a510ae46d879ebe140c3e40d6871c09b36b24b6a480b39
|
||||
|
||||
pre_build() {
|
||||
# fix manpage location
|
||||
sed -i 's|man/man1|share/man/man1|g' setup.py
|
||||
}
|
Loading…
Reference in New Issue