-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
pythonPackages.colormath: init at 3.0.0 #76962
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
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.
also, please squash the commits, there should only be one.
pythonPackages.colormath: init at 3.0.0
you could do:
git reset HEAD~5 # put last five commits into unstaged area
git add pkgs/
git commit -m "pythonPackages.colormath: init at 3.0.0"
git push <fork> <branch> --force
I would also like for you to add yourself as a maintainer :) #76640 is a good example of commit structure :). If you do, the commit history should be:
maintainers: add jonathanreeve
pythonPackages.colormath: init at 3.0.0
Ok I think I got it all into one commit now, and added myself as a maintainer. |
I would also like for you to add yourself as a maintainer :) #76640 is a good example of commit structure :). If you do, the commit history should be:
there should be 2 commits, one adding you as a maintainer in maintainers.nix, and the other adding the package |
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.
fix ofborg evaluation errors please
Oops, it's case sensitive. It should be fixed now. I'm already in the maintainer's list, so that will explain the single commit here. |
ah, I assumed since you left it out initially that you weren't added. I apologize |
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.
some small nitpicks, otherwise LGTM
Cool, I've just made those changes, squashed all the commits, and force-pushed the result. |
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.
diff LGTM
commit LGTM
has tests 👍
[4 built, 6 copied (42.3 MiB), 6.7 MiB DL]
https://github.com/NixOS/nixpkgs/pull/76962
3 package were built:
python27Packages.colormath python37Packages.colormath python38Packages.colormath
@GrahamcOfBorg build python27Packages.colormath python37Packages.colormath python38Packages.colormath |
Motivation for this change
Add a new python package: colormath
Things done
Just added the new package.
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)Notify maintainers
cc @