11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
22 hash = "sha256-ODdWPS14zzptxuS6mff51f0s1SYnIqjF40DmvT0sL0w=";
29 propagatedBuildInputs = [
34 # Project has no tests
37 pythonImportsCheck = [
42 description = "Python wrapper for the nVent Raychem SENZ RestAPI";
43 homepage = "https://github.com/milanmeu/aiosenz";
44 license = with licenses; [ lgpl3Plus ];
45 maintainers = with maintainers; [ fab ];