summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/pygobject3/DETAILS
diff options
context:
space:
mode:
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..a41e5fc5e3
--- /dev/null
+++ b/gnome3-libs/pygobject3/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pygobject3
+ VERSION=3.0.3
+ PATCHLEVEL=0
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ SOURCE=pygobject-$VERSION.tar.xz
+ 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