16 buildPythonPackage rec {
17 pname = "python-bsblan";
21 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
27 hash = "sha256-eavARej+R8SPNuwX6LOGr43SJi1AuZszThJVG00vKhQ=";
34 propagatedBuildInputs = [
49 substituteInPlace pyproject.toml \
50 --replace 'version = "0.0.0"' 'version = "${version}"' \
54 pythonImportsCheck = [
59 description = "Module to control and monitor an BSBLan device programmatically";
60 homepage = "https://github.com/liudger/python-bsblan";
61 license = with licenses; [ mit ];
62 maintainers = with maintainers; [ fab ];