-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
icloudpd: 1.24.0 -> 1.24.3 #353782
icloudpd: 1.24.0 -> 1.24.3 #353782
Conversation
Result of 10 packages built:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f2560b3
to
daddfda
Compare
daddfda
to
d711d8f
Compare
@@ -72,8 +72,11 @@ python3Packages.buildPythonApplication rec { | |||
|
|||
preBuild = '' | |||
substituteInPlace pyproject.toml \ | |||
--replace "setuptools==69.0.2" "setuptools" \ | |||
--replace "wheel==0.42.0" "wheel" | |||
--replace-fail "setuptools==69.0.2" "setuptools" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not using pythonRelaxDeps ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
afaik it doesn't work well with the build system components, or at least in the other python packages I maintain, I've never made it work with setuptools
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Things done
Bumped
icloudpd
to 1.24.3 and also updated related Python libsrp
to 1.0.22nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.