[pygobject] Updated DOAP file



commit 91ec337359720839862d3f5a8a0ea98f760a0752
Author: Sebastian Pölsterl <sebp k-d-w org>
Date:   Mon Apr 18 18:36:25 2011 +0200

    Updated DOAP file

 pygobject.doap |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/pygobject.doap b/pygobject.doap
index 3ae8fd5..800414a 100644
--- a/pygobject.doap
+++ b/pygobject.doap
@@ -6,9 +6,24 @@
 
   <name xml:lang="en">PyGObject</name>
   <shortdesc xml:lang="en">Python bindings GLib and GObject</shortdesc>
+  <description>
+GObject is a object system library used by GTK+ and GStreamer.
+
+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.
+
+Like the GObject library itself PyGObject is licensed under the GNU
+LGPL, so is suitable for use in both free software and proprietary
+applications. It is already in use in many applications ranging from
+small single purpose scripts up to large full featured applications.
+  </description>
   <homepage rdf:resource="http://live.gnome.org/PyGObject"; />
   <mailing-list rdf:resource="http://www.daa.com.au/mailman/listinfo/pygtk"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#bindings"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/pygobject/"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=pygobject"; />
 
   <maintainer>
     <foaf:Person>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]