16 lines
602 B
Bash
16 lines
602 B
Bash
# Template file for 'python3-flaky'
|
|
pkgname=python3-flaky
|
|
version=3.8.1
|
|
revision=1
|
|
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=47204a81ec905f3d5acfbd61daeabcada8f9d4031616d9bcb0618461729699f5
|
|
make_check=no # Tests are broken
|