13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-Gq7zrOqjLtuckTMNKdOTbAw5/blldDVJwXPLVLFsMLU=";
32 pythonImportsCheck = [
37 description = "A lightweight console printing and formatting toolkit";
38 homepage = "https://github.com/ines/wasabi";
39 changelog = "https://github.com/ines/wasabi/releases/tag/v${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];