15 lines
513 B
Bash
15 lines
513 B
Bash
# Template file for 'python3-flaky'
|
|
pkgname=python3-flaky
|
|
version=3.6.1
|
|
revision=4
|
|
wrksrc="flaky-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Plugin for nose/py.test that automatically reruns flaky tests (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/box/flaky"
|
|
distfiles="${PYPI_SITE}/f/flaky/flaky-${version}.tar.gz"
|
|
checksum=8cd5455bb00c677f787da424eaf8c4a58a922d0e97126d3085db5b279a98b698
|