7 buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-xvI3wOPX51GWlLIb1HHcJe48M3nZwjt06/Aqo0nFz/c=";
21 pythonImportsCheck = [
26 description = "Ever needed a global object that act as None but not quite?";
27 homepage = "https://github.com/Carreau/undefined";
28 license = licenses.mit;
29 maintainers = with maintainers; [ ];