diff --git a/programming/language/python3/python3-cups/actions.py b/programming/language/python3/python3-cups/actions.py new file mode 100644 index 0000000000..b594c3b866 --- /dev/null +++ b/programming/language/python3/python3-cups/actions.py @@ -0,0 +1,19 @@ +#!/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 pisitools +from pisi.actionsapi import autotools +from pisi.actionsapi import get + +def build(): + pisitools.dosed("Makefile", "python", "python3") + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "NEWS", "README", "TODO", "examples/cupstree.py") diff --git a/programming/language/python3/python3-cups/pspec.xml b/programming/language/python3/python3-cups/pspec.xml new file mode 100644 index 0000000000..9c4742a33b --- /dev/null +++ b/programming/language/python3/python3-cups/pspec.xml @@ -0,0 +1,42 @@ + + + + + python3-cups + http://cyberelk.net/tim/software/pycups + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + Python3 interface to the CUPS API + python3-cups contains python3 bindings to wrap the CUPS API. + http://cyberelk.net/tim/data/pycups/pycups-1.9.73.tar.bz2 + + cups-devel + python3-devel + + + + + python3-cups + + cups + + + /usr/lib + /usr/share/doc + + + + + + 2017-01-25 + 1.9.73 + First Relase + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/programming/language/python3/python3-cups/translations.xml b/programming/language/python3/python3-cups/translations.xml new file mode 100644 index 0000000000..4821a4319a --- /dev/null +++ b/programming/language/python3/python3-cups/translations.xml @@ -0,0 +1,8 @@ + + + + python3-cups + CUPS programlama arayüzü için Python3 desteği + python3-cups, CUPS programlama arayüzü için Python3 bağlayıcıları içeren bir pakettir. + +