[pyatspi2] Update doap



commit 3a536bf9afa5427327054d23e333e8cf4714da97
Author: Mike Gorse <mgorse alum wpi edu>
Date:   Mon Sep 9 10:53:54 2019 -0500

    Update doap

 pyatspi2.doap | 26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/pyatspi2.doap b/pyatspi2.doap
index e564088..99fd725 100644
--- a/pyatspi2.doap
+++ b/pyatspi2.doap
@@ -6,7 +6,19 @@
 
   <name xml:lang="en">pyatspi2</name>
   <shortdesc xml:lang="en">Python client bindings for D-Bus AT-SPI.</shortdesc>
+  <description xml:lang="en">The Access Technology Service Provider Interface
+(AT-SPI) is a set of interfaces that allow access technologies such as screen
+readers to programmatically determine what is being displayed on the screen and
+simulate keyboard and mouse events. It can also be used for automated testing.
+
+The pyatspi2 module contains python bindings for the AT-SPI library found in
+the at-spi2-core module. Note that it is also possible to use libatspi more
+directly from python via gobject-introspection; this module mainly exists for
+historical reasons.</description>
   <homepage rdf:resource="http://www.linuxfoundation.org/en/Accessibility/ATK/AT-SPI/AT-SPI_on_D-Bus"/>
+  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/pyatspi2/issues/"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/pyatspi/"; />
   <mailing-list rdf:resource="https://lists.linux-foundation.org/mailman/listinfo/accessibility-atspi"/>
   <download-page rdf:resource="http://download.gnome.org/sources/pyatspi/"; />
 
@@ -17,18 +29,4 @@
       <gnome:userid>mgorse</gnome:userid>
     </foaf:Person>
   </maintainer>
-  <maintainer>
-    <foaf:Person>
-      <foaf:name>Li Yuan</foaf:name>
-      <foaf:mbox rdf:resource="mailto:lee yuan oracle com" />
-      <gnome:userid>liyuan</gnome:userid>
-    </foaf:Person>
-  </maintainer>
-  <maintainer>
-    <foaf:Person>
-      <foaf:name>Mark Doffman</foaf:name>
-      <foaf:mbox rdf:resource="mailto:mark doffman codethink co uk" />
-      <gnome:userid>markdoffman</gnome:userid>
-    </foaf:Person>
-  </maintainer>
 </Project>


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