blob: ba1e70d941ee4a8c847876e59412e73120eacf70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# automatically generated by g-sorcery
# please do not edit this file
EAPI=5
REALNAME="PyAutoGUI"
REALVERSION="0.9.31"
REPO_URI="https://pypi.org/packages/source/${REALNAME:0:1}/${REALNAME}/"
SOURCEFILE="${REALNAME}-${REALVERSION}.zip"
PYTHON_COMPAT=( python{2_7,2_7,2_7,3_3,3_4,3_5,3_3,3_3,3_4} )
inherit gs-pypi
DESCRIPTION="A cross-platform module for GUI automation for human beings. Control the keyboard and mouse from a Python script."
HOMEPAGE="https://github.com/asweigart/pyautogui"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
|