19 lines
570 B
Bash
19 lines
570 B
Bash
# Template file for 'python3-nose-random'
|
|
pkgname=python3-nose-random
|
|
version=1.0.0
|
|
revision=6
|
|
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
|
|
}
|