8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
19 sha256 = "5VdVo6j2HZXSCWU4NvfWzyS/KJfVb7N1KSMeu8TvWaQ=";
22 propagatedBuildInputs = [
26 # Project thas no tests
29 pythonImportsCheck = [
34 description = "Python module for the EcoWitt Protocol";
35 homepage = "https://github.com/garbled1/pyecowitt";
36 license = with licenses; [ asl20 ];
37 maintainers = with maintainers; [ fab ];