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

This commit is contained in:
Sandro Jäckel
2021-09-01 21:23:20 +02:00
committed by Martin Weinelt
parent 741ee2ac7c
commit 0b0d4cc1ef
@@ -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; [ ];
};
}