7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
15 sha256 = "0wpjbsmm0c9ifg9y6cnfz49qq9pa5f99nnqp6wdlv42ymfr3rak4";
22 pythonImportsCheck = [
27 description = "Python library to handle Null values and sentinels like (but not) None, False and True";
28 homepage = "https://pypi.org/project/nulltype/";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ fab ];