diff --git a/programming/language/python/python-cairo/actions.py b/programming/language/python/python-cairo/actions.py
index ed032747d1..d0c4ec4d77 100644
--- a/programming/language/python/python-cairo/actions.py
+++ b/programming/language/python/python-cairo/actions.py
@@ -4,17 +4,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
-from pisi.actionsapi import autotools
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import get
-from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
-def setup():
+def build():
+ # fix unused dependency analysis
+ shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile()
-
def install():
- pythonmodules.install()
-
- pisitools.dodoc("COPYING*", "README*","NEWS*")
+ pythonmodules.install()
\ No newline at end of file
diff --git a/programming/language/python/python-cairo/pspec.xml b/programming/language/python/python-cairo/pspec.xml
index 71181cdccc..7bd968fd67 100644
--- a/programming/language/python/python-cairo/pspec.xml
+++ b/programming/language/python/python-cairo/pspec.xml
@@ -1,5 +1,5 @@
-
+
python-cairo
@@ -9,22 +9,22 @@
admins@pisilinux.org
GPLv2
+ programming.language.python
library
Python wrapper for cairo graphics library
Pycairo is set of Python bindings for the cairo graphics library.
- https://github.com/pygobject/pycairo/releases/download/v1.17.0/pycairo-1.17.0.tar.gz
+ https://github.com/pygobject/pycairo/releases/download/v1.18.2/pycairo-1.18.2.tar.gz
- cairo-devel
python-devel
- libtool
+ cairo-devel
python-cairo
+ Python wrapper for cairo graphics library
cairo
- python
/usr/lib
@@ -46,6 +46,13 @@
+
+ 2020-01-17
+ 1.18.2
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2018-07-31
1.17.0
@@ -82,4 +89,4 @@
burakerturk@pisilinux.org
-
+
\ No newline at end of file
diff --git a/programming/language/python/python-cairo/translations.xml b/programming/language/python/python-cairo/translations.xml
index bfba25017f..4c3434f644 100644
--- a/programming/language/python/python-cairo/translations.xml
+++ b/programming/language/python/python-cairo/translations.xml
@@ -3,11 +3,13 @@
python-cairo
Cairo vektörel grafik kitaplığı için Python bağlayıcıları
+ python-cairo, Cairo vektörel grafik kitaplığı için Python bağlayıcıları sunar.
wrapper (version enrobée) Python de la librairie de graphisme vectoriel cairo.
python-cairo-devel
python-cairo için geliştirme dosyaları
+ python-cairo-devel, python-cairo için geliştirme dosyalarını içerir.
-
+
\ No newline at end of file