new python packages for mate-tweak

This commit is contained in:
2020-03-23 12:09:57 +03:00
parent 6388433ea2
commit 23213996c9
4 changed files with 118 additions and 0 deletions
@@ -0,0 +1,17 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
def check():
pythonmodules.compile("test", pyVer="3")
def install():
pythonmodules.install(pyVer="3")