name: cleanup-python buildsystem: simple build-commands: - find /usr/ -type f \( -iname '*.pyc' -or -iname '*.pyo' \) -delete - find /usr/ -type d -name __pycache__ -delete