13 buildPythonPackage rec {
14 pname = "ripe-atlas-cousteau";
16 format = "setuptools";
19 disabled = pythonOlder "3.6";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-z8ZXOiCVYughrbmXfnwtks7NPmYpII2BA0+8mr1cdSQ=";
29 substituteInPlace setup.py \
30 --replace "websocket-client~=1.3.1" "websocket-client"
33 propagatedBuildInputs = [
38 ] ++ python-socketio.optional-dependencies.client;
45 pythonImportsCheck = [
50 description = "Python client library for RIPE ATLAS API";
51 homepage = "https://github.com/RIPE-NCC/ripe-atlas-cousteau";
52 changelog = "https://github.com/RIPE-NCC/ripe-atlas-cousteau/blob/v${version}/CHANGES.rst";
53 license = licenses.gpl3Only;
54 maintainers = with maintainers; [ raitobezarius ];