11 buildPythonPackage rec {
19 hash = "sha256-6VWt8AwfCwxxXoKJeaI37Ev37nCCe9l/Xhe/gnYNyzA=";
22 nativeBuildInputs = [ setuptools ];
24 propagatedBuildInputs = [
29 nativeCheckInputs = [ pytestCheckHook ];
32 # OSError: [Errno 22] Invalid argument
34 rm repoze/who/plugins/tests/test_htpasswd.py
37 pythonImportsCheck = [ "repoze.who" ];
46 description = "WSGI Authentication Middleware / API";
47 homepage = "http://www.repoze.org";
48 changelog = "https://github.com/repoze/repoze.who/blob/${version}/CHANGES.rst";
49 license = licenses.bsd0;