10 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
16 format = "setuptools";
19 inherit pname version;
20 sha256 = "20a99526c7859acc859e87afd97b5c4916405e7477834f727b49210e478370cb";
23 propagatedBuildInputs = [
28 # upstream has no tests
31 pythonImportsCheck = [ "overly" ];
34 description = "An overly configurable http server for client testing";
35 homepage = "https://github.com/theelous3/overly";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [ dotlambda ];
38 broken = stdenv.isDarwin; # https://github.com/theelous3/overly/issues/2