python3Packages.pyinputevent: migrate to pyproject
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user