summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cf1ca7574d6..217081f1b072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,23 @@
pkgbase = python-pyautogui
pkgdesc = A cross-platform GUI automation Python module for human beings
pkgver = 0.9.52
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/asweigart/pyautogui
arch = any
license = BSD
+ makedepends = python
makedepends = python-setuptools
- depends = python-pymsgbox
- depends = python-pyscreeze
- depends = python-pytweening
- depends = python-mouseinfo
- source = https://pypi.org/packages/source/P/PyAutoGUI/PyAutoGUI-0.9.52.tar.gz
+ depends = python-xlib
+ depends = python-pillow
+ optdepends = tk: windowing tool kit
+ optdepends = scrot: screenshot tool
+ optdepends = python-pyscreeze: screenshot tool
+ optdepends = python-pytweening: tweening / easing functions support
+ optdepends = python-mouseinfo: display XY position and RGB color information for the pixel currently under the mouse.
+ optdepends = python-pymsgbox: display message boxes
+ provides = python-pyautogui
+ conflicts = python-pyautogui-git
+ source = https://files.pythonhosted.org/packages/source/P/PyAutoGUI/PyAutoGUI-0.9.52.tar.gz
sha256sums = a486cb6b818bcbcdf98b48d010c7cee964134fa394b756e8ce6e50d43b58ecc8
pkgname = python-pyautogui