python39Packages.gevent-websocket: update meta, disable checkPhase, add import check
This commit is contained in:
parent
6d94cef788
commit
9f11787853
1 changed files with 6 additions and 0 deletions
|
@ -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; [ ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue