Skip to content

A place to submit conda recipes before they become fully fledged conda-forge feedstocks

License

Notifications You must be signed in to change notification settings

thepetabyteproject/staged-recipes

 
 

Repository files navigation

About

This repo is a holding area for recipes destined for a conda-forge feedstock repo. To find out more about conda-forge, see https://github.com/conda-forge/conda-smithy.

Join the chat at https://gitter.im/conda-forge/conda-forge.github.io

Feedstock conversion status

create_feedstocks

Failures with the above job are often caused by API rate limits from the various services used by conda-forge. This can result in empty feedstock repositories and will resolve itself automatically. If the issue persists, support can be found on Gitter.

Getting started

  1. Fork this repository.
  2. Make a new folder in recipes for your package. Look at the example recipe, our documentation and the FAQ for help.
  3. Open a pull request. Building of your package will be tested on Windows, Mac and Linux.
  4. When your pull request is merged a new repository, called a feedstock, will be created in the github conda-forge organization, and build/upload of your package will automatically be triggered. Once complete, the package is available on conda-forge.

Grayskull - recipe generator for Python packages on pypi

For Python packages available on pypi it is possible to use grayskull to generate the recipe. The user should review the recipe generated, specially the license and dependencies.

Installing grayskull: conda install -c conda-forge grayskull

Generating recipe: grayskull pypi PACKAGE_NAME_HERE

FAQ