[arch-commits] Commit in python-pytest-repeat/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 10 22:29:40 UTC 2021


    Date: Thursday, June 10, 2021 @ 22:29:40
  Author: felixonmars
Revision: 961828

archrelease: copy trunk to community-any

Added:
  python-pytest-repeat/repos/community-any/PKGBUILD
    (from rev 961827, python-pytest-repeat/trunk/PKGBUILD)
Deleted:
  python-pytest-repeat/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-10 22:29:30 UTC (rev 961827)
+++ PKGBUILD	2021-06-10 22:29:40 UTC (rev 961828)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-repeat
-pkgver=0.9.0
-pkgrel=1
-pkgdesc='pytest plugin for repeating test execution'
-arch=('any')
-license=('MPL')
-url='https://github.com/pytest-dev/pytest-repeat'
-depends=('python-pytest')
-makedepends=('python-setuptools-scm')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-repeat/archive/v$pkgver.tar.gz")
-sha512sums=('309af69c53749d24527c201da371510ed9f6c501964123784668007f63e1fde525f051852a85be393c6be2f368e2118765cca1ffbb2f3fb3ac14c86c052713a4')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd pytest-repeat-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-repeat-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" pytest
-}
-
-package() {
-  cd pytest-repeat-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-repeat/repos/community-any/PKGBUILD (from rev 961827, python-pytest-repeat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-10 22:29:40 UTC (rev 961828)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-repeat
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='pytest plugin for repeating test execution'
+arch=('any')
+license=('MPL')
+url='https://github.com/pytest-dev/pytest-repeat'
+depends=('python-pytest')
+makedepends=('python-setuptools-scm')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-repeat/archive/v$pkgver.tar.gz")
+sha512sums=('6820712ef0aeb03a5147e3f025d1ea6024c970b3027fb9f698f7ccadea83bbf9f1871e0b8ee3ca0bf4daece5f498a7f5016bca1b5816f535593521073ab8fb6b')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd pytest-repeat-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-repeat-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" pytest
+}
+
+package() {
+  cd pytest-repeat-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list