8 buildPythonPackage rec {
9 pname = "jupyterhub-tmpauthenticator";
11 disabled = pythonOlder "3.5";
14 inherit pname version;
15 sha256 = "064x1ypxwx1l270ic97p8czbzb7swl9758v40k3w2gaqf9762f0l";
18 propagatedBuildInputs = [ jupyterhub ];
20 # No tests available in the package
23 pythonImportsCheck = [ "tmpauthenticator" ];
26 description = "Simple Jupyterhub authenticator that allows anyone to log in.";
27 license = with licenses; [ bsd3 ];
28 homepage = "https://github.com/jupyterhub/tmpauthenticator";
29 maintainers = with maintainers; [ chiroptical ];