11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "python-ssdeep";
21 rev = "refs/tags/${version}";
22 hash = "sha256-I5ci5BS+B3OE0xdLSahu3HCh99jjhnRHJFz830SvFpg=";
29 propagatedBuildInputs = [
39 substituteInPlace setup.py \
40 --replace '"pytest-runner"' ""
43 pythonImportsCheck = [
48 description = "Python wrapper for the ssdeep library";
49 homepage = "https://github.com/DinoTools/python-ssdeep";
50 changelog = "https://github.com/DinoTools/python-ssdeep/blob/${version}/CHANGELOG.rst";
51 license = licenses.lgpl3Plus;
52 maintainers = with maintainers; [ fab ];