diff --git a/programming/language/python/python-pygobject3/actions.py b/programming/language/python/python-pygobject3/actions.py
index bf32a9fab5..538775e63e 100755
--- a/programming/language/python/python-pygobject3/actions.py
+++ b/programming/language/python/python-pygobject3/actions.py
@@ -11,33 +11,16 @@ from pisi.actionsapi import get
def setup():
pisitools.dosed("configure", "-Werror=format", "#-Werror=format")
- shelltools.makedirs("build-python2")
- shelltools.makedirs("build-python3")
- shelltools.cd("build-python3")
- shelltools.export("PYTHON", "/usr/bin/python3.4")
- shelltools.system("../configure --prefix=/usr \
- --localstatedir=/var \
- --disable-static")
-
- shelltools.cd("../build-python2")
shelltools.export("PYTHON", "/usr/bin/python2.7")
- shelltools.system("../configure --prefix=/usr \
+ shelltools.system("./configure --prefix=/usr \
--localstatedir=/var \
--disable-static")
def build():
- shelltools.cd("build-python3")
- autotools.make()
-
- shelltools.cd("../build-python2")
autotools.make()
def install():
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
- shelltools.cd("build-python3")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
- shelltools.cd("../build-python2")
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
\ No newline at end of file
diff --git a/programming/language/python/python-pygobject3/pspec.xml b/programming/language/python/python-pygobject3/pspec.xml
index 505bd3b756..cce6e202a5 100755
--- a/programming/language/python/python-pygobject3/pspec.xml
+++ b/programming/language/python/python-pygobject3/pspec.xml
@@ -16,9 +16,7 @@
libffi-devel
python-devel
- python3-devel
python-cairo-devel
- python3-cairo-devel
gobject-introspection-devel
glib2-devel
@@ -36,38 +34,24 @@
/usr/share/doc
+ /usr/share/pygobject
/usr/lib/python2.7
/usr/lib/libpyglib-gi-2.0-python2.7.so*
-
- python3-pygobject3
- python3 için pygobject3
-
- cairo
- glib2
- libffi
- python3-cairo
- gobject-introspection
-
-
- /usr/lib/python3.4
- /usr/lib/libpyglib-gi-2.0-python3.4.so*
-
-
-
python-pygobject3-devel
pygobject development files
python-pygobject3
gobject-introspection-devel
+ glib2-devel
+ libffi-devel
/usr/include
/usr/lib/pkgconfig
- /usr/share/pygobject
diff --git a/programming/language/python/python-pygobject3/translations.xml b/programming/language/python/python-pygobject3/translations.xml
index 23135d23ea..1f73b8e92a 100755
--- a/programming/language/python/python-pygobject3/translations.xml
+++ b/programming/language/python/python-pygobject3/translations.xml
@@ -7,13 +7,8 @@
pygobject, Python için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.
-
- python3-pygobject3
- python3 için pygobject geliştirme dosyaları
-
-
python-pygobject3-devel
pygobject geliştirme dosyaları
-
\ No newline at end of file
+
diff --git a/programming/language/python3/python3-pygobject3/actions.py b/programming/language/python3/python3-pygobject3/actions.py
new file mode 100755
index 0000000000..ae65d87c45
--- /dev/null
+++ b/programming/language/python3/python3-pygobject3/actions.py
@@ -0,0 +1,25 @@
+#!/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
+
+def setup():
+ pisitools.dosed("configure", "-Werror=format", "#-Werror=format")
+ shelltools.export("PYTHON", "/usr/bin/python3.4")
+ shelltools.system("./configure --prefix=/usr \
+ --localstatedir=/var \
+ --disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
+
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/programming/language/python3/python3-pygobject3/pspec.xml b/programming/language/python3/python3-pygobject3/pspec.xml
new file mode 100755
index 0000000000..9c04c74334
--- /dev/null
+++ b/programming/language/python3/python3-pygobject3/pspec.xml
@@ -0,0 +1,88 @@
+
+
+
+
+ python3-pygobject3
+ http://www.pygtk.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ Glib bindings for Python3
+ pygobject is GLib's GObject library bindings for Python3.
+ http://ftp.acc.umu.se/pub/GNOME/sources/pygobject/3.22/pygobject-3.22.0.tar.xz
+
+ libffi-devel
+ python3-devel
+ python3-cairo-devel
+ gobject-introspection-devel
+ glib2-devel
+
+
+
+
+ python3-pygobject3
+ python3 için pygobject3
+
+ cairo
+ glib2
+ libffi
+ python3-cairo
+ gobject-introspection
+
+
+ /usr/share/doc
+ /usr/share/pygobject
+ /usr/lib/python3.4
+ /usr/lib/libpyglib-gi-2.0-python3.4.so*
+
+
+
+
+ python3-pygobject3-devel
+ pygobject development files
+
+ python3-pygobject3
+ gobject-introspection-devel
+ glib2-devel
+ libffi-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2017-01-25
+ 3.22.0
+ Version Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2016-06-09
+ 3.18.2
+ Release Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2016-05-27
+ 3.18.2
+ Release bump
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2016-05-08
+ 3.18.2
+ First release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/programming/language/python3/python3-pygobject3/translations.xml b/programming/language/python3/python3-pygobject3/translations.xml
new file mode 100755
index 0000000000..f2682637ad
--- /dev/null
+++ b/programming/language/python3/python3-pygobject3/translations.xml
@@ -0,0 +1,14 @@
+
+
+
+ python3-pygobject3
+ glib için python3 bağlayıcıları
+ Bindings (liens) glib pour Python3.
+ pygobject, Python3 için yazılmış, Glib'in GObject kütüphanesi bağlayıcısıdır.
+
+
+
+ python3-pygobject3-devel
+ pygobject geliştirme dosyaları
+
+