12 buildPythonPackage rec {
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
23 hash = "sha256-FKF3+jN5/D0hRSvr90AY/C/5KBx0c7LvR+l12IP+zbU=";
26 build-system = [ setuptools ];
34 pythonImportsCheck = [ "identify" ];
37 description = "File identification library for Python";
38 homepage = "https://github.com/chriskuehl/identify";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];
41 mainProgram = "identify-cli";