Loading pkgs/development/python-modules/ripe-atlas-cousteau/default.nix +10 −6 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , jsonschema , pytestCheckHook , python-dateutil , python-socketio , requests , jsonschema , pythonOlder , pytestCheckHook , buildPythonPackage , fetchFromGitHub , requests }: buildPythonPackage rec { pname = "ripe-atlas-cousteau"; version = "1.5.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "RIPE-NCC"; repo = pname; rev = "v${version}"; sha256 = "sha256-EHZt9Po/1wDwDacXUCVGcuVSOwcIkPCT2JCKGchu8G4="; hash = "sha256-EHZt9Po/1wDwDacXUCVGcuVSOwcIkPCT2JCKGchu8G4="; }; postPatch = '' Loading @@ -44,6 +47,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python client library for RIPE ATLAS API"; homepage = "https://github.com/RIPE-NCC/ripe-atlas-cousteau"; changelog = "https://github.com/RIPE-NCC/ripe-atlas-cousteau/blob/v${version}/CHANGES.rst"; license = licenses.gpl3Only; maintainers = with maintainers; [ raitobezarius ]; }; Loading Loading
pkgs/development/python-modules/ripe-atlas-cousteau/default.nix +10 −6 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , jsonschema , pytestCheckHook , python-dateutil , python-socketio , requests , jsonschema , pythonOlder , pytestCheckHook , buildPythonPackage , fetchFromGitHub , requests }: buildPythonPackage rec { pname = "ripe-atlas-cousteau"; version = "1.5.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "RIPE-NCC"; repo = pname; rev = "v${version}"; sha256 = "sha256-EHZt9Po/1wDwDacXUCVGcuVSOwcIkPCT2JCKGchu8G4="; hash = "sha256-EHZt9Po/1wDwDacXUCVGcuVSOwcIkPCT2JCKGchu8G4="; }; postPatch = '' Loading @@ -44,6 +47,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python client library for RIPE ATLAS API"; homepage = "https://github.com/RIPE-NCC/ripe-atlas-cousteau"; changelog = "https://github.com/RIPE-NCC/ripe-atlas-cousteau/blob/v${version}/CHANGES.rst"; license = licenses.gpl3Only; maintainers = with maintainers; [ raitobezarius ]; }; Loading