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

archivebox: 0.6.2 -> 0.7.2 #277647

Merged
merged 3 commits into from
Jan 10, 2024
Merged

archivebox: 0.6.2 -> 0.7.2 #277647

merged 3 commits into from
Jan 10, 2024

Conversation

viraptor
Copy link
Contributor

Description of changes

Bump archivebox.
Add two optional node runtime deps.
Add deps in PATH which are recomended at each startup.
Disable one django extensions test which is not going to be fixed anymore (upstream is working on migration to a modern version)

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 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.

Add a 👍 reaction to pull requests you find important.

@viraptor
Copy link
Contributor Author

@ofborg build postlight-parser readability-extractor

Copy link
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meta.homepage and meta.changelog would be nice

pkgs/by-name/po/postlight-parser/package.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/archivebox/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/archivebox/default.nix Outdated Show resolved Hide resolved
pkgs/applications/misc/archivebox/default.nix Show resolved Hide resolved
@viraptor
Copy link
Contributor Author

viraptor commented Dec 30, 2023

meta.homepage and meta.changelog would be nice

Added where they exist and aren't auto-propagated already.

@viraptor viraptor changed the title archivebox: 0.6.2 -> 0.7.1 archivebox: 0.6.2 -> 0.7.2 Jan 5, 2024
@viraptor viraptor requested a review from dotlambda January 5, 2024 10:47
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 labels Jan 5, 2024
];

makeWrapperArgs = [
"--prefix PATH : ${lib.makeBinPath [ curl wget ripgrep nodejs readability-extractor postlight-parser ]}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"--prefix PATH : ${lib.makeBinPath [ curl wget ripgrep nodejs readability-extractor postlight-parser ]}"
"--prefix PATH : ${lib.makeBinPath [ curl wget ripgrep readability-extractor postlight-parser ]}"

I can't find any JS code in the repo.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's used through dependencies and needs USE_NODE, but you're right it doesn't need to be in the path.

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/3249

@viraptor viraptor force-pushed the bump-archivebox-2 branch 2 times, most recently from 291ba4b to 07f5bd3 Compare January 10, 2024 09:54
@dotlambda dotlambda merged commit a962df0 into NixOS:master Jan 10, 2024
20 of 22 checks passed
@viraptor viraptor deleted the bump-archivebox-2 branch January 11, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: clean-up 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants