python3Packages.xcffib: 0.11.1 -> 1.1.2

This commit is contained in:
Martin Weinelt
2022-12-30 20:13:57 +01:00
parent d661aed24b
commit 431617b025

View File

@@ -3,17 +3,17 @@
, fetchPypi
, xorg
, cffi
, nose
, six
, pytestCheckHook
}:
buildPythonPackage rec {
version = "0.11.1";
version = "1.1.2";
pname = "xcffib";
src = fetchPypi {
inherit pname version;
sha256 = "12949cfe2e68c806efd57596bb9bf3c151f399d4b53e15d1101b2e9baaa66f5a";
sha256 = "sha256-Wqc6wlUUUpfMeJmhEFmEf41TDz2zhLPeOqwT+GDgS6w=";
};
patchPhase = ''
@@ -25,7 +25,11 @@ buildPythonPackage rec {
propagatedNativeBuildInputs = [ cffi ];
checkInputs = [ nose ];
checkInputs = [
pytestCheckHook
xorg.xeyes
xorg.xorgserver
];
pythonImportsCheck = [ "xcffib" ];