8 buildPythonPackage rec {
9 pname = "better-exceptions";
14 pname = "better_exceptions";
16 hash = "sha256-5Oa8GERNXwTm6JSxA4Hl6SHT1UQkBBgWLH21fp6zRTs=";
19 build-system = [ setuptools ];
21 pythonImportsCheck = [ "better_exceptions" ];
23 # As noted by @WolfangAukang, some check files need to be disabled because of various errors, same with some tests.
24 # After disabling and running the build, no tests are collected.
28 description = "Pretty and more helpful exceptions in Python, automatically";
29 homepage = "https://github.com/qix-/better-exceptions";
30 license = lib.licenses.mit;
31 maintainers = [ lib.maintainers.alex-nt ];