[arch-commits] Commit in python-psutil/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Dec 15 08:49:49 UTC 2021
Date: Wednesday, December 15, 2021 @ 08:49:49
Author: arojas
Revision: 1072948
Don't test python 2
Modified:
python-psutil/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-15 08:47:28 UTC (rev 1072947)
+++ PKGBUILD 2021-12-15 08:49:49 UTC (rev 1072948)
@@ -3,12 +3,12 @@
pkgbase=python-psutil
pkgname=('python-psutil' 'python2-psutil')
pkgver=5.8.0
-pkgrel=3
+pkgrel=4
arch=('x86_64')
url='https://github.com/giampaolo/psutil'
license=('custom: BSD')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-checkdepends=('net-tools' 'procps-ng' 'python2-ipaddress' 'python2-mock' 'python-pytest')
+checkdepends=('net-tools' 'procps-ng' 'python-pytest')
source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz")
sha512sums=('156dffb660fcfb23b420d0455296c6b1ab366844390706af40788d89335eb946bb2e66f792755071c09ca282ad0d5503bb62175344753c88ba35613756e22fa3')
More information about the arch-commits
mailing list