6 buildPythonPackage rec {
7 pname = "twitter.common.options";
11 inherit pname version;
12 sha256 = "a495bcdffc410039bc4166f1a30c2caa3c92769d7a161a4a39d3651836dd27e1";
16 description = "Twitter's optparse wrapper";
17 homepage = "https://twitter.github.io/commons/";
18 license = licenses.asl20;
19 maintainers = with maintainers; [ copumpkin ];