Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2655d2ece1222d99ce15aa05058f2d26b1419b41)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2655d2ece1222d99ce15aa05058f2d26b1419b41)
  • Date: Sun, 9 Oct 2011 12:42:59 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
gnome3-libs/pygobject3/BUILD | 2 ++
gnome3-libs/pygobject3/CONFLICTS | 1 +
gnome3-libs/pygobject3/DEPENDS | 7 +++++++
gnome3-libs/pygobject3/DETAILS | 19 +++++++++++++++++++
gnome3-libs/pygobject3/HISTORY | 2 ++
gnome3-libs/pygobject3/pygobject-3.0.1.tar.bz2.sig |binary
7 files changed, 34 insertions(+)

New commits:
commit 2655d2ece1222d99ce15aa05058f2d26b1419b41
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gnome3-libs/pygobject3: new spell, Python bindings for the GObject

diff --git a/ChangeLog b/ChangeLog
index a00c445..9ab2188 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-10-09 Ladislav Hagara <hgr AT vabo.cz>
+ * gnome3-libs/pygobject3: new spell, Python bindings for the GObject
+
2011-10-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* qgis: desktop geographic information system application
* grass-gdal: grass plugin for gdal
diff --git a/gnome3-libs/pygobject3/BUILD b/gnome3-libs/pygobject3/BUILD
new file mode 100755
index 0000000..c7d76f3
--- /dev/null
+++ b/gnome3-libs/pygobject3/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS --enable-thread" &&
+default_build
diff --git a/gnome3-libs/pygobject3/CONFLICTS
b/gnome3-libs/pygobject3/CONFLICTS
new file mode 100755
index 0000000..15d152e
--- /dev/null
+++ b/gnome3-libs/pygobject3/CONFLICTS
@@ -0,0 +1 @@
+conflicts pygtk
diff --git a/gnome3-libs/pygobject3/DEPENDS b/gnome3-libs/pygobject3/DEPENDS
new file mode 100755
index 0000000..559fd57
--- /dev/null
+++ b/gnome3-libs/pygobject3/DEPENDS
@@ -0,0 +1,7 @@
+depends python &&
+depends glib2 &&
+
+optional_depends gobject-introspection \
+ "--enable-introspection" \
+ "--disable-introspection" \
+ "to enable introspection"
diff --git a/gnome3-libs/pygobject3/DETAILS b/gnome3-libs/pygobject3/DETAILS
new file mode 100755
index 0000000..3937b6e
--- /dev/null
+++ b/gnome3-libs/pygobject3/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pygobject3
+ VERSION=3.0.1
+ PATCHLEVEL=0
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ SOURCE=pygobject-$VERSION.tar.bz2
+ SOURCE_URL[0]=$GNOME_URL/sources/pygobject/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/pygobject-$VERSION"
+ WEB_SITE=http://www.pygtk.org/
+ LICENSE[0]=LGPL
+ ENTERED=20111009
+ SHORT="Python bindings for the GObject"
+cat << EOF
+Bindings for the GObject, to be used in Python. It is a fairly
+complete set of bindings, it's already rather useful, and is
+usable to write moderately complex programs. (see the examples
+directory for some examples of the simpler programs you could
+write).
+EOF
diff --git a/gnome3-libs/pygobject3/HISTORY b/gnome3-libs/pygobject3/HISTORY
new file mode 100644
index 0000000..664f3d1
--- /dev/null
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -0,0 +1,2 @@
+2011-10-09 Ladislav Hagara <hgr AT vabo.cz>
+ * *: spell created, based on pygobject
diff --git a/gnome3-libs/pygobject3/pygobject-3.0.1.tar.bz2.sig
b/gnome3-libs/pygobject3/pygobject-3.0.1.tar.bz2.sig
new file mode 100644
index 0000000..2c60448
Binary files /dev/null and
b/gnome3-libs/pygobject3/pygobject-3.0.1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2655d2ece1222d99ce15aa05058f2d26b1419b41), Ladislav Hagara, 10/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page