-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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.pdfminer: 20170720 -> 20181108 #57556
Conversation
@GrahamcOfBorg build pythonPackages.pdfminer |
Everything looks good, though you don't need the |
7261b42
to
ce207b2
Compare
pkgs/top-level/python-packages.nix
Outdated
@@ -5330,6 +5330,8 @@ in { | |||
|
|||
rubymarshal = callPackage ../development/python-modules/rubymarshal { }; | |||
|
|||
ruffus = callPackage ../development/python-modules/ruffus { }; |
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.
Probably didn't mean for that to happen
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.
That's what I just realized on irc... :(
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.
In the course of adding a new package
Just wanted to mention that if said package requires other deps that you need to package, you can do all of that in one pr.
Thanks, it does; and I wasn't sure how to do that and that makes it a lot easier to do than what I was going to... :)
Just wanted to mention that if said package requires other deps that you need to package, you can do all of that in one pr. |
ce207b2
to
be1f482
Compare
You're welcome 😄 |
Thank you for contributing 😄 Btw, if the package you're going to add is purely python packaging, I'd be a good person to ping for review. |
Motivation for this change
In the course of adding a new package I found that it needed a newer version of pdfminer_six than we had so I updated to the latest version
Things done
i did a nox-review wip and other than the packages that didn't work anyway (see #57555) everything seems fine. Also successfully executed everything in bin
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)