Unverified Commit 711c7c82 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.withings-sync: refactor

parent 628f796c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";
  };
}