conda-incubator / conda-recipe-manager

A project for libraries and automated tools that manage and manipulate conda recipe files.
BSD 3-Clause "New" or "Revised" License
10 stars 8 forks source link

207 Refactor `RecipeParserDeps` #209

Closed schuylermartin45 closed 3 weeks ago

schuylermartin45 commented 3 weeks ago

Addresses #207

While developing another prototype, I noticed that we did not have an ability to add or remove Dependency objects in recipe files. I also noticed that RecipeParserDeps was not in line with the new Parser/Reader naming scheme.

Hence this PR that contains: