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:
Jose Alonso Cardenas Marquez 2023-04-26 15:53:59 -05:00
parent 435769a876
commit fefa73016d
4 changed files with 32 additions and 0 deletions

View file

@ -312,6 +312,7 @@
SUBDIR += py-i3-quickterm
SUBDIR += py-i3ipc
SUBDIR += py-mouseinfo
SUBDIR += py-pyautogui
SUBDIR += py-pynput
SUBDIR += py-pyscreenshot
SUBDIR += py-pyscreeze

26
x11/py-pyautogui/Makefile Normal file
View 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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1682517697
SHA256 (PyAutoGUI-0.9.53.tar.gz) = d31de8f712218d90be7fc98091fce1a12a3e9196e0c814eb9afd73bb2ec97035
SIZE (PyAutoGUI-0.9.53.tar.gz) = 59031

View file

@ -0,0 +1,2 @@
PyAutoGUI is a cross-platform GUI automation Python module for human beings.
Used to programmatically control the mouse & keyboard.