[Lunar-commits] <moonbase-other> pyatspi: Python bindings for at-spi.
Florin Braescu
florin at lunar-linux.org
Sun Feb 10 20:33:09 CET 2013
commit 584518187750ffa8fb45ba08071e67d6ee7d2299
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 10 Feb 2013 11:33:09 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/584518187750ffa8fb45ba08071e67d6ee7d2299
pyatspi: Python bindings for at-spi.
---
python/pyatspi/DEPENDS | +2/-0
python/pyatspi/DETAILS | +13/-0
2 files changed, 15 insertions(+)
--- /dev/null
+++ b/python/pyatspi/DEPENDS
@@ -0,0 +1,2 @@
+depends pygobject
+depends at-spi2-core
--- /dev/null
+++ b/python/pyatspi/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=pyatspi
+ VERSION=2.6.0
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=http://download.gnome.org/sources/$MODULE/${VERSION::3}
+ SOURCE_VFY=sha1:9fd714fe8e7bfee24eef7aeabcca8b13992ec482
+ WEB_SITE=http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
+ ENTERED=20130210
+ UPDATED=20120210
+ SHORT="Python bindings for at-spi"
+
+cat << EOF
+Python bindings for at-spi.
+EOF
More information about the Lunar-commits
mailing list