-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
rclone-python: init at 0.1.12 #288952
base: master
Are you sure you want to change the base?
rclone-python: init at 0.1.12 #288952
Conversation
7eb1ed3
to
360d53e
Compare
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.
Reviewed points
- package path fits guidelines
- package name fits guidelines
- package version fits guidelines
- package builds on x86_64-linux
-
meta.description
is set and fits guidelines -
meta.license
fits upstream license -
meta.maintainers
is set - source is fetched using the appropriate function
propagatedBuildInputs = [ rclone rich ]; | ||
|
||
# tests require working internet connection | ||
doCheck = false; |
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 couldn't find any tests at all in the source repository.
360d53e
to
724c281
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1774 |
724c281
to
9503dc3
Compare
@ofborg build python312Packages.rclone-python The commit message should also start with that. |
f5bab6a
to
a636e60
Compare
Co-authored-by: Arne Keller <[email protected]>
a636e60
to
09fa1c4
Compare
lI reworded the commit, is this the right way to do it? |
Description of changes
A python module
pretty straight forward, I added rclone as a propagated build input, as this is a module required for it, however if the recommended way is for the user to install it separately, I can adjust the code as required.
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.