actions.py 435 B

123456789101112131415161718
  1. # -*- coding: utf-8 -*-
  2. #
  3. # Licensed under the GNU General Public License, version 3.
  4. # See the file http://www.gnu.org/licenses/gpl.txt
  5. from pisi.actionsapi import pythonmodules
  6. from pisi.actionsapi import pisitools
  7. from pisi.actionsapi import shelltools
  8. import glob
  9. def build():
  10. #pisitools.dosed("setup.py", "lrelease", "lrelease-qt6")
  11. pythonmodules.compile(pyVer="3")
  12. def install():
  13. pythonmodules.install(pyVer="3")