Commit 0532c141 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.publicsuffixlist: switch to pyproject

parent 9c8d9a7a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -5,12 +5,13 @@
, pytestCheckHook
, pythonOlder
, requests
, setuptools
}:

buildPythonPackage rec {
  pname = "publicsuffixlist";
  version = "0.10.0.20231030";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -19,6 +20,10 @@ buildPythonPackage rec {
    hash = "sha256-1yRv6zg9mKJTinR57QHvCx/0mi0b2O3CkcoH1v4QuNo=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  passthru.optional-dependencies = {
    update = [
      requests