galaxyproject / cargo-port

cache packages permanently
https://depot.galaxyproject.org/software/
MIT License
12 stars 34 forks source link

conda-build 3 recipes may have lists of sources #147

Open mbargull opened 6 years ago

mbargull commented 6 years ago

conda-build >=3 added the ability to use multiple sources when building a package by allowing a recipe's source section to be a list, optionally, see https://conda.io/docs/user-guide/tasks/build-packages/define-metadata.html#source-from-multiple-sources. This is currently not handled by .conda/get_urls.py and .conda/to_cargoport.py.