Unverified Commit 0d0d64b1 authored by natsukium's avatar natsukium
Browse files

python312Packages.taxi: switch to pypa builder

parent 5ed2ec9d
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -3,9 +3,8 @@
  buildPythonPackage,
  fetchFromGitHub,
  appdirs,
  requests,
  click,
  setuptools,
  flit-core,
  pytestCheckHook,
  freezegun,
}:
@@ -13,7 +12,7 @@
buildPythonPackage rec {
  pname = "taxi";
  version = "6.3.1";
  format = "setuptools";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sephii";
@@ -22,11 +21,11 @@ buildPythonPackage rec {
    hash = "sha256-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw=";
  };

  propagatedBuildInputs = [
  build-system = [ flit-core ];

  dependencies = [
    appdirs
    requests
    click
    setuptools
  ];

  nativeCheckInputs = [