Merge pull request #265260 from natsukium/pymaging-png

python311Packages.{pymaging,pymaging_png}: remove
This commit is contained in:
Martin Weinelt 2023-11-10 11:59:55 +01:00 committed by GitHub
commit 1f269e92bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 55 deletions

View File

@ -1,24 +0,0 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
}:
buildPythonPackage {
pname = "pymaging";
version = "unstable-2016-11-16";
src = fetchFromGitHub {
owner = "ojii";
repo = "pymaging";
rev = "596a08fce5664e58d6e8c96847393fbe987783f2";
sha256 = "18g3n7kfrark30l4vzykh0gdbnfv5wb1zvvjbs17sj6yampypn38";
};
meta = with lib; {
description = "Pure Python imaging library with Python 2.6, 2.7, 3.1+ support";
homepage = "http://pymaging.rtfd.org";
license = licenses.mit;
maintainers = with maintainers; [ mic92 ];
};
}

View File

@ -1,27 +0,0 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pymaging
}:
buildPythonPackage {
pname = "pymaging-png";
version = "unstable-2016-11-16";
src = fetchFromGitHub {
owner = "ojii";
repo = "pymaging-png";
rev = "83d85c44e4b2342818e6c068065e031a9f81bb9f";
sha256 = "1mknxvsq0lr1ffm8amzm3w2prn043c6ghqgpxlkw83r988p5fn57";
};
propagatedBuildInputs = [ pymaging ];
meta = with lib; {
description = "Pure Python imaging library with Python 2.6, 2.7, 3.1+ support";
homepage = "https://github.com/ojii/pymaging-png/";
license = licenses.mit;
maintainers = with maintainers; [ mic92 ];
};
}

View File

@ -293,6 +293,8 @@ mapAliases ({
pyjson5 = json5; # added 2022-08-28
pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20
PyLD = pyld; # added 2022-06-22
pymaging = throw "pymaging has been removed because it has not been maintained for 10 years and has been archived."; # added 2023-11-04
pymaging_png = throw "pymaging_png has been removed because it has not been maintained for 10 years and has been archived."; # added 2023-11-04
pymatgen-lammps = throw "pymatgen-lammps has been removed because it is unmaintained and broken"; # added 2023-06-20
pymazda = throw "pymazda has been removed, because the upstream repo has been affected by a DCMA claim."; # added 2023-10-16
pymc3 = pymc; # added 2022-06-05, module was rename starting with 4.0.0

View File

@ -10395,10 +10395,6 @@ self: super: with self; {
pymacaroons = callPackage ../development/python-modules/pymacaroons { };
pymaging = callPackage ../development/python-modules/pymaging { };
pymaging_png = callPackage ../development/python-modules/pymaging_png { };
pymailgunner = callPackage ../development/python-modules/pymailgunner { };
pymanopt = callPackage ../development/python-modules/pymanopt { };