aboutsummaryrefslogtreecommitdiff
path: root/misc/py-PyUserInput
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-02 01:56:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-02 01:56:58 +0000
commit45d65ee3e13df55b3dee9849e8c8491fdab7fb6a (patch)
treeeab0d7ba676bec6f60407d6cc57401aeb8dabd3a /misc/py-PyUserInput
parent45ed2e36f624deeb93d24af5bfb9cfa9921d2765 (diff)
downloadports-45d65ee3e13df55b3dee9849e8c8491fdab7fb6a.tar.gz
ports-45d65ee3e13df55b3dee9849e8c8491fdab7fb6a.zip
New port: misc/py-PyUserInput: Module for mouse and keyboard control
Notes
Notes: svn path=/head/; revision=471339
Diffstat (limited to 'misc/py-PyUserInput')
-rw-r--r--misc/py-PyUserInput/Makefile20
-rw-r--r--misc/py-PyUserInput/distinfo3
-rw-r--r--misc/py-PyUserInput/pkg-descr4
3 files changed, 27 insertions, 0 deletions
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 <bsd.port.mk>
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