-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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.releases: init at 1.6.1 #63237
Conversation
--replace "sphinx>=1.3,<1.8" "sphinx ~= 1.3" | ||
''; | ||
|
||
# Tests excluded from sdist packagen |
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.
Usually preferred to just use fetchFromGitHub
then.
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 thought that was less preferable due to the automated update bot will only look at pypi metadata.
If you want me to change, i can.
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.
nixpkgs-update is equipped to update this
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.
Okay, I will change then :)
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.
Looks like he runs all his tests through another package of his called invocations
, problem is that they are circular dependencies of each other, and the dependency management on invocations is.... loose. I'll just open a PR on his repo to fix the setup.py and it should be easier to package and test.
Pausing progress on this PR until I upstream some dependency fixes in targeted repos |
A lot of the dependencies haven't been maintained in a while, and are hard to test...... I'm just going to close this. If |
Motivation for this change
Another indirect dependency of
azure-cli
. Sorry for the PR spam, but until #60435 gets merged, I'm just adding leaf dependencies that aren't in nixpkgs yet.This is sphinx extension for generating changelogs.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)$ nix path-info -Sh ./result
/nix/store/lp5jrxlr7hbbq6inyl0sbqksr3ifpir6-python3.6-releases-1.6.1 165.4M
most of the size is sphinx ~165.2M