Unverified Commit e7bf5fb7 authored by natsukium's avatar natsukium
Browse files

python312Packages.zipstream-ng: switch to pypa builder

parent 43be78d4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4,12 +4,13 @@
  fetchFromGitHub,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
  pname = "zipstream-ng";
  version = "1.8.0";
  format = "setuptools";
  pyproject = true;

  disabled = pythonOlder "3.7";

@@ -20,6 +21,8 @@ buildPythonPackage rec {
    hash = "sha256-mmPxzml+gaVg2IQ/Gql+3ru0hHosbyX4WjLCMxD/MJw=";
  };

  build-system = [ setuptools ];

  pythonImportsCheck = [ "zipstream" ];

  nativeCheckInputs = [ pytestCheckHook ];