6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-U/kLaO/GBpOa9mHHlYQiWSw7sVNPaMneDURoJBqqojo=";
17 pythonImportsCheck = [ "api" ];
20 description = "Python wrapper for the HTTP API provided by SOMA Connect";
21 homepage = "https://pypi.org/project/pysoma";
22 license = with licenses; [ mit ];
23 maintainers = with maintainers; [ fab ];