8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 sha256 = "0swmvmmbfb914k473yv3fc4zizy2abq2qhd7h6lixli11l5wfjxv";
20 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [ "sunwatcher" ];
30 description = "Python module for the SolarLog HTTP API";
31 homepage = "https://bitbucket.org/Lavode/sunwatcher/src/master/";
32 license = with licenses; [ asl20 ];
33 maintainers = with maintainers; [ fab ];