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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 18:39:44 UTC 2020


    Date: Thursday, November 12, 2020 @ 18:39:43
  Author: felixonmars
Revision: 753146

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 18:39:42 UTC (rev 753145)
+++ PKGBUILD	2020-11-12 18:39:43 UTC (rev 753146)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-repeat
-pkgver=0.8.0
-pkgrel=2
-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=('011ae789b0ea81b529e73c4d395195a95ac3ad347373453fd2f8ab56684027fc5666466bea6368ba464b0d67bba0db354de9cf717208cf58892943b08262e44f')
-
-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-staging-any/PKGBUILD (from rev 753144, python-pytest-repeat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 18:39:43 UTC (rev 753146)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-repeat
+pkgver=0.8.0
+pkgrel=3
+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=('011ae789b0ea81b529e73c4d395195a95ac3ad347373453fd2f8ab56684027fc5666466bea6368ba464b0d67bba0db354de9cf717208cf58892943b08262e44f')
+
+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