[arch-commits] Commit in python-pyvirtualdisplay/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sun Mar 20 16:33:06 UTC 2022
Date: Sunday, March 20, 2022 @ 16:33:06
Author: archange
Revision: 1163911
upgpkg: python-pyvirtualdisplay 3.0-1
Modified:
python-pyvirtualdisplay/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-20 16:33:04 UTC (rev 1163910)
+++ PKGBUILD 2022-03-20 16:33:06 UTC (rev 1163911)
@@ -2,17 +2,17 @@
_pkg=PyVirtualDisplay
pkgname=python-${_pkg,,}
-pkgver=2.2
-pkgrel=2
+pkgver=3.0
+pkgrel=1
pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
arch=(any)
url="https://github.com/ponty/PyVirtualDisplay"
license=(BSD)
-depends=(python-easyprocess)
+depends=(python)
makedepends=(python-setuptools)
checkdepends=(
python-pytest python-pytest-xdist
- python-pyscreenshot python-pillow
+ python-pyscreenshot python-pillow python-easyprocess
python-entrypoint2 python-path.py python-psutil
xorg-server-xvfb xorg-server-xephyr
xorg-xmessage xorg-xdpyinfo scrot vncdotool
@@ -19,7 +19,7 @@
)
source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('3ecda6b183b03ba65dcfdf0019809722480d7b7e10eea6e3a40bf1ba3146bab7')
+sha256sums=('09755bc3ceb6eb725fb07eca5425f43f2358d3bf08e00d2a9b792a1aedd16159')
build() {
cd ${_pkg}-${pkgver}
@@ -28,7 +28,7 @@
check() {
cd ${_pkg}-${pkgver}
- PYTHONPATH="${PWD}/build/lib" pytest tests
+ PYTHONPATH="${PWD}"/build/lib pytest -vv --color=yes tests
}
package() {
More information about the arch-commits
mailing list