Date: Thursday, September 22, 2022 @ 20:09:03
Author: felixonmars
Revision: 1309099
archrelease: copy trunk to community-any
Added:
python-pytest-xdist/repos/community-any/PKGBUILD
(from rev 1309098, python-pytest-xdist/trunk/PKGBUILD)
Deleted:
python-pytest-xdist/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-22 20:08:41 UTC (rev 1309098)
+++ PKGBUILD 2022-09-22 20:09:03 UTC (rev 1309099)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pytest-xdist
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing
modes'
-arch=('any')
-license=('MIT')
-url='https://bitbucket.org/pytest-dev/pytest-xdist'
-depends=('python-execnet' 'python-psutil' 'python-pytest-forked')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-filelock')
-source=("https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('41f71b18e294909f2f03ecd61cba4209249a0ec77cdfb57d5fe42efd3011057e6aa70e9d629cd274e54bdaa4206c7d640c782c9e231163c70718f9972c33af90')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
- cd pytest-xdist-$pkgver
- python setup.py build
-}
-
-check() {
- # Hack entry points by installing it
-
- cd pytest-xdist-$pkgver
- python setup.py install --root="$PWD/tmp_install" --optimize=1
- PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH"
pytest \
- --deselect
testing/acceptance_test.py::TestWarnings::test_warning_captured_deprecated_in_pytest_6
-}
-
-package() {
- cd pytest-xdist-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-pytest-xdist/repos/community-any/PKGBUILD (from rev 1309098,
python-pytest-xdist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-22 20:09:03 UTC (rev 1309099)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pytest-xdist
+pkgver=2.5.0
+pkgrel=2
+pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing
modes'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-xdist'
+depends=('python-execnet' 'python-psutil' 'python-pytest-forked')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-filelock')
+source=("https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('41f71b18e294909f2f03ecd61cba4209249a0ec77cdfb57d5fe42efd3011057e6aa70e9d629cd274e54bdaa4206c7d640c782c9e231163c70718f9972c33af90')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+ cd pytest-xdist-$pkgver
+ python setup.py build
+}
+
+check() {
+ # Hack entry points by installing it
+
+ cd pytest-xdist-$pkgver
+ python setup.py install --root="$PWD/tmp_install" --optimize=1
+ PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH"
pytest \
+ --deselect
testing/acceptance_test.py::TestWarnings::test_warning_captured_deprecated_in_pytest_6
+}
+
+package() {
+ cd pytest-xdist-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: