vp-build/srcpkgs/python3-nose-random/template

20 lines
602 B
Bash

# Template file for 'python3-nose-random'
pkgname=python3-nose-random
version=1.0.0
revision=4
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
}