16 lines
602 B
Bash
16 lines
602 B
Bash
# Template file for 'python3-flaky'
|
|
pkgname=python3-flaky
|
|
version=3.7.0
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
short_desc="Plugin for nose or pytest that automatically reruns flaky tests"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/box/flaky"
|
|
changelog="https://raw.githubusercontent.com/box/flaky/master/HISTORY.rst"
|
|
distfiles="${PYPI_SITE}/f/flaky/flaky-${version}.tar.gz"
|
|
checksum=3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d
|
|
make_check=no # Tests are broken
|