[arch-commits] Commit in python/trunk (genrebuild)
Evangelos Foutras
foutrelis at archlinux.org
Sun Nov 22 19:08:40 UTC 2020
Date: Sunday, November 22, 2020 @ 19:08:40
Author: foutrelis
Revision: 401735
python/genrebuild: exclude a few more packages
Modified:
python/trunk/genrebuild
------------+
genrebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: genrebuild
===================================================================
--- genrebuild 2020-11-22 18:33:58 UTC (rev 401734)
+++ genrebuild 2020-11-22 19:08:40 UTC (rev 401735)
@@ -2,7 +2,8 @@
pyver=$(pacman -S --print-format %v python | grep -oP '^[0-9]+\.[0-9]+')
exclude=('python2' 'python2-.*' 'pypy3\?' 'cython2' 'cuda' 'metasploit'
- 'mysql-workbench' 'ntop')
+ 'mysql-workbench' 'ntop' 'dia' 'ghidra' 'kross-interpreters'
+ 'kodi')
{
pacman -Fq /usr/lib/python${pyver}/ | grep -v archlinuxcn | cut -d / -f 2
More information about the arch-commits
mailing list