-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Added recipe for msg-extractor #1500
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Assuming this failed because all of the windows modules weren't yet up. Closing/reopening |
Well, I'm really not sure what to make of this - the module can't find |
Seems those packages were broken. See issue ( conda-forge/olefile-feedstock#1 ). |
Closing and reopening, now that |
@jakirkham Hooray! Can we get a merge? |
version: {{ version }} | ||
|
||
source: | ||
git_url: https://github.com/mattgwwalker/{{ name }}.git |
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 we do this here instead?
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/mattgwwalker/msg-extractor/archive/v{{ version }}.tar.gz
sha256: 9189ab65c801c0269534e3ffb4f5923a02c8766d2b21e9412c6fa885e77e7fdb
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.
(Alas, didn't work)
LGTM. @ocefpaf? |
(ping @ocefpaf for merge) |
msg-extractor
is a funky package since it isn't a module and isn't on pypi. The primary issue with this is that we can't easily patch it to work with anentry_point
, so I've left that out of the build. It likely won't be possible to invoke the package from the command line, but it will still be usable in imports.