summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorPumpkinCheshire2020-11-02 15:34:06 +1100
committerPumpkinCheshire2020-11-02 15:34:06 +1100
commitaf2b95ed03a38bf5aa87c9fbc811d067b2c4c563 (patch)
treea13ae95611cf405074f49d0a8b67ca449bc8abd0 /.SRCINFO
parenta4dd3fa07a65e4d30df7b52e189c243d73a7d71b (diff)
downloadaur-af2b95ed03a38bf5aa87c9fbc811d067b2c4c563.tar.gz
Adopt this package, put some depends to optdepends.
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