-
Notifications
You must be signed in to change notification settings - Fork 12
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
Trying to submit package to conda-forge #105
Conversation
Hello @camaramm, and thanks for your effort! I'm travelling this week, but I was planning to do a small 1.2.1 release next week (mainly to check how type annotations interact with latest NumPy). I can include the necessary changes in that version to unblock you. I'm not an expert on conda-forge, but I think |
Don't worry about the build errors related to |
Sure, take your time.
I'm not an expert either. But it is nice to know your thought, it confirms one of my hypothesis for the build error in conda-forge.
Yes, you're right. I've included as a reference. I'll update to remove it. |
Hi @camaramm! I now had the time to investigate this properly. I agree with your analysis of the build failure:
I tried locally building the distribution with your change to However, there might be an easier way to fix this issue. If you get the source tarball from GitHub and not PyPI, the file should be correctly included. See https://github.com/conda-forge/staged-recipes/blob/main/recipes/example/meta.yaml#L17. Can you try to update the conda-forge PR to use GitHub source instead? If that works, then no ennemi changes are necessary. I'll still push a 1.2.1 update soon, so:
|
I noticed that you got the script working in conda-forge/staged-recipes#20405, so I went and published the 1.2.1 version. I'll close this PR now, but feel free to be in touch. Thank you for your contribution in making ennemi more widely available, I really appreciate it! 😃 |
Hi @polsys . Thanks for your attention and effort! Yes, I have tried using the GitHub source, as suggested, and now all checks have passed in the submission process. Still waiting the conclusion, but it seems it is all right. |
Hello @polsys ,
I'm trying to submit your package
ennemi
to conda-forge, as of PR https://github.com/conda-forge/staged-recipes/pull/20314/checks.The build process has failed and I've only found a clue of the problem in the raw log, which states
FileNotFoundError: [Errno 2] No such file or directory: '/home/conda/staged-recipes/build_artifacts/ennemi_1662399536726/work/DESCRIPTION.md'
.So that the motivation for this PR in ennemi.
Feel free to contact.