pyqt-builder ver. bump

This commit is contained in:
Rmys
2024-06-09 11:51:30 +03:00
parent c7617f7b54
commit 05e8129152
3 changed files with 24 additions and 6 deletions
@@ -4,13 +4,16 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools, get
WorkDir="pyqt_builder-%s" % get.srcVERSION()
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
python3modules.install()
pisitools.dodoc("ChangeLog", "LICENSE*", "README*")