New port: misc/py-PyUserInput: Module for mouse and keyboard control

This commit is contained in:
Yuri Victorovich 2018-06-02 01:56:58 +00:00
parent 45ed2e36f6
commit 45d65ee3e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471339
4 changed files with 28 additions and 0 deletions

View File

@ -399,6 +399,7 @@
SUBDIR += pspresent
SUBDIR += ptsort
SUBDIR += pubs
SUBDIR += py-PyUserInput
SUBDIR += py-YABT
SUBDIR += py-cinder
SUBDIR += py-colorbrewer

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= PyUserInput
DISTVERSION= 0.1.11
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Module for mouse and keyboard control
LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>0:x11-toolkits/py-xlib@${FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1527903895
SHA256 (PyUserInput-0.1.11.tar.gz) = 006b5ed06cf740eeeb2c7221e1cb8dc5ae35f16267e41262bfb0e7cfdca7fb2b
SIZE (PyUserInput-0.1.11.tar.gz) = 28664

View File

@ -0,0 +1,4 @@
A module for cross-platform control of the mouse and keyboard in python that is
simple to use.
WWW: https://github.com/PyUserInput/PyUserInput