diff options
Diffstat (limited to 'dev-python/PyAutoGUI/PyAutoGUI-0.9.31-r1.ebuild')
-rw-r--r-- | dev-python/PyAutoGUI/PyAutoGUI-0.9.31-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/PyAutoGUI/PyAutoGUI-0.9.31-r1.ebuild b/dev-python/PyAutoGUI/PyAutoGUI-0.9.31-r1.ebuild new file mode 100644 index 0000000..01d4112 --- /dev/null +++ b/dev-python/PyAutoGUI/PyAutoGUI-0.9.31-r1.ebuild @@ -0,0 +1,21 @@ +# automatically generated by g-sorcery +# please do not edit this file + +EAPI=5 + +REALNAME="PyAutoGUI" +REALVERSION="0.9.31" +REPO_URI="http://pypi.python.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" + |