Skip to content

Commit

Permalink
devel/py-libevdev: python wrapper around the libevdev C library
Browse files Browse the repository at this point in the history
Sponsored by:   Serenity Cybersecurity, LLC
  • Loading branch information
Жунёва Мария Михайловна committed Jul 13, 2024
1 parent 63fe6be commit 67588b5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5047,6 +5047,7 @@
SUBDIR += py-lazy_loader
SUBDIR += py-libcst
SUBDIR += py-libcst03
SUBDIR += py-libevdev
SUBDIR += py-libioc
SUBDIR += py-libpeas
SUBDIR += py-libplist
Expand Down
19 changes: 19 additions & 0 deletions devel/py-libevdev/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
PORTNAME= libevdev
PORTVERSION= 0.11
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= [email protected]
COMMENT= Python wrapper around the libevdev C library
WWW= https://pypi.org/project/libevdev/

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING

USES= python
USE_PYTHON= autoplist distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-libevdev/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1716916929
SHA256 (libevdev-0.11.tar.gz) = e9ca006a4df2488a60bd9a740011ee948d81904be2364f017e560169508f560f
SIZE (libevdev-0.11.tar.gz) = 27320
3 changes: 3 additions & 0 deletions devel/py-libevdev/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python-libevdev is a Python wrapper around the libevdev C library.
It provides a Pythonic API to read events from the Linux kernel’s input device
nodes and to read and/or modify the device’s state and capabilities.

0 comments on commit 67588b5

Please sign in to comment.