1 { lib, buildPythonPackage, fetchFromGitHub, isPy27
2 , future, pyserial, ipaddress
5 buildPythonPackage rec {
7 version = "unstable-2020-06-19"; # no versioned release since 2018
10 src = fetchFromGitHub {
13 rev = "e0bb3f8e6f49b593ab248a75de04a71626ae8101";
14 sha256 = "0nfmdkgbhmkl82dfxjpwiiarxngm6a3fvdrzpaqp60a4b17pipqg";
17 propagatedBuildInputs = [
24 pythonImportsCheck = [ "spinel" ];
27 description = "Interface to the OpenThread Network Co-Processor (NCP)";
28 homepage = "https://github.com/openthread/pyspinel";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ gebner ];