1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
5 pname = "python-simple-hipchat";
10 sha256 = "0zy6prrj85jjc4xmxgfg8h94j81k6zhfxfffcbvq9b10jis1rgav";
13 nativeBuildInputs = [ unzip ];
16 description = "Easy peasy wrapper for HipChat's v1 API";
17 homepage = "https://github.com/kurttheviking/simple-hipchat-py";
18 license = licenses.mit;