Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pyscreenshot
Commits:
e63c69bc by Antonio Rojas at 2026-02-11T22:54:24+01:00
upgpkg: 3.1-9: Drop PyQt5 checkdepend
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyscreenshot
pkgdesc = Copy the contents of the screen to a PIL or Pillow image
memory
pkgver = 3.1
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/ponty/pyscreenshot
arch = any
license = BSD-2-Clause
@@ -12,7 +12,6 @@ pkgbase = python-pyscreenshot
checkdepends = python-pygame
checkdepends = python-xlib
checkdepends = python-gobject
- checkdepends = python-pyqt5
checkdepends = python-wxpython
checkdepends = xorg-server-xvfb
checkdepends = xorg-xdpyinfo
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkg=pyscreenshot
pkgname=python-${_pkg}
pkgver=3.1
-pkgrel=8
+pkgrel=9
pkgdesc="Copy the contents of the screen to a PIL or Pillow image memory"
arch=(any)
url="https://github.com/ponty/pyscreenshot"
@@ -12,7 +12,7 @@ depends=(python-easyprocess python-entrypoint2 python-mss
python-jeepney)
makedepends=(python-setuptools python-wheel python-build python-installer)
checkdepends=(
python-pytest python-pyvirtualdisplay python-pillow python-path.py
python-pygame
- python-xlib python-gobject python-pyqt5 python-wxpython
+ python-xlib python-gobject python-wxpython
xorg-server-xvfb xorg-xdpyinfo gnome-screenshot scrot imagemagick
maim pqiv
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscreenshot/-/commit/e63c69bc5214475a2ca433700ad857bccf8b6486
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscreenshot/-/commit/e63c69bc5214475a2ca433700ad857bccf8b6486
You're receiving this email because of your account on gitlab.archlinux.org.