Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python
Commits:
3922a088 by Jelle van der Waa at 2026-01-10T19:50:50+01:00
genrebuild: exclude nvidia-settings
- - - - -
1 changed file:
- genrebuild
Changes:
=====================================
genrebuild
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
pyver=$(pacman -S --print-format %v python | grep -oP '^[0-9]+\.[0-9]+')
-exclude=('pypy3\?' 'cuda' 'cuda-tools' 'metasploit' 'ghidra' 'polymake')
+exclude=('pypy3\?' 'cuda' 'cuda-tools' 'metasploit' 'ghidra' 'polymake'
'nvidia-settings')
{
pacman -Fq /usr/lib/python${pyver}/ | grep -v archlinuxcn | cut -d / -f 2
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python/-/commit/3922a0884f1d2997fb0d1d5b61eb2fd06063e251
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python/-/commit/3922a0884f1d2997fb0d1d5b61eb2fd06063e251
You're receiving this email because of your account on gitlab.archlinux.org.