mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
x11/py-pyautogui: New port: lets Python control the mouse and keyboard, and other GUI automation tasks
PyAutoGUI is a cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
This commit is contained in:
parent
435769a876
commit
fefa73016d
4 changed files with 32 additions and 0 deletions
|
@ -312,6 +312,7 @@
|
||||||
SUBDIR += py-i3-quickterm
|
SUBDIR += py-i3-quickterm
|
||||||
SUBDIR += py-i3ipc
|
SUBDIR += py-i3ipc
|
||||||
SUBDIR += py-mouseinfo
|
SUBDIR += py-mouseinfo
|
||||||
|
SUBDIR += py-pyautogui
|
||||||
SUBDIR += py-pynput
|
SUBDIR += py-pynput
|
||||||
SUBDIR += py-pyscreenshot
|
SUBDIR += py-pyscreenshot
|
||||||
SUBDIR += py-pyscreeze
|
SUBDIR += py-pyscreeze
|
||||||
|
|
26
x11/py-pyautogui/Makefile
Normal file
26
x11/py-pyautogui/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
PORTNAME= pyautogui
|
||||||
|
DISTVERSION= 0.9.53
|
||||||
|
CATEGORIES= x11 python
|
||||||
|
MASTER_SITES= PYPI
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= PyAutoGUI-${DISTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= acm@FreeBSD.org
|
||||||
|
COMMENT= lets Python control the mouse and keyboard, and other GUI automation tasks
|
||||||
|
WWW= https://github.com/asweigart/pyautogui/
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pymsgbox>0:devel/py-pymsgbox@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pytweening>0:devel/py-pytweening@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pyscreeze>0:x11/py-pyscreeze@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}mouseinfo>0:x11/py-mouseinfo@${PY_FLAVOR}
|
||||||
|
|
||||||
|
USES= python:3.6+
|
||||||
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
x11/py-pyautogui/distinfo
Normal file
3
x11/py-pyautogui/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1682517697
|
||||||
|
SHA256 (PyAutoGUI-0.9.53.tar.gz) = d31de8f712218d90be7fc98091fce1a12a3e9196e0c814eb9afd73bb2ec97035
|
||||||
|
SIZE (PyAutoGUI-0.9.53.tar.gz) = 59031
|
2
x11/py-pyautogui/pkg-descr
Normal file
2
x11/py-pyautogui/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PyAutoGUI is a cross-platform GUI automation Python module for human beings.
|
||||||
|
Used to programmatically control the mouse & keyboard.
|
Loading…
Add table
Reference in a new issue