python3Packages.asyncua: init at 1.0.0#196552
Conversation
510d545 to
26b53ae
Compare
26b53ae to
8488310
Compare
|
Result of 2 packages built:
|
fabaff
left a comment
There was a problem hiding this comment.
Please add pythonImportsCheck as an additional safe-guard.
There was a problem hiding this comment.
See https://github.com/FreeOpcUa/opcua-asyncio/blob/master/setup.py#L26
| typing-extensions | |
| ]; | |
| ] ++ lib.optionals (pythonOlder "3.8") [ | |
| typing-extensions | |
| ]; |
There was a problem hiding this comment.
Added importlib-metadata as conditional dependency for pythonOlder "3.8", as it says in setup.py. Is there a similarity between importlib-metadata and typing-extensions i should be aware of? However, build fails with
> ERROR: Could not find a version that satisfies the requirement typing-extensions>=3.7.2 (from aiosqlite) (from versions: none)
> ERROR: No matching distribution found for typing-extensions>=3.7.2
on all python versions when typing-extensions is not explicitly added. I don't understand why this is not included with aiosqlite.
|
Thanks for reviewing @fabaff! I left all commits intact for easier re-review, but will of course squash when it is ready. |
|
Result of 2 packages built:
|
|
Could you please squash the commit? |
8ff229e to
7cb9193
Compare
7cb9193 to
c6f0740
Compare
|
Result of 2 packages built:
|
1 similar comment
|
Result of 2 packages built:
|
c9980d0 to
be75e21
Compare
be75e21 to
88707c9
Compare
|
Result of 2 packages built:
|
|
Thanks for the help @fabaff. I have squashed in your c9980d0aee4c74724db6e56e6a78f0a4c687ec1a. I think this is ready to merge now? |
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/1480 |
|
@ofborg build python3Packages.asyncua |
Description of changes
Add python package asyncua.
The package also provides a cli tool, but I propose only adding it as a package for now.
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes