-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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.{pyshark,pylxd,nsenter}: init #84793
Conversation
|
||
doCheck = false; |
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.
why?
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.
Because the failing tests were preventing me from building pylxd. I took a closer look now and found that it was only one test, so I deselected that. The breakage started with the python 3.7.6 -> 3.7.7 update. An update of the module did not help.
|
||
buildPythonPackage rec { | ||
pname = "nsenter"; | ||
version = "0.2"; |
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 hasn't seen an update in 4 years, it probably shouldn't go in nixpkgs
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.
There have been new changes to the repository as recently as 16 days ago and there is no hint that it is unmaintained. If you want I can also package the latest master revision, but there haven't been significant changes, mostly because it still works fine as it is.
The test `cherrypy/test/test_tools.py::ToolTests::testCombinedTools` is failing since the python was updated to 3.7.7 and is now deselected.
I copy-pasted this from a private repo where I had packaged it a long time ago. I should have been more careful while doing that. |
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.
I have tested the pyshark
package successfully. The other packages I have not tried, but they look okay at first sight.
I have tested the |
Motivation for this change
This adds some general purpose python modules that I need to nixpkgs.
Things done
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)