python-flaky: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 22:37:28 +07:00
parent 664e63adfd
commit 5b84065a3c
3 changed files with 14 additions and 27 deletions

View file

@ -1,26 +0,0 @@
# Template file for 'python-flaky'
pkgname=python-flaky
version=3.6.1
revision=2
archs=noarch
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="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
python3-flaky_package() {
archs=noarch
depends="python3"
pycompile_module="flaky"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

View file

@ -1 +0,0 @@
python-flaky

View file

@ -0,0 +1,14 @@
# Template file for 'python3-flaky'
pkgname=python3-flaky
version=3.6.1
revision=3
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