11 buildPythonPackage rec {
15 src = fetchFromGitHub {
17 repo = "datapoint-python";
19 hash = "sha256-YC8KFTv6lnCqMfDw1LSova7XBgmKbR3TpPDAAbH9imw=";
22 propagatedBuildInputs = [
33 pytestFlagsArray = [ "tests/unit" ];
35 pythonImportsCheck = [ "datapoint" ];
38 description = "Python interface to the Met Office's Datapoint API";
39 homepage = "https://github.com/ejep/datapoint-python";
40 license = lib.licenses.gpl3Only;
41 maintainers = with lib.maintainers; [ dotlambda ];