Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pyvirtualdisplay
Commits: 6400feb8 by Antonio Rojas at 2024-04-12T21:50:10+02:00 upgpkg: 3.0-4: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,28 @@ +pkgbase = python-pyvirtualdisplay + pkgdesc = Python wrapper for Xvfb, Xephyr and Xvnc + pkgver = 3.0 + pkgrel = 4 + url = https://github.com/ponty/PyVirtualDisplay + arch = any + license = BSD + checkdepends = python-pytest + checkdepends = python-pytest-xdist + checkdepends = python-pyscreenshot + checkdepends = python-pillow + checkdepends = python-easyprocess + checkdepends = python-entrypoint2 + checkdepends = python-path.py + checkdepends = python-psutil + checkdepends = xorg-server-xvfb + checkdepends = xorg-server-xephyr + checkdepends = xorg-xmessage + checkdepends = xorg-xdpyinfo + checkdepends = scrot + checkdepends = vncdotool + checkdepends = python-pycryptodomex + makedepends = python-setuptools + depends = python + source = https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-3.0.tar.gz + sha256sums = 09755bc3ceb6eb725fb07eca5425f43f2358d3bf08e00d2a9b792a1aedd16159 + +pkgname = python-pyvirtualdisplay ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _pkg=PyVirtualDisplay pkgname=python-${_pkg,,} pkgver=3.0 -pkgrel=3 +pkgrel=4 pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc" arch=(any) url="https://github.com/ponty/PyVirtualDisplay" @@ -15,7 +15,7 @@ checkdepends=( 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 + xorg-xmessage xorg-xdpyinfo scrot vncdotool python-pycryptodomex ) source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz) #source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyvirtualdisplay/-/commit/6400feb8ec76fd3b40eeb1b5f5e655dffffed714 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyvirtualdisplay/-/commit/6400feb8ec76fd3b40eeb1b5f5e655dffffed714 You're receiving this email because of your account on gitlab.archlinux.org.
