Loading pkgs/by-name/rn/rns/package.nix 0 → 100644 +1 −0 Original line number Diff line number Diff line { python3Packages }: with python3Packages; toPythonApplication rns pkgs/development/python-modules/rns/default.nix +23 −16 Original line number Diff line number Diff line { lib, bleak, buildPythonPackage, cryptography, esptool, fetchFromGitHub, netifaces, pyserial, pythonOlder, replaceVars, esptool, # build-system setuptools, # dependencies bleak, cryptography, netifaces, pyserial, # tests versionCheckHook, }: buildPythonPackage rec { Loading @@ -17,8 +23,6 @@ buildPythonPackage rec { version = "0.9.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "markqvist"; repo = "Reticulum"; Loading @@ -41,17 +45,20 @@ buildPythonPackage rec { pyserial ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "RNS" ]; meta = with lib; { nativeCheckInputs = [ versionCheckHook ]; versionCheckProgram = "${placeholder "out"}/bin/rncp"; versionCheckProgramArg = [ "--version" ]; meta = { description = "Cryptography-based networking stack for wide-area networks"; homepage = "https://github.com/markqvist/Reticulum"; changelog = "https://github.com/markqvist/Reticulum/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ homepage = "https://reticulum.network"; changelog = "https://github.com/markqvist/Reticulum/blob/${version}/Changelog.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab qbit ]; Loading Loading
pkgs/by-name/rn/rns/package.nix 0 → 100644 +1 −0 Original line number Diff line number Diff line { python3Packages }: with python3Packages; toPythonApplication rns
pkgs/development/python-modules/rns/default.nix +23 −16 Original line number Diff line number Diff line { lib, bleak, buildPythonPackage, cryptography, esptool, fetchFromGitHub, netifaces, pyserial, pythonOlder, replaceVars, esptool, # build-system setuptools, # dependencies bleak, cryptography, netifaces, pyserial, # tests versionCheckHook, }: buildPythonPackage rec { Loading @@ -17,8 +23,6 @@ buildPythonPackage rec { version = "0.9.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "markqvist"; repo = "Reticulum"; Loading @@ -41,17 +45,20 @@ buildPythonPackage rec { pyserial ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "RNS" ]; meta = with lib; { nativeCheckInputs = [ versionCheckHook ]; versionCheckProgram = "${placeholder "out"}/bin/rncp"; versionCheckProgramArg = [ "--version" ]; meta = { description = "Cryptography-based networking stack for wide-area networks"; homepage = "https://github.com/markqvist/Reticulum"; changelog = "https://github.com/markqvist/Reticulum/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ homepage = "https://reticulum.network"; changelog = "https://github.com/markqvist/Reticulum/blob/${version}/Changelog.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab qbit ]; Loading