8 buildPythonPackage rec {
9 pname = "restrictedpython";
11 format = "setuptools";
14 pname = "RestrictedPython";
16 sha256 = "sha256-Y02h9sXBIqJi9DOwg+49F6mgOfjxs3eFl++0dGHNNhs=";
24 pythonImportsCheck = [
29 description = "Restricted execution environment for Python to run untrusted code";
30 homepage = "https://github.com/zopefoundation/RestrictedPython";
31 license = licenses.zpl21;
32 maintainers = with maintainers; [ juaningan ];