-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
python3Packages.simple_di: init at 0.1.2 #142910
Conversation
]; | ||
|
||
meta = { | ||
description = "simple dependency injection 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.
Start descriptions with an uppercase.
description = "simple dependency injection library"; | |
description = "Simple dependency injection 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.
Somehow I misread "should be capitalized" as "should not be capitalized."
OfBorg is hung up. |
@@ -8450,6 +8450,8 @@ in { | |||
|
|||
simplekml = callPackage ../development/python-modules/simplekml { }; | |||
|
|||
simple_di = callPackage ../development/python-modules/simple_di { }; |
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.
The name is not normalised. It must be simple-di.
] ++ lib.optional (pythonOlder "3.7") [ | ||
dataclasses | ||
]; | ||
|
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.
Missing pythonImportCheck and checkPhase.
buildPythonPackage rec { | ||
version = "0.1.2"; | ||
pname = "simple_di"; | ||
disabled = pythonOlder "3.6.1"; |
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.
This should be version "3.6".
version = "0.1.2"; | ||
pname = "simple_di"; |
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.
version = "0.1.2"; | |
pname = "simple_di"; | |
pname = "simple-di"; | |
version = "0.1.2"; |
@AndersonTorres please don't merge python PRs which are not fully up to standard. This PR was definitely not LGTM. |
Should I be making a new PR for this? |
Yes.
Apologies for the incident. |
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)