python312Packages.withings-sync: refactor

This commit is contained in:
Fabian Affolter
2024-08-20 20:11:14 +02:00
committed by GitHub
parent 628f796c5a
commit 711c7c827f
@@ -24,9 +24,9 @@ buildPythonPackage rec {
hash = "sha256-4gxJwe8v4trTysGBNORX7C54EUzFIPwpVLfKSNxJ8y4=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
garth
lxml
python-dotenv
@@ -37,10 +37,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Synchronisation of Withings weight";
mainProgram = "withings-sync";
homepage = "https://github.com/jaroslawhartman/withings-sync";
changelog = "https://github.com/jaroslawhartman/withings-sync/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "withings-sync";
};
}