Compare commits

...

2 Commits

Author SHA1 Message Date
Marc-Andre Lureau 24174abfb2 Users.md: add qboot [skip ci] 4 years ago
Sebastien Bacher 82f6790d5c Use python3 in some tests which were still using python 4 years ago
  1. 1
      docs/markdown/Users.md
  2. 2
      test cases/common/52 custom target/depfile/dep.py
  3. 2
      test cases/common/53 custom target chain/my_compiler.py
  4. 2
      test cases/common/53 custom target chain/my_compiler2.py
  5. 2
      test cases/common/53 custom target chain/usetarget/subcomp.py
  6. 2
      test cases/common/99 manygen/subdir/manygen.py
  7. 2
      test cases/linuxlike/14 static dynamic linkage/verify_static.py
  8. 2
      test cases/unit/11 cross prog/some_cross_tool.py
  9. 2
      test cases/unit/11 cross prog/sometool.py
  10. 2
      test cases/unit/39 python extmodule/blaster.py
  11. 2
      test cases/unit/61 identity cross/build_wrapper.py
  12. 2
      test cases/unit/61 identity cross/host_wrapper.py
  13. 2
      test cases/windows/8 find program/test-script

@ -97,6 +97,7 @@ format files
- [Pitivi](https://github.com/pitivi/pitivi/), a nonlinear video editor
- [Playerctl](https://github.com/acrisci/playerctl), mpris command-line controller and library for spotify, vlc, audacious, bmp, cmus, and others
- [Polari](https://gitlab.gnome.org/GNOME/polari), an IRC client
- [qboot](https://github.com/bonzini/qboot), a minimal x86 firmware for booting Linux kernels
- [radare2](https://github.com/radare/radare2), unix-like reverse engineering framework and commandline tools (not the default)
- [RxDock](https://gitlab.com/rxdock/rxdock), a protein-ligand docking software designed for high throughput virtual screening (fork of rDock)
- [SSHFS](https://github.com/libfuse/sshfs), allows you to mount a remote filesystem using SFTP

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys, os
from glob import glob

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""Test script that checks if zlib was statically linked to executable"""
import subprocess
import sys

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
import tachyon

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import subprocess, sys

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import subprocess, sys

@ -1,3 +1,3 @@
#!/usr/bin/env python
#!/usr/bin/env python3
print('1')

Loading…
Cancel
Save