8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-HXEpqBIYYHMejM4pAdMYPhSuxwJE9k6PdFYyddw4gGc=";
20 pythonImportsCheck = [ "bsdiff4" ];
24 python -c 'import bsdiff4; bsdiff4.test()'
28 description = "Binary diff and patch using the BSDIFF4-format";
29 homepage = "https://github.com/ilanschnell/bsdiff4";
30 changelog = "https://github.com/ilanschnell/bsdiff4/blob/${version}/CHANGELOG.txt";
31 license = licenses.bsdProtection;
32 maintainers = with maintainers; [ ris ];