svn commit: r471339 - in head/misc: . py-PyUserInput

Yuri Victorovich yuri at FreeBSD.org
Sat Jun 2 01:57:00 UTC 2018


Author: yuri
Date: Sat Jun  2 01:56:58 2018
New Revision: 471339
URL: https://svnweb.freebsd.org/changeset/ports/471339

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

Added:
  head/misc/py-PyUserInput/
  head/misc/py-PyUserInput/Makefile   (contents, props changed)
  head/misc/py-PyUserInput/distinfo   (contents, props changed)
  head/misc/py-PyUserInput/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sat Jun  2 01:18:11 2018	(r471338)
+++ head/misc/Makefile	Sat Jun  2 01:56:58 2018	(r471339)
@@ -399,6 +399,7 @@
     SUBDIR += pspresent
     SUBDIR += ptsort
     SUBDIR += pubs
+    SUBDIR += py-PyUserInput
     SUBDIR += py-YABT
     SUBDIR += py-cinder
     SUBDIR += py-colorbrewer

Added: head/misc/py-PyUserInput/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-PyUserInput/Makefile	Sat Jun  2 01:56:58 2018	(r471339)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	PyUserInput
+DISTVERSION=	0.1.11
+CATEGORIES=	misc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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>

Added: head/misc/py-PyUserInput/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-PyUserInput/distinfo	Sat Jun  2 01:56:58 2018	(r471339)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527903895
+SHA256 (PyUserInput-0.1.11.tar.gz) = 006b5ed06cf740eeeb2c7221e1cb8dc5ae35f16267e41262bfb0e7cfdca7fb2b
+SIZE (PyUserInput-0.1.11.tar.gz) = 28664

Added: head/misc/py-PyUserInput/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-PyUserInput/pkg-descr	Sat Jun  2 01:56:58 2018	(r471339)
@@ -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


More information about the svn-ports-all mailing list