Unverified Commit 4ed25134 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #314792 from natsukium/zipstream/remove

python311Packages.zipstream: remove
parents 91460dce ec304065
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ python3Packages.buildPythonApplication {
    setuptools
    truststore
    yarl
    zipstream
  ] ++ lib.optionals (pythonOlder "3.9") [
    importlib-resources
  ];
+0 −26
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  fetchPypi,
  nose,
}:

buildPythonPackage rec {
  pname = "zipstream";
  version = "1.1.4";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "01im5anqdyggmwkigqcjg0qw2a5bnn84h33mfaqjjd69a28lpwif";
  };

  nativeCheckInputs = [ nose ];

  meta = {
    description = "A zip archive generator";
    homepage = "https://github.com/allanlei/python-zipstream";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -573,6 +573,7 @@ mapAliases ({
  zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules";
  zc-buildout221 = zc-buildout; # added 2021-07-21
  zc_lockfile = zc-lockfile; # added 2024-01-06
  zipstream = throw "zipstream has been removed, because it has been unmaintained for 6 years and there are no dependent packages"; # added 2024-05-26
  zipstream-new = throw "zipstream-new has been removed, because it  was packaged as a dependency for octoprint, which has switched to zipstream-ng since."; # added 2024-01-05
  zope_broken = throw "zope_broken has been removed because it is obsolete and not needed in zodb>=3.10"; # added 2023-07-26
  zope_component = zope-component; # added 2023-07-28
+0 −2
Original line number Diff line number Diff line
@@ -17381,8 +17381,6 @@ self: super: with self; {
  zipp = callPackage ../development/python-modules/zipp { };
  zipstream = callPackage ../development/python-modules/zipstream { };
  zipstream-ng = callPackage ../development/python-modules/zipstream-ng { };
  zlib-ng = callPackage ../development/python-modules/zlib-ng {