Date: Wednesday, February 8, 2023 @ 17:42:54
  Author: felixonmars
Revision: 1396235

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-08 17:42:40 UTC (rev 1396234)
+++ PKGBUILD    2023-02-08 17:42:54 UTC (rev 1396235)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pytest-xdist
-pkgver=3.1.0
-_commit=92a76bb0139c0c95f89470bfbbd98289321b5543
-pkgrel=2
-pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
-arch=('any')
-license=('MIT')
-url='https://github.com/pytest-dev/pytest-xdist'
-depends=('python-execnet' 'python-pytest')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-filelock' 'python-psutil')
-source=("git+https://github.com/pytest-dev/pytest-xdist.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd pytest-xdist
-  python -m build -nw
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-xdist
-  python -m installer -d "$PWD/tmp_install" dist/*.whl
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  PYTHONPATH="$PWD/tmp_install$site_packages:$PYTHONPATH" pytest
-}
-
-package() {
-  cd pytest-xdist
-  python -m installer -d "$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-xdist/repos/community-any/PKGBUILD (from rev 1396234, 
python-pytest-xdist/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-08 17:42:54 UTC (rev 1396235)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pytest-xdist
+pkgver=3.2.0
+_commit=5c065198e98df484d8193a5fba5480db541fac37
+pkgrel=1
+pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-xdist'
+depends=('python-execnet' 'python-pytest')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
+checkdepends=('python-filelock' 'python-psutil')
+source=("git+https://github.com/pytest-dev/pytest-xdist.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd pytest-xdist
+  python -m build -nw
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-xdist
+  python -m installer -d "$PWD/tmp_install" dist/*.whl
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  PYTHONPATH="$PWD/tmp_install$site_packages:$PYTHONPATH" pytest
+}
+
+package() {
+  cd pytest-xdist
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to