8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.5";
16 inherit pname version;
17 hash = "sha256-c9EBXr+bjfE+a8mH7fDUvj8ci0Q4kh7qjWbLtVBK7hU=";
20 # Disable test tests since they depend on a memcached server running on
24 pythonImportsCheck = [ "cement" ];
27 description = "CLI Application Framework for Python";
28 mainProgram = "cement";
29 homepage = "https://builtoncement.com/";
30 license = licenses.bsd3;
31 maintainers = with maintainers; [ eqyiel ];