New package: python3-nose-1.3.7.
This commit is contained in:
parent
d0196f255d
commit
8d21dbd081
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-nose/template
Normal file
21
srcpkgs/python3-nose/template
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue