Support conversion of .conda
format with conda convert
#5620
Labels
type::feature
request for a new feature or capability
.conda
format with conda convert
#5620
Checklist
Overview
When trying to convert a
.conda
package usingconda convert
, I got an error similar to the following:This is also clear by looking around line 382 of the
api.py
source code that raised the issue:conda-build/conda_build/api.py
Lines 365 to 382 in e5b060e
There is no mention to
.conda
format.Steps to reproduce the error
The error can be reproduced with any attempt to convert a
.conda
format built package using:Why is this needed?
Since conda-build 25.1.0
.conda
is the new default package format.Therefore, I think it would be useful to be able to use
conda convert
directly on a.conda
format package.What should happen?
The command:
should successfully convert a
.conda
format package, as it does for thetar.bz2
format.The text was updated successfully, but these errors were encountered: