void-packages/srcpkgs/python3-nose-random/template
2020-02-18 16:03:10 +01:00

20 lines
615 B
Bash

# Template file for 'python3-nose-random'
pkgname=python3-nose-random
version=1.0.0
revision=1
archs=noarch
wrksrc="nose-random-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-nose"
checkdepends="python3-nose"
short_desc="Facilitates Monte-Carlo style unit testing"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://github.com/fzumstein/nose-random"
distfiles="https://github.com/fzumstein/nose-random/archive/${version}.tar.gz"
checksum=528b1c9396cfa415741afaad60ecde695a657c9364dc01240050c747192f5148
post_install() {
vlicense LICENSE
}