12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 sha256 = "sha256-zjUYdSHIMCB4cCAsOOQZ9YgmFTskzlTUs5z/xPFt01Q=";
26 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Python implementation/abstraction of the Ness D8x/D16x Serial Interface ASCII protocol";
43 homepage = "https://github.com/nickw444/nessclient";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];