Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: clean up fedorahosted.org URLs #139977

Merged
merged 6 commits into from
Oct 15, 2021

Conversation

DeeUnderscore
Copy link
Contributor

Motivation for this change

Fedorahosted.org has apparently been dead since 2017. I grepped through Nixpkgs and changed the meta.homepage URLs to where projects are hosted now, where that was easy to figure out. Since links to tarballs hosted on fedorahosted.org are also dead, I switched those to new URLs that produce the same hashes.

numad doesn't offer tarballs and doesn't tag releases, so I picked the revision that the cached tarball on Hydra (/nix/store/7w0wnw97jh2n0v2bqsx0fivlbnbgh0m0-numad-0.5.tar.xz) was taken from.

There are some leftovers that seem like unmaintained projects with no replacement URLs.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • 21.11 Release Notes (or backporting 21.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 11-100 labels Sep 29, 2021
@Artturin
Copy link
Member

There are some leftovers that seem like unmaintained projects with no replacement URLs.

mind posting those?

@Artturin
Copy link
Member

Result of nixpkgs-review pr 139977 run on x86_64-linux 1

1 package marked as broken and skipped:
  • libvirt_5_9_0
32 packages built:
  • collectd
  • collectd-data
  • diffoscope
  • docker-machine-kvm
  • docker-machine-kvm2
  • gnome.gnome-boxes
  • haskellPackages.libvirt-hs
  • libguestfs
  • libvirt
  • libvirt-glib
  • libvmi
  • minikube
  • minishift
  • nixopsUnstable
  • numad
  • perl532Packages.SysVirt
  • perl534Packages.SysVirt
  • python38Packages.guestfs
  • python38Packages.libvirt
  • python39Packages.guestfs
  • python39Packages.libvirt
  • rubyPackages.ruby-libvirt (rubyPackages_2_7.ruby-libvirt)
  • rubyPackages_2_6.ruby-libvirt
  • rubyPackages_3_0.ruby-libvirt
  • terraform-full
  • terraform-providers.libvirt
  • vagrant
  • virt-manager
  • virt-manager-qt
  • virt-top
  • virt-viewer
  • virtlyst

@Artturin Artturin merged commit 4e42c30 into NixOS:master Oct 15, 2021
@DeeUnderscore
Copy link
Contributor Author

Thanks for the merge.

There are two packages that reference fedorahosted URLs that are used by python27Packages.nixpart0 (pkgs/tools/filesystems/nixpart/0.4/). I can't build nixpart either way, so I didn't touch them.

Besides that:

  • pythonPackages.suds has a fedorahosted meta.homepage (and is also marked broken). Upstream's last release was in 2010 and they haven't updated their homepage links. Source is fetched from PyPI
  • pythonPackages.offtrac also has a fedorahosted meta.homepage. Upstream last released in 2013, and also hasn't updated their homepage links, and is also fetched from PyPI.

@Artturin
Copy link
Member

Artturin commented Oct 15, 2021

suds should be updated to use https://github.com/suds-community/suds

they're in the process of claiming the suds pypi page pypi/support#1338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 11-100
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants