-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
pythonPackages.bumpversion: init at 0.5.3 #55034
Conversation
@@ -0,0 +1,24 @@ | |||
{ stdenv, lib, buildPythonPackage, fetchFromGitHub }: | |||
|
|||
buildPythonPackage rec { |
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.
Isn't this an application rather than a library?
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.
its in devDependencies for the project i try to package up.. but i guess it can be used as a application
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.
Are you sure it's used as import bumpversion
there? Also, I've sometimes seen the case that an application is imported just to call its main function, what could have been done using subprocess.call()
.
description = "Version-bump your software with a single command"; | ||
homepage = https://github.com/peritus/bumpversion; | ||
maintainers = with maintainers; [ peterromfeldhk ]; | ||
license = with licenses; [ mit ]; |
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.
license = with licenses; [ mit ]; | |
license = licenses.mit; |
@@ -0,0 +1,24 @@ | |||
{ stdenv, lib, buildPythonPackage, fetchFromGitHub }: | |||
|
|||
buildPythonPackage rec { |
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.
Are you sure it's used as import bumpversion
there? Also, I've sometimes seen the case that an application is imported just to call its main function, what could have been done using subprocess.call()
.
sha256 = "08zjxa9k15jrvjy7j7qbwjkggcisbx2x4yh5rva4slnjrk3qhmx8"; | ||
}; | ||
|
||
# checkInputs = [ pytest mock git mercurial ]; |
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.
No need to comment these out. They won't be used unless checks are enabled.
Are there any updates on this pull request, please? |
Nothing happening so closing. |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)