diff --git a/programming/language/python/python-cups/actions.py b/programming/language/python/python-cups/actions.py new file mode 100644 index 0000000000..bc5f55f599 --- /dev/null +++ b/programming/language/python/python-cups/actions.py @@ -0,0 +1,18 @@ +#!/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(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "NEWS", "README", "TODO", "examples/cupstree.py") diff --git a/programming/language/python/python-cups/pspec.xml b/programming/language/python/python-cups/pspec.xml new file mode 100644 index 0000000000..ec0837c278 --- /dev/null +++ b/programming/language/python/python-cups/pspec.xml @@ -0,0 +1,56 @@ + + + + + python-cups + http://cyberelk.net/tim/software/pycups + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + Python interface to the CUPS API + python-cups contains python bindings to wrap the CUPS API. + http://cyberelk.net/tim/data/pycups/pycups-1.9.72.tar.bz2 + + cups-devel + python-devel + + + + + python-cups + + cups + + + /usr/lib + /usr/share/doc + + + + + + 2015-06-21 + 1.9.72 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2013-11-06 + 1.9.63 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-11-11 + 1.9.62 + First release + Erdinç Gültekin + admins@pisilinux.org + + + diff --git a/programming/language/python/python-cups/translations.xml b/programming/language/python/python-cups/translations.xml new file mode 100644 index 0000000000..2ad201c1d4 --- /dev/null +++ b/programming/language/python/python-cups/translations.xml @@ -0,0 +1,8 @@ + + + + python-cups + CUPS programlama arayüzü için Python desteği + python-cups, CUPS programlama arayüzü için Python bağlayıcıları içeren bir pakettir. + +