python39Packages.gevent-websocket: update meta, disable checkPhase, add import check

This commit is contained in:
Sandro Jäckel 2021-08-27 06:32:40 +02:00 committed by Martin Weinelt
parent 6d94cef788
commit 9f11787853

View File

@ -17,10 +17,16 @@ buildPythonPackage rec {
propagatedBuildInputs = [ gevent gunicorn ];
# zero tests run
doCheck = false;
pythonImportsCheck = [ "geventwebsocket" ];
meta = with lib; {
homepage = "https://www.gitlab.com/noppo/gevent-websocket";
description = "Websocket handler for the gevent pywsgi server, a Python network library";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};
}