-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
xlsxgrep: drop #340582
xlsxgrep: drop #340582
Conversation
dropping seems like a sane choice. Please fix merge conflict and rename to |
please also add an entry in pkgs/top-level/aliases.nix |
e8fa48f
to
636bf47
Compare
Remove xlsxgrep The last update from 0.0.23 to 0.0.29 broke it as it switched from xlrd to pyexcel. I tried switching to pyexcel but pyexcel-xlsx (for .xlsx support - important) isn't packaged yet. I tried packaging it but pyexcel-xlsx doesn't seem to be actively maintained anymore and isn't compatible with the most recent openpyxl version. I also considered downgrading to 0.0.23 but xlrd is unmaintained and recommends openpyxl.
636bf47
to
4552cd2
Compare
@pbsds Thanks for the feedback! Rebased, changed commit message and added to |
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.
Since the package was already broken I don't consider this a "breaking change", hence eligible to be merged before stable branch-off. Waiting for eval
ZHF #352882 |
Description of changes
The last update from 0.0.23 to 0.0.29 (broke it as it switched from xlrd to pyexcel.
I approved the PR but seems I messed something up during testing (#335019).
I tried switching to pyexcel but pyexcel-xlsx (for .xlsx support - important) isn't packaged yet. I tried packaging it but pyexcel-xlsx doesn't seem to be actively maintained anymore and isn't compatible with the most recent openpyxl version (pyexcel/pyexcel-xlsx#52).
I also considered downgrading to 0.0.23 but xlrd is unmaintained and recommends openpyxl.
Not sure what to do about this.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.