24 buildPythonPackage rec {
29 disabled = pythonAtLeast "3.9";
34 hash = "sha256-m36yJErzxwSskUte0iGVS7aK3QqLKy84okSwZ7M3mS0=";
42 propagatedBuildInputs = [
62 # from tox.ini, tests don't work with pytest
64 nosetests wsme/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose
68 description = "Simplify the writing of REST APIs, and extend them with additional protocols";
69 homepage = "https://pythonhosted.org/WSME/";
70 changelog = "https://pythonhosted.org/WSME/changes.html";
71 license = licenses.mit;