6 buildPythonPackage rec {
7 pname = "python-status";
11 inherit pname version;
12 sha256 = "0lryrvmi04g7d38ilm4wfw717m0ddhylrzb5cm59lrp3ai3q572f";
15 # Project doesn't ship tests yet
18 pythonImportsCheck = [ "status" ];
21 description = "HTTP Status for Humans";
22 homepage = "https://github.com/avinassh/status/";
23 license = with licenses; [ mit ];
24 maintainers = with maintainers; [ fab ];