diff --git a/programming/language/python/python-cairo/actions.py b/programming/language/python/python-cairo/actions.py deleted file mode 100644 index 01d21ad075..0000000000 --- a/programming/language/python/python-cairo/actions.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/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.system("python waf configure --prefix=/usr") - -def build(): - shelltools.system("python waf build -v") - -def install(): - shelltools.system("DESTDIR=%s python waf install" % get.installDIR()) - - pisitools.dodoc("AUTHORS", "COPYING", "README","COPYING-*") \ No newline at end of file diff --git a/programming/language/python/python-cairo/pspec.xml b/programming/language/python/python-cairo/pspec.xml deleted file mode 100644 index db19525fc8..0000000000 --- a/programming/language/python/python-cairo/pspec.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - python-cairo - http://cairographics.org/pycairo - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - library - Python wrapper for cairo graphics library - Pycairo is set of Python bindings for the cairo graphics library. - http://cairographics.org/releases/py2cairo-1.10.0.tar.bz2 - - cairo-devel - - - - - - - - python-cairo - - cairo - - - /usr/lib - /usr/share/doc - - - - - python-cairo-devel - Development files for python-cairo - - python-cairo - cairo-devel - - - /usr/include - /usr/lib/pkgconfig - - - - - - 2014-06-01 - 1.10.0 - rebuild - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2013-11-05 - 1.10.0 - Version bump - Burak Fazıl Ertürk - burakerturk@pisilinux.org - - - 2010-10-13 - 1.8.10 - First release - Pisi Linux Admins - admins@pisilinux.org - - - diff --git a/programming/language/python/python-cairo/translations.xml b/programming/language/python/python-cairo/translations.xml deleted file mode 100644 index bfba25017f..0000000000 --- a/programming/language/python/python-cairo/translations.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - python-cairo - Cairo vektörel grafik kitaplığı için Python bağlayıcıları - wrapper (version enrobée) Python de la librairie de graphisme vectoriel cairo. - - - - python-cairo-devel - python-cairo için geliştirme dosyaları - - diff --git a/programming/language/python/python-gtk/actions.py b/programming/language/python/python-gtk/actions.py deleted file mode 100644 index 1f15a6a321..0000000000 --- a/programming/language/python/python-gtk/actions.py +++ /dev/null @@ -1,32 +0,0 @@ -#!/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 pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - -WorkDir = "pygtk-%s" % (get.srcVERSION()) - -def setup(): - shelltools.unlink("py-compile" ) - shelltools.sym("/bin/true", "%s/py-compile" % get.curDIR()) - - autotools.configure("--enable-thread \ - --disable-docs") - - shelltools.touch("%s/style.css" % get.curDIR()) - pisitools.dosed("docs/Makefile", "CSS_FILES = .*", "CSS_FILES = %s/style.css" % get.curDIR()) - - pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("AUTHORS", "ChangeLog", "MAPPING", "NEWS", "README", "THREADS", "TODO") diff --git a/programming/language/python/python-gtk/pspec.xml b/programming/language/python/python-gtk/pspec.xml deleted file mode 100644 index f9defa28e5..0000000000 --- a/programming/language/python/python-gtk/pspec.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - python-gtk - http://www.pygtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - GTK+ bindings for Python - python-gtk lets you to easily create programs with a graphical user interface using the Python programming language and GTK+ library. - mirrors://gnome/pygtk/2.24/pygtk-2.24.0.tar.bz2 - - cairo-devel - pango-devel - atk-devel - gtk2-devel - libglade-devel - python-pygobject-devel - python-cairo-devel - python-numpy - - - - - python-gtk - - cairo - pango - atk - gtk2 - libglade - gdk-pixbuf - python-pygobject - python-cairo - python-numpy - - - /usr/lib - /usr/share/doc - - - - - python-gtk-demo - app:gui - Demo applications for python-gtk - - python-gtk - - - /usr/bin/pygtk-demo - /usr/lib/pygtk/2.0/pygtk-demo.py - /usr/lib/pygtk/2.0/demos - - - - - python-gtk-docs - data:doc - Reference documents for python-gtk - - python-gtk - - - /usr/share/gtk-doc - - - - - python-gtk-devel - Development files for python-gtk - - python-gtk - python-pygobject-devel - gtk2-devel - - - /usr/bin/pygtk-codegen-2.0 - /usr/include - /usr/lib/pkgconfig - /usr/share/pygtk - - - - - - 2013-08-17 - 2.24.0 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2013-07-28 - 2.24.0 - Dep Fixed - PisiLinux Community - admins@pisilinux.org - - - 2012-11-11 - 2.24.0 - First release - Erdinç Gültekin - admins@pisilinux.org - - - \ No newline at end of file diff --git a/programming/language/python/python-gtk/translations.xml b/programming/language/python/python-gtk/translations.xml deleted file mode 100644 index c77b510540..0000000000 --- a/programming/language/python/python-gtk/translations.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - python-gtk - Python için GTK+ bağlayıcıları - python-gtk, Python programlama diliyle GTK+ kitaplığını kullanarak, basit grafiksel kullanıcı arayüzü oluşturmanızı sağlar. - Bindings (liens) GTK+2 pour Python. - - - - python-gtk-demo - python-gtk için demo uygulamalar - - - - python-gtk-docs - python-gtk için referans belgeleri - - - - python-gtk-devel - python-gtk için geliştirme dosyaları - - diff --git a/programming/language/python/python-pygobject/actions.py b/programming/language/python/python-pygobject/actions.py deleted file mode 100644 index f5ebc6a529..0000000000 --- a/programming/language/python/python-pygobject/actions.py +++ /dev/null @@ -1,28 +0,0 @@ -#!/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 pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - -WorkDir = "pygobject-%s" % get.srcVERSION() - -def setup(): - # autoreconf is for under linking problem - autotools.autoreconf("-fi") - autotools.configure("--disable-introspection") - - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - -def build(): - autotools.make() - -def install(): - autotools.install() - - #shelltools.chmod("%s/usr/share/pygobject/xsl/fixxref.py" % get.installDIR(), 0755) - pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "README") diff --git a/programming/language/python/python-pygobject/files/pygobject-2.16.1-fixdetection.patch b/programming/language/python/python-pygobject/files/pygobject-2.16.1-fixdetection.patch deleted file mode 100644 index 714144d620..0000000000 --- a/programming/language/python/python-pygobject/files/pygobject-2.16.1-fixdetection.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -p -up pygobject-2.16.1/pygtk.py.fixdetection pygobject-2.16.1/pygtk.py ---- pygobject-2.16.1/pygtk.py.fixdetection 2009-02-20 22:27:14.000000000 +0100 -+++ pygobject-2.16.1/pygtk.py 2009-02-23 09:44:55.000000000 +0100 -@@ -57,6 +57,9 @@ def _get_available_versions(): - # skip empty directories - if not os.listdir(pathname): - continue -+ # only accept directories containing gtk.py or gobject.so -+ if not glob.glob(os.path.join(pathname, "gtk.py")) and not glob.glob(os.path.join(pathname,"gobject.so")): -+ continue - - if not versions.has_key(filename[-3:]): - versions[filename[-3:]] = pathname diff --git a/programming/language/python/python-pygobject/pspec.xml b/programming/language/python/python-pygobject/pspec.xml deleted file mode 100644 index 787e2ceafe..0000000000 --- a/programming/language/python/python-pygobject/pspec.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - python-pygobject - http://www.pygtk.org - - PisiLinux Community - admins@pisilinux.org - - LGPLv2.1 - library - Glib bindings for Python - pygobject is GLib's GObject library bindings for Python. - http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-2.28.6.tar.xz - - cairo-devel - gobject-introspection-devel - libffi-devel - python-devel - - - pygobject-2.16.1-fixdetection.patch - - - - - python-pygobject - - glib2 - cairo - gobject-introspection - libffi - - - /usr/lib - /usr/share/doc - - - - - python-pygobject-devel - pygobject development files - - python-pygobject - gobject-introspection-devel - - - /usr/bin/pygobject-codegen-2.0 - /usr/include - /usr/lib/pkgconfig - /usr/share/pygobject - - - - - python-pygobject-docs - data:doc - API documents for pygobject - - /usr/share/gtk-doc - - - - - - 2012-10-14 - 2.28.6 - First release - PisiLinux Community - admins@pisilinux.org - - - diff --git a/programming/language/python/python-pygobject/translations.xml b/programming/language/python/python-pygobject/translations.xml deleted file mode 100644 index a4ee875e96..0000000000 --- a/programming/language/python/python-pygobject/translations.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - python-pygobject - glib için python bağlayıcıları - Bindings (liens) glib pour Python. - pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır. - - - - python-pygobject-devel - pygobject geliştirme dosyaları - - - - python-pygobject-docs - pygobject için API dökümanları - -