diff --git a/programming/language/python/python-cairo/actions.py b/programming/language/python/python-cairo/actions.py
index 01d21ad075..ed032747d1 100644
--- a/programming/language/python/python-cairo/actions.py
+++ b/programming/language/python/python-cairo/actions.py
@@ -8,16 +8,13 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
-
-shelltools.export("JOBS", get.makeJOBS().replace("-j", ""))
+from pisi.actionsapi import pythonmodules
def setup():
- shelltools.system("python waf configure --prefix=/usr")
-
-def build():
- shelltools.system("python waf build -v")
-
+ pythonmodules.compile()
+
+
def install():
- shelltools.system("DESTDIR=%s python waf install" % get.installDIR())
+ pythonmodules.install()
- pisitools.dodoc("AUTHORS", "COPYING", "README","COPYING-*")
\ No newline at end of file
+ pisitools.dodoc("COPYING*", "README*","NEWS*")
diff --git a/programming/language/python/python-cairo/pspec.xml b/programming/language/python/python-cairo/pspec.xml
index d20276774a..71ecc36723 100644
--- a/programming/language/python/python-cairo/pspec.xml
+++ b/programming/language/python/python-cairo/pspec.xml
@@ -12,7 +12,7 @@
library
Python wrapper for cairo graphics library
Pycairo is set of Python bindings for the cairo graphics library.
- http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2
+ https://github.com/pygobject/pycairo/releases/download/v1.16.2/pycairo-1.16.2.tar.gz
cairo-devel
python-devel
@@ -46,6 +46,13 @@
+
+ 2018-02-25
+ 1.16.2
+ Rebuild for new toolchain
+ Pisi Linux Community
+ admin@pisilinux.org
+
2017-01-25
1.10.0