Skip to content
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

Suggestion: add noarch #19

Conversation

regro-cf-autotick-bot
Copy link
Contributor

@regro-cf-autotick-bot regro-cf-autotick-bot commented Jul 8, 2018

I think this feedstock could be built with noarch.
This means that the package only needs to be built once, drastically reducing CI usage.
See here for more information about building noarch packages.
Before merging this PR make sure:

  • No compiled extensions
  • No post-link or pre-link or pre-unlink scripts
  • No OS specific build scripts
  • No python version specific requirements
  • No skips except for python version. (If the recipe is py3 only, remove skip statement and add version constraint on python)
  • 2to3 is not used
  • Scripts argument in setup.py is not used
  • If entrypoints are in setup.py, they are listed in meta.yaml
  • No activate scripts
  • Not a dependency of conda
    Notes and instructions for merging this PR:
  1. If any items in the above checklist are not satisfied, please close this PR. Do not merge.
  2. Please merge the PR only after the tests have passed.
  3. Feel free to push to the bot's branch to update this PR if needed.

This PR was created by the cf-regro-autotick-bot.
The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable.
Finally, feel free to drop us a line if there are any issues!

@conda-forge-linter
Copy link

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 (recipe) and found it was in an excellent condition.

@irmen irmen closed this Jul 9, 2018
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the noarch_migration branch February 25, 2019 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants