packages/x11-libs/dogtail/dogtail-0.7.0.exheres-0 (964B) - raw
1 # Copyright 2010 Dan Callaghan <djc@djc.id.au> 2 # Distributed under the terms of the GNU General Public License v2 3 4 require gtk-icon-cache distutils [ python_dep=2.4 ] 5 6 SUMMARY="Python GUI testing library, using AT-SPI" 7 DESCRIPTION=" 8 dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility 9 (a11y) technologies to communicate with desktop applications. dogtail scripts are written in 10 Python and executed like any other Python program. 11 " 12 HOMEPAGE="https://fedorahosted.org/dogtail/" 13 DOWNLOADS="https://fedorahosted.org/released/${PN}/${PNV}.tar.gz" 14 15 LICENCES="GPL-2" 16 SLOT="0" 17 PLATFORMS="~x86 ~amd64" 18 19 DEPENDENCIES=" 20 run: 21 gnome-platform/at-spi 22 gnome-bindings/gnome-python[gconf] 23 " 24 25 BUGS_TO="djc@djc.id.au" 26 27 src_unpack() { 28 default 29 edo sed -i -e "s@share/doc/${PN}/@share/doc/${PNV}/@" "${WORK}/setup.py" 30 } 31 32 src_test() { 33 : # pylint is not a real test 34 } 35 36 src_install() { 37 distutils_src_install 38 } 39