12 buildPythonPackage rec {
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-D4uUR8A1mrT+mxUswS34hSRczjRkRro/pz9NbMUCPjM=";
27 echo "${version}" > VERSION
44 disabledTests = lib.optionals stdenv.isDarwin [
45 "test_connection_lost"
48 __darwinAllowLocalNetworking = true;
50 pythonImportsCheck = [
55 description = "LCN-PCK library written in Python";
56 homepage = "https://github.com/alengwenus/pypck";
57 changelog = "https://github.com/alengwenus/pypck/releases/tag/${version}";
58 license = with licenses; [ epl20 ];
59 maintainers = with maintainers; [ fab ];