7 buildPythonPackage rec {
10 format = "setuptools";
12 # Pypi version does not have tests
13 src = fetchFromGitHub {
16 rev = "994bc2c274482d80ab13d89d8f7343eb316d3e44";
17 hash = "sha256-TaU7njx98nxkhZawGMFqWj4g+yCtIX9aPWQHoamzfMY=";
21 ./0001-Fixing-paths-on-tests.patch
25 ${python.interpreter} tests/maintest.py
26 ${python.interpreter} tests/speedtest.py
29 pythonImportsCheck = [ "fleep" ];
32 description = "File format determination library";
33 homepage = "https://github.com/floyernick/fleep-py";
34 license = licenses.mit;
35 maintainers = with maintainers; [ wolfangaukang ];