-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
python3Packages.ihatemoney: 4.1 -> 4.2 #85023
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
Conversation
What is the package name? I'm not finding it as "ihatemoney". |
I fixed the title of the PR. The commit messages are correct. |
I updated ihatemoney to 4.2 but haven't tested enough yet. |
7e4e8dd
to
e27be0a
Compare
@GrahamcOfBorg build python3.pkgs.ihatemoney.tests |
@GrahamcOfBorg build python3.pkgs.ihatemoney.tests.ihatemoney.ihatemoney-postgresql python3.pkgs.ihatemoney.tests.ihatemoney.ihatemoney-sqlite |
Looks like the PR is ready. |
/marvin opt-in |
Hi! I'm an experimental bot. My goal is to guide this PR through its stages, hopefully ending with a merge. The stages are
Anybody can switch the current status with a comment of the form Feedback and contributions to this bot are appreciated. |
/status needs_review |
bc91500
to
dc8f625
Compare
I thought a bit about this, and came to the conclusion that I can override the dependencies of ihatemoney locally because ihatemoney will never be the dependency of something else. It is only a library because it must be imported by uswgi, but it will not be depended upon by some other python module. I also updated uswgi and removed the now-unneeded workaround. I tested this in a vm, and csv downloading works :) /status needs_review |
I agree with your reasoning, since this is a de-facto python application. Still, since we kind of have an (unwritten?) policy against dependency overrides within python-module I'd like @FRidh's okay on this. @FRidh do you agree that its fine to override the dependencies here, since the module will only ever be used as an application (but through uswgi)? |
@jonringer do you maybe have an opinion on this? See my last comment. /status needs_work |
Well, lacking any feedback I will just assume its fine. Please add the I would still prefer to avoid hardcoding the |
happens when dowbloading csv reports
it does not build and is not supported according to setup.cfg
dc8f625
to
2b0cfa4
Compare
done. The nixos tests still pass locally. |
Thanks, and thank you for your patience! |
Update.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)