<https://github.com/astropy/conda-channel-astropy>
_This builder-bot makes conda
packages for astropy
affiliated packages.
conda
_ packages will be made only for non-dev versions of affiliated
packages.PEP 440
_ but avoids the need for any intelligent parsing).conda
_ recipes are avoided wherever possible to avoid duplicating
information already in the setup.py
of most affiliated packages.Open a pull request that updates the version number of the package(s) to be
built. Doing so will trigger builds of the new package(s) on all platforms.
Packages are automatically upload to the astropy binstar channel
_.
conda
_ package.
python setup.py bdist_conda
.setup.py
so that this works.conda skeleton pypi packagename
to generate
the initial recipe and modify as needed until
conda build packagename
works.python setup.py bdist_conda
works you only need to open a pull
request on this repo that adds the package and version to
requirements.txt
.requirements.txt
recipe-templates
.This software is licensed under a BSD 3-clause license. See LICENSE.rst
for details.
.. _astropy: http://astropy.org .. _conda: http://conda.pydata.org/ .. _PEP 440: https://www.python.org/dev/peps/pep-0440/ .. _astropy binstar channel: http://binstar.org/astropy