[Lunar-commits] <moonbase-other> pygobject: move it from gnome3 repo.

Florin Braescu florin at lunar-linux.org
Wed Nov 12 12:13:37 CET 2014


commit 1243ebc8dfcd5677e2b8065e0b9c67c96538efb1
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 12 Nov 2014 13:13:15 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/1243ebc8dfcd5677e2b8065e0b9c67c96538efb1

pygobject: move it from gnome3 repo.
---
  python/pygobject/BUILD     | +10/-0    
  python/pygobject/CONFIGURE | +1/-0     
  python/pygobject/DEPENDS   | +4/-0     
  python/pygobject/DETAILS   | +17/-0    
  4 files changed, 32 insertions(+)

--- /dev/null
+++ b/python/pygobject/BUILD
@@ -0,0 +1,10 @@
+if [ "`get_module_config DOCS`" = "n" ] ; then
+  sedit "s/SUBDIRS = docs codegen/SUBDIRS = codegen/g" Makefile.in
+fi  &&
+
+# ignore unrecognized format function type warning
+sedit 's:CFLAGS="$CFLAGS -Werror=format"::' configure &&
+
+OPTS+=" --with-python=python2" &&
+
+default_build
--- /dev/null
+++ b/python/pygobject/CONFIGURE
@@ -0,0 +1 @@
+mquery DOCS "Build docs?" n
--- /dev/null
+++ b/python/pygobject/DEPENDS
@@ -0,0 +1,4 @@
+depends  glib-2
+depends  Python
+depends  pycairo
+depends  gobject-introspection
--- /dev/null
+++ b/python/pygobject/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=pygobject
+         VERSION=3.14.0
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+      SOURCE_VFY=sha256:779effa93f4b59cdb72f4ab0128fb3fd82900bf686193b570fd3a8ce63392d54
+        WEB_SITE=http://www.pygtk.org
+         ENTERED=20050319
+         UPDATED=20141017
+           SHORT="Python bindings for GObject"
+
+cat << EOF
+PyGObject provides a convenient wrapper for the GObject+ library for
+use in Python programs, and takes care of many of the boring details
+such as managing memory and type casting.  When combined with PyGTK,
+PyORBit and gnome-python, it can be used to write full featured GNOME
+applications.
+EOF




More information about the Lunar-commits mailing list