# Template file for 'python-flaky' pkgname=python-flaky version=3.5.0 revision=1 noarch=yes wrksrc="${pkgname/python-//}-${version}" build_style=python-module pycompile_module="flaky" hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Plugin for nose/py.test that automatically reruns flaky tests (Python2)" maintainer="maxice8 " license="Apache-2.0" homepage="https://github.com/box/flaky" distfiles="${PYPI_SITE}/f/flaky/flaky-${version}.tar.gz" checksum=c272a693d47a66ff140d4f90e75e31ea309ffdab3f4361c95859020e34458c22 python3-flaky_package() { noarch=yes depends="python3" pycompile_module="flaky" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } }