[arch-commits] Commit in python/trunk (genrebuild)

Evangelos Foutras foutrelis at archlinux.org
Thu Oct 8 15:18:12 UTC 2020


    Date: Thursday, October 8, 2020 @ 15:18:12
  Author: foutrelis
Revision: 397568

python/genrebuild: exclude pypy3 in addition to pypy

Modified:
  python/trunk/genrebuild

------------+
 genrebuild |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: genrebuild
===================================================================
--- genrebuild	2020-10-08 15:11:36 UTC (rev 397567)
+++ genrebuild	2020-10-08 15:18:12 UTC (rev 397568)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 pyver=$(pacman -S --print-format %v python | grep -oP '^[0-9]+\.[0-9]+')
-exclude=('python2' 'python2-.*' 'pypy' 'cython2' 'cuda' 'metasploit'
+exclude=('python2' 'python2-.*' 'pypy3\?' 'cython2' 'cuda' 'metasploit'
          'mysql-workbench' 'ntop' 'scribus')
 
 {



More information about the arch-commits mailing list