-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
WIP: python3Packages.modularcalculator: init at 1.5.0 #412879
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
base: master
Are you sure you want to change the base?
Conversation
b0f4fca
to
cc3c6f2
Compare
0329b94
to
b48d2ed
Compare
]; | ||
|
||
dependencies = [ strct ]; | ||
|
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.
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.
I didn't manage to get unittestCheckHook
working, I'm not sure if it is possible with the upstream tests layout.
I added a checkPhase
that runs tests.py
in e0dd82d. If everything looks good to you now I can squash the commits.
Edit: Also updated the package to the last version in the process.
Edit2: I also patched testrunner.py
in b231dda to make it crash if some test fails.
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.
@Aleksanaa do the last changes remove the need for adding unittestCheckHook
?
b22fcfb
to
e0dd82d
Compare
There have been no updates in the last month, I just want to make it clear that I'm waiting for somebody to confirm that the current implementation of the |
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/5688 |
Added
modularcalculator
python package.Project repository: https://github.com/JordanL2/ModularCalculator.
The main purpose of this package is to run the
modularcalculator-qt
graphical application. I will do a pull request for the graphical application when the python library is merged.Graphical application repository: https://github.com/JordanL2/ModularCalculatorInterface
I have been using the graphical application for a while without issues, so I can confirm the underlying library is working. If you want to play with the library itself here is a small test you can try:
Things done
nix.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.