New port: misc/py-PyUserInput: Module for mouse and keyboard control
This commit is contained in:
parent
45ed2e36f6
commit
45d65ee3e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471339
@ -399,6 +399,7 @@
|
||||
SUBDIR += pspresent
|
||||
SUBDIR += ptsort
|
||||
SUBDIR += pubs
|
||||
SUBDIR += py-PyUserInput
|
||||
SUBDIR += py-YABT
|
||||
SUBDIR += py-cinder
|
||||
SUBDIR += py-colorbrewer
|
||||
|
20
misc/py-PyUserInput/Makefile
Normal file
20
misc/py-PyUserInput/Makefile
Normal 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>
|
3
misc/py-PyUserInput/distinfo
Normal file
3
misc/py-PyUserInput/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1527903895
|
||||
SHA256 (PyUserInput-0.1.11.tar.gz) = 006b5ed06cf740eeeb2c7221e1cb8dc5ae35f16267e41262bfb0e7cfdca7fb2b
|
||||
SIZE (PyUserInput-0.1.11.tar.gz) = 28664
|
4
misc/py-PyUserInput/pkg-descr
Normal file
4
misc/py-PyUserInput/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user