Mike Sarahan
Mike Sarahan
Unfortunately, this is a lot more tricky than I had hoped. It is as I described - we are loading raw text here: https://github.com/conda/conda-build/blob/master/conda_build/metadata.py#L713 that's called from https://github.com/conda/conda-build/blob/master/conda_build/metadata.py#L1497 In order...
I don't really know. This hinges completely on pip or wheel's ability to generate this info. For the time being, conda-build doesn't know enough about how a wheel filename is...
Thanks @njsmith. conda-build can certainly return the path of the wheel file that got created, but the part of the API that @jakirkham has asked about here is pre-build. You...
Consider a PR. You are seeing documented (https://conda.io/docs/user-guide/tasks/build-packages/define-metadata.html#source-from-a-local-path), well-established behavior. You may want to use a different source type, such as git_url, with a relative path.
It is an option, but we're not going to implement it for you. I'd take a PR that implements this.
It may be worthwhile to put this into meta.yaml instead of as a CLI option. You would add a new key to the source section. Maybe something like "path_ignore_globs." check...
As a hack for now, try removing those files at the end of your build.sh script. Longer term, we'll try to fix this issue, but anything you can do, as...
Skeletons are based on information provided in the package's setup.py. If that doesn't list nose as a dependency, conda-build will not add it. Imports in setup.py don't count, though perhaps...
This might help explain everything you're seeing. https://www.anaconda.com/blog/developer-blog/package-better-conda-build-3/ On Oct 26, 2017 7:20 PM, "Ryan Grout" wrote: > Are you both using the same version of conda-build? > > —...
Great, closing for now. Happy to reopen if anyone wants.