[arch-commits] Commit in python-pytest-xprocess/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Apr 11 15:23:50 UTC 2019


    Date: Thursday, April 11, 2019 @ 15:23:50
  Author: dvzrv
Revision: 451122

upgpkg: python-pytest-xprocess 0.12.1-5

Adding python-pytest-cache to depends (until next release). FS#62085.

Modified:
  python-pytest-xprocess/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-11 15:13:13 UTC (rev 451121)
+++ PKGBUILD	2019-04-11 15:23:50 UTC (rev 451122)
@@ -5,13 +5,12 @@
 _name=pytest-xprocess
 pkgname=python-pytest-xprocess
 pkgver=0.12.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Pytest plugin to manage external processes across test runs.'
 arch=('any')
 url="https://github.com/pytest-dev/pytest-xprocess"
 license=('MIT')
-depends=('python-psutil' 'python-pytest' 'python-setuptools')
-checkdepends=('python-pytest-cache')
+depends=('python-psutil' 'python-pytest' 'python-pytest-cache' 'python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
 sha512sums=('fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927')
 



More information about the arch-commits mailing list