diff --git a/programming/language/python3/python3-cairo/actions.py b/programming/language/python3/python3-cairo/actions.py index bd2aa13ac9..10f7e63d8f 100644 --- a/programming/language/python3/python3-cairo/actions.py +++ b/programming/language/python3/python3-cairo/actions.py @@ -5,13 +5,16 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import get +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools +from pisi.actionsapi import get def setup(): + # fix unused dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") pythonmodules.compile(pyVer = "3") def install(): pythonmodules.install(pyVer = "3") - pisitools.dodoc("COPYING*", "README*","COPYING*") + pisitools.dodoc("COPYING*", "README*","COPYING*") \ No newline at end of file diff --git a/programming/language/python3/python3-cairo/pspec.xml b/programming/language/python3/python3-cairo/pspec.xml index e3bf6d6808..e221ab1292 100644 --- a/programming/language/python3/python3-cairo/pspec.xml +++ b/programming/language/python3/python3-cairo/pspec.xml @@ -1,5 +1,5 @@ - + python3-cairo @@ -8,22 +8,24 @@ PisiLinux Community admins@pisilinux.org + programming.language.python3 GPLv2 library Python3 wrapper for cairo graphics library Pycairo is set of Python3 bindings for the cairo graphics library. - https://github.com/pygobject/pycairo/releases/download/v1.18.2/pycairo-1.18.2.tar.gz + https://github.com/pygobject/pycairo/archive/v1.19.0.tar.gz python3-devel cairo-devel - + python3-cairo + Python3 wrapper for cairo graphics library python3 cairo @@ -49,7 +51,14 @@ - + + 2020-01-29 + 1.19.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + 2020-01-07 1.18.2 Version Bump @@ -99,4 +108,4 @@ alihan@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/python3-cairo/translations.xml b/programming/language/python3/python3-cairo/translations.xml index 4210a6d984..630ca10bd4 100644 --- a/programming/language/python3/python3-cairo/translations.xml +++ b/programming/language/python3/python3-cairo/translations.xml @@ -3,11 +3,13 @@ python3-cairo Cairo vektörel grafik kitaplığı için Python3 bağlayıcıları + python3-cairo, Cairo vektörel grafik kitaplığı için Python bağlayıcıları sunar. wrapper (version enrobée) Python3 de la librairie de graphisme vectoriel cairo. python3-cairo-devel python3-cairo için geliştirme dosyaları + python3-cairo-devel, python3-cairo için geliştirme dosyalarını içerir. \ No newline at end of file