From 45d65ee3e13df55b3dee9849e8c8491fdab7fb6a Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 2 Jun 2018 01:56:58 +0000 Subject: [PATCH] New port: misc/py-PyUserInput: Module for mouse and keyboard control --- misc/Makefile | 1 + misc/py-PyUserInput/Makefile | 20 ++++++++++++++++++++ misc/py-PyUserInput/distinfo | 3 +++ misc/py-PyUserInput/pkg-descr | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 misc/py-PyUserInput/Makefile create mode 100644 misc/py-PyUserInput/distinfo create mode 100644 misc/py-PyUserInput/pkg-descr diff --git a/misc/Makefile b/misc/Makefile index ed072c7e1276..1bce4be4c51f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -399,6 +399,7 @@ SUBDIR += pspresent SUBDIR += ptsort SUBDIR += pubs + SUBDIR += py-PyUserInput SUBDIR += py-YABT SUBDIR += py-cinder SUBDIR += py-colorbrewer diff --git a/misc/py-PyUserInput/Makefile b/misc/py-PyUserInput/Makefile new file mode 100644 index 000000000000..7bd1813ffc3f --- /dev/null +++ b/misc/py-PyUserInput/Makefile @@ -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 diff --git a/misc/py-PyUserInput/distinfo b/misc/py-PyUserInput/distinfo new file mode 100644 index 000000000000..10772929b40f --- /dev/null +++ b/misc/py-PyUserInput/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1527903895 +SHA256 (PyUserInput-0.1.11.tar.gz) = 006b5ed06cf740eeeb2c7221e1cb8dc5ae35f16267e41262bfb0e7cfdca7fb2b +SIZE (PyUserInput-0.1.11.tar.gz) = 28664 diff --git a/misc/py-PyUserInput/pkg-descr b/misc/py-PyUserInput/pkg-descr new file mode 100644 index 000000000000..0e0424cac27a --- /dev/null +++ b/misc/py-PyUserInput/pkg-descr @@ -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