Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-pyudev
Commits: 3fa33810 by Jelle van der Waa at 2024-04-27T17:37:48+02:00 Drop unrequired python-six depends https://github.com/pyudev/pyudev/commit/24ebdebee53e9edcdf6a904a477cdae6730217e4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pyudev pkgdesc = Python bindings to libudev pkgver = 0.24.1 - pkgrel = 3 + pkgrel = 4 url = https://github.com/pyudev/pyudev arch = any license = LGPL @@ -14,7 +14,6 @@ pkgbase = python-pyudev makedepends = python-setuptools makedepends = python-wheel makedepends = python-sphinx - depends = python-six depends = systemd optdepends = python-pyqt5: PyQt integration optdepends = python-wxpython: WX integration ===================================== PKGBUILD ===================================== @@ -7,12 +7,12 @@ _pkgname=pyudev pkgname=python-$_pkgname pkgver=0.24.1 -pkgrel=3 +pkgrel=4 arch=('any') url='https://github.com/pyudev/pyudev' license=('LGPL') pkgdesc='Python bindings to libudev' -depends=('python-six' 'systemd') +depends=('systemd') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'python-sphinx') checkdepends=('python-pytest' 'python-docutils' 'python-hypothesis' 'python-pip') optdepends=('python-pyqt5: PyQt integration' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/commit/3fa33810f72daa2340bbb4551be21242f0e50bf6 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/commit/3fa33810f72daa2340bbb4551be21242f0e50bf6 You're receiving this email because of your account on gitlab.archlinux.org.