[Distutils] Handling the binary dependency management problem
Marcus Smith
qwcode at gmail.com
Mon Dec 2 19:03:01 CET 2013
> In the conda build guide, the yaml spec files reference dependencies by
> name/version (and the type of conda environment you're in will determine
> the rest)
>
> http://docs.continuum.io/conda/build.html#specifying-versions-in-requirements
> Where does the hash come in? what do you mean?
>
e.g. here's the requirement section from the spec file for their recipe for
fabric.
https://github.com/ContinuumIO/conda-recipes/blob/master/fabric/meta.yaml#L28
requirements:
build:
- python
- distribute
- paramiko
run:
- python
- distribute
- paramiko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20131202/eb0ecd05/attachment-0001.html>
More information about the Distutils-SIG
mailing list