11 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 format = "setuptools";
20 inherit pname version;
21 sha256 = "20a99526c7859acc859e87afd97b5c4916405e7477834f727b49210e478370cb";
24 propagatedBuildInputs = [
29 # upstream has no tests
32 pythonImportsCheck = [ "overly" ];
35 description = "Overly configurable http server for client testing";
36 homepage = "https://github.com/theelous3/overly";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ dotlambda ];
39 broken = stdenv.hostPlatform.isDarwin; # https://github.com/theelous3/overly/issues/2