Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pyvirtualdisplay
Commits:
1d7d6085 by Jelle van der Waa at 2024-11-30T11:40:16+01:00
upgpkg: 3.0-6: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyvirtualdisplay
pkgdesc = Python wrapper for Xvfb, Xephyr and Xvnc
pkgver = 3.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/ponty/PyVirtualDisplay
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = python-pyvirtualdisplay
checkdepends = python-pillow
checkdepends = python-easyprocess
checkdepends = python-entrypoint2
- checkdepends = python-path.py
+ checkdepends = python-path
checkdepends = python-psutil
checkdepends = xorg-server-xvfb
checkdepends = xorg-server-xephyr
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkg=PyVirtualDisplay
pkgname=python-${_pkg,,}
pkgver=3.0
-pkgrel=5
+pkgrel=6
pkgdesc="Python wrapper for Xvfb, Xephyr and Xvnc"
arch=(any)
url="https://github.com/ponty/PyVirtualDisplay"
@@ -13,7 +13,7 @@ makedepends=(python-setuptools)
checkdepends=(
python-pytest python-pytest-xdist
python-pyscreenshot python-pillow python-easyprocess
- python-entrypoint2 python-path.py python-psutil
+ python-entrypoint2 python-path python-psutil
xorg-server-xvfb xorg-server-xephyr
xorg-xmessage xorg-xdpyinfo scrot vncdotool
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyvirtualdisplay/-/commit/1d7d6085d4dfd9a7892f30ec8ff3a5f2171ad5f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyvirtualdisplay/-/commit/1d7d6085d4dfd9a7892f30ec8ff3a5f2171ad5f7
You're receiving this email because of your account on gitlab.archlinux.org.