python-pygobject3:ver bump

This commit is contained in:
blue-devil
2020-05-19 01:23:10 +03:00
parent 881814b58e
commit b7e560ed85
2 changed files with 26 additions and 20 deletions
@@ -4,16 +4,15 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. --prefix=/usr -Dpython=python2.7")
shelltools.system("meson .. --prefix=/usr -Dpython=python2.7")
def build():
shelltools.cd("build")