python3Packages.bz2file: drop (#436946)

This commit is contained in:
Sandro
2025-08-27 15:37:01 +02:00
committed by GitHub
3 changed files with 1 additions and 26 deletions
@@ -1,24 +0,0 @@
{
lib,
buildPythonPackage,
fetchPypi,
}:
buildPythonPackage rec {
pname = "bz2file";
version = "0.98";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "126s53fkpx04f33a829yqqk8fj4png3qwg4m66cvlmhmwc8zihb4";
};
doCheck = false;
# The test module (test_bz2file) is not available
meta = {
description = "Bz2file is a Python library for reading and writing bzip2-compressed files";
license = lib.licenses.asl20;
};
}
+1
View File
@@ -128,6 +128,7 @@ mapAliases ({
bunch = throw "bunch has been removed as it is unmaintained since inception"; # added 2025-05-31
btsmarthub_devicelist = btsmarthub-devicelist; # added 2024-01-03
bt_proximity = bt-proximity; # added 2021-07-02
bz2file = throw "'bz2file' has beem removed, as it was not longed maintained upstream since 2020"; # added 2025-08-26
BTrees = btrees; # added 2023-02-19
cacheyou = throw "cacheyou has been removed, as it was no longer used for the only consumer pdm"; # added 2023-12-21
cadquery = throw "cadquery was removed, because it was disabled on all python version since 3.8 and marked as broken"; # added 2024-05-13
-2
View File
@@ -2230,8 +2230,6 @@ self: super: with self; {
bytewax = callPackage ../development/python-modules/bytewax { };
bz2file = callPackage ../development/python-modules/bz2file { };
cache = callPackage ../development/python-modules/cache { };
cachecontrol = callPackage ../development/python-modules/cachecontrol { };