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

2020-09-03 Thread David Runge via arch-commits
Date: Thursday, September 3, 2020 @ 18:21:34
  Author: dvzrv
Revision: 697522

archrelease: copy trunk to community-any

Added:
  python-testinfra/repos/community-any/PKGBUILD
(from rev 697521, python-testinfra/trunk/PKGBUILD)
Deleted:
  python-testinfra/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 18:21:24 UTC (rev 697521)
+++ PKGBUILD2020-09-03 18:21:34 UTC (rev 697522)
@@ -1,57 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: David Runge 
-# Contributor: Lex Black 
-# Contributor: gardar 
-# Contributor: Morten Linderud 
-
-_name=testinfra
-pkgname=python-testinfra
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='Testinfra test your infrastructures'
-url="https://github.com/philpep/testinfra;
-arch=('any')
-license=('Apache')
-depends=('python-pytest')
-makedepends=('python-hacking' 'python-setuptools_scm' 'python-sphinx')
-checkdepends=('ansible' 'python-mock' 'python-paramiko' 'python-pytest-cov'
-'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'salt')
-# TODO: add salt to optdepends, after it has been ported to python3
-optdepends=('ansible: for tests using ansible inventories'
-'docker: for test running docker containers'
-'kubectl: for test running containers in kubernetes'
-'lxd: for test running LXC or LXD containers'
-'podman: for test running podman containers'
-'python-paramiko: for testing remote hosts'
-'python-pywinrm: for testing on Windows hosts')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('7bab1952d906e8e5e948e9d1997bfab3c46cafdff04f7d69e16f6cffe8a3b8ea380cc4e4f75c9d9a686a5cb090467730a867a880f41a1e2340032482ad07fb29')
-b2sums=('ba9be17e3d31a00bd0b9c0a05401509ab4f2a138703a924fcb748343e99e40be8e1e77b283a97611c556902d994113241a923b3e7b3bd9449b541711debc1db5')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-  make -C doc man
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="build:$PYTHONPATH"
-  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
-  pytest -v -k 'not test_backend_importables'
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  # man page
-  install -Dm 644 doc/build/man/${_name}.1 \
-"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  # docs
-  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-testinfra/repos/community-any/PKGBUILD (from rev 697521, 
python-testinfra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 18:21:34 UTC (rev 697522)
@@ -0,0 +1,57 @@
+# Maintainer: Christian Rebischke 
+# Contributor: David Runge 
+# Contributor: Lex Black 
+# Contributor: gardar 
+# Contributor: Morten Linderud 
+
+_name=testinfra
+pkgname=python-testinfra
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Testinfra test your infrastructures'
+url="https://github.com/philpep/testinfra;
+arch=('any')
+license=('Apache')
+depends=('python-pytest')
+makedepends=('python-hacking' 'python-setuptools_scm' 'python-sphinx')
+checkdepends=('ansible' 'python-mock' 'python-paramiko' 'python-pytest-cov'
+'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'salt')
+# TODO: add salt to optdepends, after it has been ported to python3
+optdepends=('ansible: for tests using ansible inventories'
+'docker: for test running docker containers'
+'kubectl: for test running containers in kubernetes'
+'lxd: for test running LXC or LXD containers'
+'podman: for test running podman containers'
+'python-paramiko: for testing remote hosts'
+'python-pywinrm: for testing on Windows hosts')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('f28cb5fdd811a1c9fcd7f5ee9257f85eed3d23bbfc37ab11f6df59061bd51fe2289b2ce4e3868aa63dd7e83e8dc7c00f731f8384fcf0beca42f966eacc90bc8d')
+b2sums=('a859513f8ace452e264c8a0fb55e2bb65fc0444dcab5230a60975ee3a212b0e2bcdbb2e2249caa9a503f4c0e304095424d90ba396ca7e0c04c652c600f07e6ef')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
+  pytest -v -k 'not test_backend_importables'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py 

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

2020-09-02 Thread David Runge via arch-commits
Date: Wednesday, September 2, 2020 @ 17:46:47
  Author: dvzrv
Revision: 696687

archrelease: copy trunk to community-any

Added:
  python-testinfra/repos/community-any/PKGBUILD
(from rev 696686, python-testinfra/trunk/PKGBUILD)
Deleted:
  python-testinfra/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 17:46:37 UTC (rev 696686)
+++ PKGBUILD2020-09-02 17:46:47 UTC (rev 696687)
@@ -1,57 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: David Runge 
-# Contributor: Lex Black 
-# Contributor: gardar 
-# Contributor: Morten Linderud 
-
-_name=testinfra
-pkgname=python-testinfra
-pkgver=5.2.2
-pkgrel=1
-pkgdesc='Testinfra test your infrastructures'
-url="https://github.com/philpep/testinfra;
-arch=('any')
-license=('Apache')
-depends=('python-pytest')
-makedepends=('python-setuptools_scm' 'python-hacking' 'python-sphinx')
-checkdepends=('python-mock' 'python-paramiko' 'python-pytest-cov'
-'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'ansible' 'salt')
-# TODO: add salt to optdepends, after it has been ported to python3
-optdepends=('ansible: for tests using ansible inventories'
-'docker: for test running docker containers'
-'kubectl: for test running containers in kubernetes'
-'lxd: for test running LXC or LXD containers'
-'podman: for test running podman containers'
-'python-paramiko: for testing remote hosts'
-'python-pywinrm: for testing on Windows hosts')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('3516f1229771c81487464f56e25c3ceb80aed302279bfe9e362bd41676255ded1fd83a7b6a01b8d41b5b3e896d7296275a79723a3d8c0dd5e474dc3afa7f872c')
-b2sums=('b605d444a6d7aac4c6e8d78b1fe7f5e36c99276287b0702605c424550eebf5d6e6349006376f8d3cc42624d33a7818073331d7f2ed2c48ca03e5dcb081b407b1')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-  make -C doc man
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="build:$PYTHONPATH"
-  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
-  pytest -v -k 'not test_backend_importables'
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  # man page
-  install -Dm 644 doc/build/man/${_name}.1 \
-"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  # docs
-  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-testinfra/repos/community-any/PKGBUILD (from rev 696686, 
python-testinfra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-02 17:46:47 UTC (rev 696687)
@@ -0,0 +1,57 @@
+# Maintainer: Christian Rebischke 
+# Contributor: David Runge 
+# Contributor: Lex Black 
+# Contributor: gardar 
+# Contributor: Morten Linderud 
+
+_name=testinfra
+pkgname=python-testinfra
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Testinfra test your infrastructures'
+url="https://github.com/philpep/testinfra;
+arch=('any')
+license=('Apache')
+depends=('python-pytest')
+makedepends=('python-hacking' 'python-setuptools_scm' 'python-sphinx')
+checkdepends=('ansible' 'python-mock' 'python-paramiko' 'python-pytest-cov'
+'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'salt')
+# TODO: add salt to optdepends, after it has been ported to python3
+optdepends=('ansible: for tests using ansible inventories'
+'docker: for test running docker containers'
+'kubectl: for test running containers in kubernetes'
+'lxd: for test running LXC or LXD containers'
+'podman: for test running podman containers'
+'python-paramiko: for testing remote hosts'
+'python-pywinrm: for testing on Windows hosts')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('7bab1952d906e8e5e948e9d1997bfab3c46cafdff04f7d69e16f6cffe8a3b8ea380cc4e4f75c9d9a686a5cb090467730a867a880f41a1e2340032482ad07fb29')
+b2sums=('ba9be17e3d31a00bd0b9c0a05401509ab4f2a138703a924fcb748343e99e40be8e1e77b283a97611c556902d994113241a923b3e7b3bd9449b541711debc1db5')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
+  pytest -v -k 'not test_backend_importables'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py 

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

2020-07-21 Thread David Runge via arch-commits
Date: Tuesday, July 21, 2020 @ 10:24:39
  Author: dvzrv
Revision: 664709

archrelease: copy trunk to community-any

Added:
  python-testinfra/repos/community-any/PKGBUILD
(from rev 664708, python-testinfra/trunk/PKGBUILD)
Deleted:
  python-testinfra/repos/community-any/PKGBUILD

--+
 PKGBUILD |  113 ++---
 1 file changed, 57 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-21 10:24:22 UTC (rev 664708)
+++ PKGBUILD2020-07-21 10:24:39 UTC (rev 664709)
@@ -1,56 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: David Runge 
-# Contributor: Lex Black 
-# Contributor: gardar 
-# Contributor: Morten Linderud 
-
-_name=testinfra
-pkgname=python-testinfra
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='Testinfra test your infrastructures'
-url="https://github.com/philpep/testinfra;
-arch=('any')
-license=('Apache')
-depends=('python-pytest')
-makedepends=('python-setuptools_scm' 'python-hacking' 'python-sphinx')
-checkdepends=('python-mock' 'python-paramiko' 'python-pytest-cov'
-'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'ansible' 'salt')
-# TODO: add salt to optdepends, after it has been ported to python3
-optdepends=('ansible: for tests using ansible inventories'
-'docker: for test running docker containers'
-'kubectl: for test running containers in kubernetes'
-'lxd: for test running LXC or LXD containers'
-'podman: for test running podman containers'
-'python-paramiko: for testing remote hosts'
-'python-pywinrm: for testing on Windows hosts')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d5eaac6616d48d033a44ec18026ba34a33185b8f219a0b07cd7023b583c5e67fa8486756fc4f1ecfde16f119be533c757a70252c305399a0337626fcf8650461')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-  make -C doc man
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="build:$PYTHONPATH"
-  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
-  pytest -v -k 'not test_backend_importables'
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  # man page
-  install -Dm 644 doc/build/man/${_name}.1 \
-"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  # docs
-  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-testinfra/repos/community-any/PKGBUILD (from rev 664708, 
python-testinfra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-21 10:24:39 UTC (rev 664709)
@@ -0,0 +1,57 @@
+# Maintainer: Christian Rebischke 
+# Contributor: David Runge 
+# Contributor: Lex Black 
+# Contributor: gardar 
+# Contributor: Morten Linderud 
+
+_name=testinfra
+pkgname=python-testinfra
+pkgver=5.2.2
+pkgrel=1
+pkgdesc='Testinfra test your infrastructures'
+url="https://github.com/philpep/testinfra;
+arch=('any')
+license=('Apache')
+depends=('python-pytest')
+makedepends=('python-setuptools_scm' 'python-hacking' 'python-sphinx')
+checkdepends=('python-mock' 'python-paramiko' 'python-pytest-cov'
+'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'ansible' 'salt')
+# TODO: add salt to optdepends, after it has been ported to python3
+optdepends=('ansible: for tests using ansible inventories'
+'docker: for test running docker containers'
+'kubectl: for test running containers in kubernetes'
+'lxd: for test running LXC or LXD containers'
+'podman: for test running podman containers'
+'python-paramiko: for testing remote hosts'
+'python-pywinrm: for testing on Windows hosts')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('3516f1229771c81487464f56e25c3ceb80aed302279bfe9e362bd41676255ded1fd83a7b6a01b8d41b5b3e896d7296275a79723a3d8c0dd5e474dc3afa7f872c')
+b2sums=('b605d444a6d7aac4c6e8d78b1fe7f5e36c99276287b0702605c424550eebf5d6e6349006376f8d3cc42624d33a7818073331d7f2ed2c48ca03e5dcb081b407b1')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
+  pytest -v -k 'not test_backend_importables'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  # man page
+  install -Dm 644 doc/build/man/${_name}.1 \
+

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

2020-06-15 Thread David Runge via arch-commits
Date: Monday, June 15, 2020 @ 15:04:00
  Author: dvzrv
Revision: 645296

archrelease: copy trunk to community-any

Added:
  python-testinfra/repos/community-any/PKGBUILD
(from rev 645295, python-testinfra/trunk/PKGBUILD)
Deleted:
  python-testinfra/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-15 15:03:50 UTC (rev 645295)
+++ PKGBUILD2020-06-15 15:04:00 UTC (rev 645296)
@@ -1,56 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: David Runge 
-# Contributor: Lex Black 
-# Contributor: gardar 
-# Contributor: Morten Linderud 
-
-_name=testinfra
-pkgname=python-testinfra
-pkgver=5.1.0
-pkgrel=1
-pkgdesc='Testinfra test your infrastructures'
-url="https://github.com/philpep/testinfra;
-arch=('any')
-license=('Apache')
-depends=('python-pytest')
-makedepends=('python-setuptools_scm' 'python-hacking' 'python-sphinx')
-checkdepends=('python-mock' 'python-paramiko' 'python-pytest-cov'
-'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'ansible' 'salt')
-# TODO: add salt to optdepends, after it has been ported to python3
-optdepends=('ansible: for tests using ansible inventories'
-'docker: for test running docker containers'
-'kubectl: for test running containers in kubernetes'
-'lxd: for test running LXC or LXD containers'
-'podman: for test running podman containers'
-'python-paramiko: for testing remote hosts'
-'python-pywinrm: for testing on Windows hosts')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('4882507cc72486e3a6df0e933f37c15c27c1465e5528bac61bc8038013ceb4df61c8b11d1838db4713053cac7a4df2b50d46d43828b4e7b70a4afb04ccfe')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-  make -C doc man
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export PYTHONPATH="build:$PYTHONPATH"
-  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
-  pytest -v -k 'not test_backend_importables'
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  # man page
-  install -Dm 644 doc/build/man/${_name}.1 \
-"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  # docs
-  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-testinfra/repos/community-any/PKGBUILD (from rev 645295, 
python-testinfra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-15 15:04:00 UTC (rev 645296)
@@ -0,0 +1,56 @@
+# Maintainer: Christian Rebischke 
+# Contributor: David Runge 
+# Contributor: Lex Black 
+# Contributor: gardar 
+# Contributor: Morten Linderud 
+
+_name=testinfra
+pkgname=python-testinfra
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='Testinfra test your infrastructures'
+url="https://github.com/philpep/testinfra;
+arch=('any')
+license=('Apache')
+depends=('python-pytest')
+makedepends=('python-setuptools_scm' 'python-hacking' 'python-sphinx')
+checkdepends=('python-mock' 'python-paramiko' 'python-pytest-cov'
+'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'ansible' 'salt')
+# TODO: add salt to optdepends, after it has been ported to python3
+optdepends=('ansible: for tests using ansible inventories'
+'docker: for test running docker containers'
+'kubectl: for test running containers in kubernetes'
+'lxd: for test running LXC or LXD containers'
+'podman: for test running podman containers'
+'python-paramiko: for testing remote hosts'
+'python-pywinrm: for testing on Windows hosts')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('d5eaac6616d48d033a44ec18026ba34a33185b8f219a0b07cd7023b583c5e67fa8486756fc4f1ecfde16f119be533c757a70252c305399a0337626fcf8650461')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
+  pytest -v -k 'not test_backend_importables'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  # man page
+  install -Dm 644 doc/build/man/${_name}.1 \
+"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  # docs
+  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-06-04 Thread David Runge via arch-commits
Date: Thursday, June 4, 2020 @ 19:18:51
  Author: dvzrv
Revision: 639039

archrelease: copy trunk to community-any

Added:
  python-testinfra/repos/community-any/PKGBUILD
(from rev 639038, python-testinfra/trunk/PKGBUILD)
Deleted:
  python-testinfra/repos/community-any/PKGBUILD

--+
 PKGBUILD |   99 ++---
 1 file changed, 56 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-04 19:18:37 UTC (rev 639038)
+++ PKGBUILD2020-06-04 19:18:51 UTC (rev 639039)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Lex Black 
-# Contributor: gardar 
-# Contributor: Morten Linderud 
-
-pkgbase="python-testinfra"
-pkgname="python-testinfra"
-_pkgname="testinfra"
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Testinfra test your infrastructures'
-url="https://github.com/philpep/testinfra;
-arch=('any')
-license=('Apache')
-depends=('python-six')
-makedepends=('python' 'python-setuptools' 'python-pbr' 'python-sphinx')
-#checkdepends=('python-mock' 'python-pytest-cov' 'python-pytest-xdist'
-#'python-paramiko' 'python-tornado' 'salt' 'ansible' 'python-pywinrm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/philpep/testinfra/archive/${pkgver}.tar.gz;)
-sha512sums=('915d4819b3d289b9b87dba614e2d5d9ca48e80c1e7dd0df60d64fad31f27c19b7914179422547c8eaab2e203f8d4a460972898599bc439348a6fb7cbb357991d')
-
-
-
-build() {
-cd "${_pkgname}-${pkgver}"
-SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}" python setup.py build
-make -C doc html man
-}
-
-# This checks are disabled, because salt, doesn't support python3 yet.
-# See also: https://bugs.archlinux.org/task/61129
-#check() {
-#cd "${_pkgname}-${pkgver}"
-#SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}" python setup.py test
-#}
-
-package() {
-cd "${_pkgname}-${pkgver}"
-SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}" python setup.py install 
--root="${pkgdir}" --optimize=1 --skip-build
-install -d "${pkgdir}/usr/share/doc/${pkgname}"
-cp -r doc/build/html/* "${pkgdir}/usr/share/doc/${pkgname}"
-install -Dm 644 doc/build/man/testinfra.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}

Copied: python-testinfra/repos/community-any/PKGBUILD (from rev 639038, 
python-testinfra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-04 19:18:51 UTC (rev 639039)
@@ -0,0 +1,56 @@
+# Maintainer: Christian Rebischke 
+# Contributor: David Runge 
+# Contributor: Lex Black 
+# Contributor: gardar 
+# Contributor: Morten Linderud 
+
+_name=testinfra
+pkgname=python-testinfra
+pkgver=5.1.0
+pkgrel=1
+pkgdesc='Testinfra test your infrastructures'
+url="https://github.com/philpep/testinfra;
+arch=('any')
+license=('Apache')
+depends=('python-pytest')
+makedepends=('python-setuptools_scm' 'python-hacking' 'python-sphinx')
+checkdepends=('python-mock' 'python-paramiko' 'python-pytest-cov'
+'python-pytest-xdist' 'python-pywinrm' 'python-tornado' 'ansible' 'salt')
+# TODO: add salt to optdepends, after it has been ported to python3
+optdepends=('ansible: for tests using ansible inventories'
+'docker: for test running docker containers'
+'kubectl: for test running containers in kubernetes'
+'lxd: for test running LXC or LXD containers'
+'podman: for test running podman containers'
+'python-paramiko: for testing remote hosts'
+'python-pywinrm: for testing on Windows hosts')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('4882507cc72486e3a6df0e933f37c15c27c1465e5528bac61bc8038013ceb4df61c8b11d1838db4713053cac7a4df2b50d46d43828b4e7b70a4afb04ccfe')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+  make -C doc man
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export PYTHONPATH="build:$PYTHONPATH"
+  # salt is not python3 (yet): https://bugs.archlinux.org/task/61129
+  pytest -v -k 'not test_backend_importables'
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  # man page
+  install -Dm 644 doc/build/man/${_name}.1 \
+"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  # docs
+  install -vDm 644 {CHANGELOG,CONTRIBUTING,README}.rst \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}