python3Packages.pyinputevent: migrate to pyproject

This commit is contained in:
Sigmanificient
2026-08-04 00:00:58 +02:00
parent 09744ee655
commit 1c4626eb55
@@ -2,12 +2,14 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
}:
buildPythonPackage {
pname = "pyinputevent";
version = "0.1-unstable-2015-10-18";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "ntzrmtthihu777";
@@ -16,6 +18,8 @@ buildPythonPackage {
sha256 = "0rkis0xp8f9jc00x7jb9kbvhdla24z1vl30djqa6wy6fx0cr6sib";
};
build-system = [ setuptools ];
meta = {
homepage = "https://github.com/ntzrmtthihu777/pyinputevent";
description = "Python interface to the Input Subsystem's input_event and uinput";