-
-
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
python3Packages.diagrams: init at 0.12.0 #89127
Conversation
6f5573a
to
f9c57ff
Compare
@@ -269,7 +270,7 @@ def test_version_mocked(mocker, Popen, stdout, expected): # noqa: N803 | ||
|
||
assert version() == (1, 2, 3) | ||
assert version() == expected |
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.
some of these patch changes seem like they should be upstreamed, did you want to open a PR against them and then just use fetchpatch
to bring in those changes?
The nix-specific changes should stay in nixpkgs though.
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 patch has only nix-specific changes.
cp -r resources $out/${python.sitePackages}/ | ||
''; | ||
|
||
# tests not included with PyPi Release |
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.
Can you ask the project to distribute them?
I marked this as stale due to inactivity. → More info |
Closing due to inactivity from author. |
Motivation for this change
Adding popular diagrams package to draw cloud diagrams with python. In addition this PR upgrades the over 2 years old graphviz package.
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)