Date: Thursday, November 24, 2022 @ 22:03:23
Author: dvzrv
Revision: 1353562
archrelease: copy trunk to community-any
Added:
python-pytest-rerunfailures/repos/community-any/PKGBUILD
(from rev 1353561, python-pytest-rerunfailures/trunk/PKGBUILD)
Deleted:
python-pytest-rerunfailures/repos/community-any/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-24 22:03:10 UTC (rev 1353561)
+++ PKGBUILD 2022-11-24 22:03:23 UTC (rev 1353562)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-_name=pytest-rerunfailures
-pkgname=python-pytest-rerunfailures
-pkgver=10.2
-pkgrel=5
-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/"
-license=(MPL2)
-# NOTE: move python-setuptools to makedepends with > 10.2
-depends=(python-pytest python-setuptools)
-makedepends=(python-build python-installer python-wheel)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('8830610276e2cc172ee372ae4d8376bc6329138751ea2737a4def6af32d05c112c872a7a180ff554018058c05ed0d109927dbac61f748586257e40b0243f03c8')
-b2sums=('9f317f3a39ac234e145a14d532d2727bb9fb5fead65c05372cf95268e0f589f9de994cd3c47e75dcb354c996595698c43fccdea5134d2e1921429c8ea7b71451')
-
-build() {
- cd $_name-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_name-$pkgver
- pytest -vv
-}
-
-package() {
- cd $_name-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -vDm 644 {CHANGES.rst,README.rst} -t
"$pkgdir/usr/share/doc/$pkgname/"
-}
Copied: python-pytest-rerunfailures/repos/community-any/PKGBUILD (from rev
1353561, python-pytest-rerunfailures/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-24 22:03:23 UTC (rev 1353562)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge <[email protected]>
+
+_name=pytest-rerunfailures
+pkgname=python-pytest-rerunfailures
+pkgver=10.3
+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/"
+license=(MPL2)
+depends=(python-pytest)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('30ebafdb221d7ff8c46d50795b1a342b55293eaf60f5a012c631e2333dcf3114bfc4ed5210705edba4ad33a8f215ce7b5988362750149fc5e9463e4c3fa93860')
+b2sums=('1063f55f4145eff4db22f121620cb3a53ad8cd0c44580578bd5027c4bd8005af6d33e0da8d67fceb7b8abe91f22c591e7b42b7a810cb5c7d8b5668b0a48eb3f2')
+
+build() {
+ cd $_name-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_name-$pkgver
+ pytest -vv
+}
+
+package() {
+ cd $_name-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -vDm 644 {CHANGES.rst,README.rst} -t
"$pkgdir/usr/share/doc/$pkgname/"
+}