New package: python3-nose-random-1.0.0

This commit is contained in:
Piotr Wójcik 2020-02-17 23:03:39 +01:00 committed by Leah Neukirchen
parent 3e2893c4d4
commit cf0810bb00

View file

@ -0,0 +1,20 @@
# 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
}