-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
pythonPackages.pyment: init at 0.3.3 #53830
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
meta = with lib; { | ||
homepage = https://github.com/dadadel/pyment; | ||
description = "Create, update or convert docstrings in existing Python files, managing several styles."; | ||
platforms = platforms.all; |
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.
remove this line
|
||
meta = with lib; { | ||
homepage = https://github.com/dadadel/pyment; | ||
description = "Create, update or convert docstrings in existing Python files, managing several styles."; |
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.
{ stdenv, lib, buildPythonPackage, fetchPypi }: | ||
|
||
buildPythonPackage rec { | ||
pname = "Pyment"; |
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.
pname = "Pyment"; | |
pname = "pyment"; |
version = "0.3.3"; | ||
|
||
src = fetchPypi { | ||
inherit pname version; |
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.
inherit pname version; | |
pname = "Pyment"; | |
inherit version; |
Please squash the commits into a single one with a message exactly as this PR's title. |
17329da
to
b57527b
Compare
done! |
@GrahamcOfBorg build python2.pkgs.pyment python3.pkgs.pyment |
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.
Everything looks good aside from my comment.
b57527b
to
94de11a
Compare
resolved all outstanding comments |
@GrahamcOfBorg build python2.pkgs.pyment python3.pkgs.pyment |
@jethrokuan To issue ofborg commands such as i.e your github handle somewhere here@GrahamcOfBorg build python2.pkgs.pyment python3.pkgs.pyment |
I see haha. |
Thanks for your contribution @jethrokuan ❇️ |
Thanks @worldofpeace and @dotlambda for the reviews! |
Motivation for this change
init new package pyment.
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)