11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
17 owner = "LibraryOfCongress";
18 repo = "bagit-python";
20 hash = "sha256-t01P7MPWgOrktuW2zF0TIzt6u/jkLmrpD2OnqawhJaI=";
32 pytestFlagsArray = [ "test.py" ];
33 pythonImportsCheck = [ "bagit" ];
36 description = "Python library and command line utility for working with BagIt style packages";
37 mainProgram = "bagit.py";
38 homepage = "https://libraryofcongress.github.io/bagit-python/";
39 license = with licenses; [ publicDomain ];
40 maintainers = with maintainers; [ veprbl ];