[arch-commits] Commit in python-pytest-rerunfailures/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon May 31 16:55:09 UTC 2021
Date: Monday, May 31, 2021 @ 16:55:09
Author: dvzrv
Revision: 952829
upgpkg: python-pytest-rerunfailures 10.0-1: Upgrade to 10.0.
Modified:
python-pytest-rerunfailures/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-31 16:54:54 UTC (rev 952828)
+++ PKGBUILD 2021-05-31 16:55:09 UTC (rev 952829)
@@ -2,8 +2,8 @@
_name=pytest-rerunfailures
pkgname=python-pytest-rerunfailures
-pkgver=9.1.1
-pkgrel=3
+pkgver=10.0
+pkgrel=1
pkgdesc="A plugin for py.test that re-runs failed tests to eliminate intermittent failures"
arch=('any')
url="https://github.com/pytest-dev/pytest-rerunfailures/"
@@ -12,8 +12,8 @@
makedepends=('python-setuptools')
checkdepends=('python-mock' 'python-pytest')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('875591306ab010494ccbb865ea6445ab37422fce9105260d9495215af44057210564aca4fed3b4765b5a30c1cbef120de716d15d10a6db91dcb7d9f5b4f3b102')
-b2sums=('b2118fe9460ebb750c72b05762d70cf53703e4c9982c6343ef02ebcec6630598ac98998ff994268b9108bd6850e71fd5b9cde1d0abb727d33fad238e9b26fa61')
+sha512sums=('83270e18cc3f825c0e0184950a149899b99a2b46cfaa6ca1c82b7cf388144265831fc2b8b82ccebb5df57463219cb7e0b41f5beb049feedcba90ae6d48d1e05f')
+b2sums=('fb445acd6324a377258ebcd32255bd725dc78f2209990e5807a0553da259ffc101969b7572799efa5041ae68bcc264ab80581cf9d9943ab81d9b158a15dd71d5')
build() {
cd "${_name}-${pkgver}"
@@ -30,9 +30,7 @@
cd "${_name}-${pkgver}"
python setup.py install --skip-build \
--optimize=1 \
- --prefix=/usr \
--root="${pkgdir}"
- # docs
install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-vDm 644 {CHANGES.rst,README.rst}
}
More information about the arch-commits
mailing list