10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.5";
18 inherit pname version;
19 sha256 = "1cglkxph47pki4db4kjx5g4ikxp2milqdlcjgqwmx4p1gx6p1q3v";
22 propagatedBuildInputs = [ setuptools ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "sentinels" ];
29 homepage = "https://github.com/vmalloc/sentinels/";
30 description = "Various objects to denote special meanings in python";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ gador ];