* update python-flaky to 3.8.1-2
This commit is contained in:
parent
d0b5985153
commit
50173fe04b
15
python/python-flaky/.SRCINFO
Normal file
15
python/python-flaky/.SRCINFO
Normal file
@ -0,0 +1,15 @@
|
||||
pkgbase = python-flaky
|
||||
pkgdesc = Plugin for nose or py.test that automatically reruns flaky tests
|
||||
pkgver = 3.8.1
|
||||
pkgrel = 2
|
||||
url = https://github.com/box/flaky
|
||||
arch = any
|
||||
license = Apache
|
||||
checkdepends = python-pytest
|
||||
makedepends = git
|
||||
makedepends = python-setuptools
|
||||
depends = python
|
||||
source = git+https://github.com/box/flaky.git#tag=v3.8.1
|
||||
sha512sums = 43e3479659daa5a67449bd9defb2ffab71232fcfc7d876e4e3ef1540932203a7357b35a200b69f735b93105aaacc6d84d31d842fd9b0f412a3498b39a7e4102b
|
||||
|
||||
pkgname = python-flaky
|
4
python/python-flaky/.nvchecker.toml
Normal file
4
python/python-flaky/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-flaky]
|
||||
source = "git"
|
||||
git = "https://github.com/box/flaky.git"
|
||||
prefix = "v"
|
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=python-flaky
|
||||
pkgver=3.8.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
|
||||
arch=(any)
|
||||
license=('Apache')
|
||||
|
Loading…
x
Reference in New Issue
Block a user