AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

Ensure that r package metadata has 'subdir' fields #130

Closed awwad closed 3 years ago

awwad commented 3 years ago

Ensure that r package metadata has 'subdir' fields by updating the hotfixes specified in r.py to check.

Please note that like many of the patching instructions, this does not change repodata about .conda packages (which is kept in the "packages.conda" dict in repodata.)

This tested successfully on a local repository and then on the actual build network.

In the future, a cleaner structure around required fields would be beneficial.

dbast commented 3 years ago

@awwad How did you find out that this was missing / what is the situation where this is required?

What commands did you run locally to test this, something like python test-hotfix.py r --subdir linux-64 osx-64 win-64 noarch?

dbast commented 3 years ago

closing and reopening to trigger newly added github action.