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

python312Packages.pyleri: refactor

parent f8e4c8f9
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -3,12 +3,13 @@
, fetchFromGitHub
, pythonOlder
, unittestCheckHook
, setuptools
}:

buildPythonPackage rec {
  pname = "pyleri";
  version = "1.4.3";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -19,6 +20,10 @@ buildPythonPackage rec {
    hash = "sha256-4t+6wtYzJbmL0TB/OXr89uZ2s8DeGlUdWwHd4YPsCW0=";
  };

  build-system = [
    setuptools
  ];

  nativeCheckInputs = [
    unittestCheckHook
  ];