9 buildPythonPackage rec {
13 disabled = pythonOlder "3.5";
16 inherit pname version;
17 sha256 = "1cglkxph47pki4db4kjx5g4ikxp2milqdlcjgqwmx4p1gx6p1q3v";
20 propagatedBuildInputs = [
28 pythonImportsCheck = [ "sentinels" ];
31 homepage = "https://github.com/vmalloc/sentinels/";
32 description = "Various objects to denote special meanings in python";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ gador ];