-
Notifications
You must be signed in to change notification settings - Fork 35
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
[PROPOSAL] Public poll - Standard pip installation #73
Comments
The fw-fanctrl/nix/packages/fw-fanctrl.nix Lines 24 to 40 in c79c43e
So it sounds good to me. |
Hi @Svenum, Thanks for your feedback. Nice to see that this is already being used in some way! What do you think about other formats, and why did you choose the |
I used it as it is the recommended way from nixos to package a python package. Thats the only reason. |
Thanks |
That's fine by me 👍 |
For what it's worth, |
Hi,
Currently, the installation process manually moves the Python script to
/usr/bin/fw-fanctrl
(or other configured path).This is a manual non-standard process that is only valid for single-file scripts.
I think that we should use the "standard" way of doing this with a
setup.py
file descriptor and install it withpip install
instead.This would allow us to split the already large (633 lines) script file into modules, as well as allow for versioning and possible future dependencies and developement dependencies (e.g. a file formatter or tests to ensure uniformity and stability).
What do you think about this this?
This is a public poll, feel free to give your opinion and discuss this proposal even if you are not an active developer on this project 😉
The text was updated successfully, but these errors were encountered: