summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/pygobject3
diff options
context:
space:
mode:
authorLadislav Hagara2011-10-09 19:38:14 +0200
committerLadislav Hagara2011-10-09 19:38:14 +0200
commit2655d2ece1222d99ce15aa05058f2d26b1419b41 (patch)
treeca67c8185f41ea4e87f2afe6e5527b5644d0d1ab /gnome3-libs/pygobject3
parentd6527548de37ede84afe1d22d32c8db4528d41ab (diff)
gnome3-libs/pygobject3: new spell, Python bindings for the GObject
Diffstat (limited to 'gnome3-libs/pygobject3')
-rwxr-xr-xgnome3-libs/pygobject3/BUILD2
-rwxr-xr-xgnome3-libs/pygobject3/CONFLICTS1
-rwxr-xr-xgnome3-libs/pygobject3/DEPENDS7
-rwxr-xr-xgnome3-libs/pygobject3/DETAILS19
-rw-r--r--gnome3-libs/pygobject3/HISTORY2
-rw-r--r--gnome3-libs/pygobject3/pygobject-3.0.1.tar.bz2.sigbin0 -> 287 bytes
6 files changed, 31 insertions, 0 deletions
diff --git a/gnome3-libs/pygobject3/BUILD b/gnome3-libs/pygobject3/BUILD
new file mode 100755
index 0000000000..c7d76f3f05
--- /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 0000000000..15d152e3f1
--- /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 0000000000..559fd57394
--- /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 0000000000..3937b6e2cb
--- /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 0000000000..664f3d1ff6
--- /dev/null
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -0,0 +1,2 @@
+2011-10-09 Ladislav Hagara <hgr@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 0000000000..2c60448efc
--- /dev/null
+++ b/gnome3-libs/pygobject3/pygobject-3.0.1.tar.bz2.sig
Binary files differ