From 750025d10470395814c234713ac07c341b401b84 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 17 Jan 2024 12:11:13 +0100 Subject: python311Packages.meshtastic: 2.2.17 -> 2.2.18 Diff: https://github.com/meshtastic/Meshtastic-python/compare/refs/tags/2.2.17...2.2.18 Changelog: https://github.com/meshtastic/python/releases/tag/2.2.18 --- pkgs/development/python-modules/meshtastic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index 63a4d364623c8..0fc5121232c4f 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "meshtastic"; - version = "2.2.17"; + version = "2.2.18"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "meshtastic"; repo = "Meshtastic-python"; rev = "refs/tags/${version}"; - hash = "sha256-QmsnQf7bHTlVbSwp/jai1uTrBr/iHaf9DhMxgTujQUc="; + hash = "sha256-r3Hs3oD6CyYa/Ew0wMiLeUj/R4aa8Wc/W65EXMrPGmw="; }; propagatedBuildInputs = [ -- cgit 1.4.1 From 0059592746e0129edc9dbcc303cb7fa17f29487f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 17 Jan 2024 12:13:15 +0100 Subject: python311Packages.meshtastic: refactor --- pkgs/development/python-modules/meshtastic/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index 0fc5121232c4f..27e243ff61b88 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "meshtastic"; version = "2.2.18"; - format = "setuptools"; + pyproject = true; disabled = pythonOlder "3.7"; @@ -32,6 +32,10 @@ buildPythonPackage rec { hash = "sha256-r3Hs3oD6CyYa/Ew0wMiLeUj/R4aa8Wc/W65EXMrPGmw="; }; + nativeBuildInputs = [ + setuptools + ]; + propagatedBuildInputs = [ dotmap pexpect @@ -41,8 +45,8 @@ buildPythonPackage rec { pyqrcode pyserial pyyaml - setuptools requests + setuptools tabulate timeago ]; -- cgit 1.4.1