diff --git a/programming/language/python3/python3-cairo/actions.py b/programming/language/python3/python3-cairo/actions.py new file mode 100755 index 0000000000..2a81c8075d --- /dev/null +++ b/programming/language/python3/python3-cairo/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# 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 + +shelltools.export("JOBS", get.makeJOBS().replace("-j", "")) + +def setup(): + shelltools.export("PYTHON","/usr/bin/python3") + shelltools.system("python3 ./waf configure --prefix=/usr --libdir=/usr/lib") + +def build(): + shelltools.system("python3 waf build -v") + +def install(): + shelltools.system("DESTDIR=%s python3 waf install" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING", "README","COPYING*") \ No newline at end of file diff --git a/programming/language/python3/python3-cairo/files/pycairo-1.10.0-waf-python3.4.patch b/programming/language/python3/python3-cairo/files/pycairo-1.10.0-waf-python3.4.patch new file mode 100755 index 0000000000..a7d17bb5db Binary files /dev/null and b/programming/language/python3/python3-cairo/files/pycairo-1.10.0-waf-python3.4.patch differ diff --git a/programming/language/python3/python3-cairo/pspec.xml b/programming/language/python3/python3-cairo/pspec.xml new file mode 100755 index 0000000000..2362f02f68 --- /dev/null +++ b/programming/language/python3/python3-cairo/pspec.xml @@ -0,0 +1,59 @@ + + + + + python3-cairo + http://cairographics.org/pycairo + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + Python3 wrapper for cairo graphics library + Pycairo is set of Python3 bindings for the cairo graphics library. + http://cairographics.org/releases/pycairo-1.10.0.tar.bz2 + + python3-devel + cairo-devel + + + pycairo-1.10.0-waf-python3.4.patch + + + + + python3-cairo + + python3 + cairo + + + /usr/lib + /usr/share/doc + + + + + python3-cairo-devel + Development files for python3-cairo + + python3-cairo + cairo-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2016-05-08 + 1.10.0 + First release + Alihan Öztürk + 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 new file mode 100755 index 0000000000..4210a6d984 --- /dev/null +++ b/programming/language/python3/python3-cairo/translations.xml @@ -0,0 +1,13 @@ + + + + python3-cairo + Cairo vektörel grafik kitaplığı için Python3 bağlayıcıları + wrapper (version enrobée) Python3 de la librairie de graphisme vectoriel cairo. + + + + python3-cairo-devel + python3-cairo için geliştirme dosyaları + + \ No newline at end of file