summaryrefslogtreecommitdiffstats
path: root/dev-python/PyAutoGUI
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-09-01 00:00:32 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-09-01 00:00:32 +0200
commitca9627e70852f6b2e835660df870fe3ab405882d (patch)
tree0a008b1d5b16fa0679a195ed7b5662c7891f591c /dev-python/PyAutoGUI
downloaddarklin4-ca9627e70852f6b2e835660df870fe3ab405882d.tar.gz
darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.tar.bz2
darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.tar.xz
darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.zip
Initial import
Diffstat (limited to 'dev-python/PyAutoGUI')
-rw-r--r--dev-python/PyAutoGUI/Manifest1
-rw-r--r--dev-python/PyAutoGUI/PyAutoGUI-0.9.31-r1.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/PyAutoGUI/Manifest b/dev-python/PyAutoGUI/Manifest
new file mode 100644
index 0000000..a586c87
--- /dev/null
+++ b/dev-python/PyAutoGUI/Manifest
@@ -0,0 +1 @@
+EBUILD PyAutoGUI-0.9.31-r1.ebuild 551 SHA256 b691ee708286ef6fbff11a4eb68e1d54c415c9d85d8dfff1e3ba8722f5cfa470 SHA512 2b9c51b043d9d02cbc495d64cb56d58542db3dd18f18cf6934a59b2200d30ef5391f3b0bb999d4e1c6d6debceb350072ad2a65c8a9ad15ddcc49953219fc6207 WHIRLPOOL 54cd728acde7b05500490e55850f88f1d00aa4a05dd834af589563ee24d4206a57d1973690eb291639536d97c5a508ee60d0739f5684ded96ec40c3c726df3a8
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"
+