9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "0swmvmmbfb914k473yv3fc4zizy2abq2qhd7h6lixli11l5wfjxv";
21 propagatedBuildInputs = [ requests ];
23 # Project has no tests
26 pythonImportsCheck = [ "sunwatcher" ];
29 description = "Python module for the SolarLog HTTP API";
30 homepage = "https://bitbucket.org/Lavode/sunwatcher/src/master/";
31 license = with licenses; [ asl20 ];
32 maintainers = with maintainers; [ fab ];