evolution-data-server, folks, gnome-bluetooth, gnome-session, python3-dbusmock packaged

This commit is contained in:
Berk Çakar
2021-05-28 02:59:49 +03:00
parent 727383d21f
commit 1896a6b8da
15 changed files with 689 additions and 0 deletions
@@ -0,0 +1,15 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')