16 buildPythonPackage rec {
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-pRGLU/xzQQqDZMIsrq1Fy7VgGIpFjnHtpmO+yL7t4g8=";
34 propagatedBuildInputs = [
49 "TestFileTypesDataDriven"
50 # AssertionError: assert 'application/x-bytecode.python'...
51 "test_compiled_python_1"
55 pythonImportsCheck = [
60 description = "Comprehensive filetype and mimetype detection using libmagic and Pygments";
61 homepage = "https://github.com/nexB/typecode";
62 license = licenses.asl20;
63 maintainers = teams.determinatesystems.members;