Skip to content

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

Merged
merged 1 commit into from
Jan 13, 2019

Conversation

jethrokuan
Copy link
Contributor

Motivation for this change

init new package pyment.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@jethrokuan jethrokuan requested a review from FRidh as a code owner January 12, 2019 09:27
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;
Copy link
Member

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.";
Copy link
Member

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";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pname = "Pyment";
pname = "pyment";

version = "0.3.3";

src = fetchPypi {
inherit pname version;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
inherit pname version;
pname = "Pyment";
inherit version;

@dotlambda
Copy link
Member

Please squash the commits into a single one with a message exactly as this PR's title.

@jethrokuan
Copy link
Contributor Author

done!

@dotlambda
Copy link
Member

@GrahamcOfBorg build python2.pkgs.pyment python3.pkgs.pyment

Copy link
Contributor

@worldofpeace worldofpeace left a 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.

@jethrokuan
Copy link
Contributor Author

resolved all outstanding comments

@jethrokuan
Copy link
Contributor Author

@GrahamcOfBorg build python2.pkgs.pyment python3.pkgs.pyment

@worldofpeace
Copy link
Contributor

@jethrokuan To issue ofborg commands such as build you need special recognition

i.e your github handle somewhere here

@GrahamcOfBorg build python2.pkgs.pyment python3.pkgs.pyment

@jethrokuan
Copy link
Contributor Author

@jethrokuan To issue ofborg commands such as build you need special recognition

I see haha.

@worldofpeace worldofpeace merged commit 0f017ed into NixOS:master Jan 13, 2019
@worldofpeace
Copy link
Contributor

Thanks for your contribution @jethrokuan ❇️

@jethrokuan
Copy link
Contributor Author

Thanks @worldofpeace and @dotlambda for the reviews!

@jethrokuan jethrokuan deleted the pkg-init/pyment branch January 13, 2019 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants