[arch-commits] Commit in python-pytest-xprocess/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Nov 14 13:12:33 UTC 2020
Date: Saturday, November 14, 2020 @ 13:12:33
Author: felixonmars
Revision: 754073
update to fix for python 3.9 compatibility
Modified:
python-pytest-xprocess/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-14 13:03:48 UTC (rev 754072)
+++ PKGBUILD 2020-11-14 13:12:33 UTC (rev 754073)
@@ -4,15 +4,15 @@
_name=pytest-xprocess
pkgname=python-pytest-xprocess
-pkgver=0.12.1
-pkgrel=7
+pkgver=0.16.0
+pkgrel=0
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-pytest-cache' 'python-setuptools')
+depends=('python-psutil' 'python-pytest' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('fda868a12a056070afd5838c4bc466b4906a7138f685d4a0e6e0adbd975e5a1a2b9b37b8de36a45fb700e02ca14ae219cfe29c467f8d03e55d2a375a7efc9927')
+sha512sums=('3cf5d05c6693ebddc91fb2ad62eacd5b8f231e78ee82908b20268367649d6d73f0c1fbbf93a31f97feabe8bddf02cb176b2ffb9f6de4387b46cd0b97ad3c3eea')
build() {
cd "${_name}-${pkgver}"
@@ -32,5 +32,5 @@
--prefix=/usr \
--root="${pkgdir}"
install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -vDm 644 {CHANGELOG,README.rst} -t "${pkgdir}/usr/share/${pkgname}"
+ install -vDm 644 {CHANGELOG,README}.rst -t "${pkgdir}/usr/share/${pkgname}"
}
More information about the arch-commits
mailing list