NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.14k stars 14.17k forks source link

Remove archived python libraries #346385

Open natsukium opened 1 month ago

natsukium commented 1 month ago

Steps to remove

  1. Check if the package is a leaf. If it has no reverse dependencies, it should be removed.
  2. Check if other packages still really depend on the package. If not, it should be removed from the dependencies.
  3. Check if the package follows current packaging standards. see https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/python.section.md#contributing-guidelines-contributing-guidelines

Add a :+1: reaction to issues you find important.

getchoo commented 1 month ago

All leaf packages should have a PR now

tomodachi94 commented 3 weeks ago

Just a note: Some packages simply moved their repositories elsewhere, as in #350156 or #342707. Make sure to look around to see if there is a new location where development occurs.