pythn-pygobject3:ver bump

This commit is contained in:
blue-devil
2020-03-12 00:40:19 +03:00
parent 67e098f376
commit 8dfe21c79a
3 changed files with 34 additions and 25 deletions
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
@@ -24,4 +24,4 @@ def install():
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("COP*", "NEWS", "README*")
pisitools.dodoc("COP*", "NEWS", "README*")