9 buildPythonPackage rec {
10 pname = "python-didl-lite";
12 disabled = pythonOlder "3.5.3";
14 src = fetchFromGitHub {
15 owner = "StevenLooman";
18 sha256 = "sha256-laKmWGDEzlBVJCUSKxekjPEXVlAz4MIzM7dNJfta/ek=";
21 propagatedBuildInputs = [
29 pythonImportsCheck = [ "didl_lite" ];
32 description = "DIDL-Lite (Digital Item Declaration Language) tools for Python";
33 homepage = "https://github.com/StevenLooman/python-didl-lite";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ hexa ];