summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/pygobject3/DETAILS
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/DETAILS
parentd6527548de37ede84afe1d22d32c8db4528d41ab (diff)
gnome3-libs/pygobject3: new spell, Python bindings for the GObject
Diffstat (limited to 'gnome3-libs/pygobject3/DETAILS')
-rwxr-xr-xgnome3-libs/pygobject3/DETAILS19
1 files changed, 19 insertions, 0 deletions
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