11 buildPythonPackage rec {
12 pname = "wsdiscovery";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "python-ws-discovery";
22 hash = "sha256-6LGZogNRCnmCrRXvHq9jmHwqW13KQPpaGaao/52JPtk=";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "WS-Discovery implementation for Python";
41 homepage = "https://github.com/andreikop/python-ws-discovery";
42 license = with licenses; [ lgpl3Plus ];
43 maintainers = with maintainers; [ fab ];