1 2 3 4 5 6
#!/usr/bin/python3 import subprocess def start(pkgname): subprocess.call(['emerge', '--search', '--getbinpkg'] + list(pkgname))