zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 1 forks source link

Find pure pypi packages that have dependencies in renames list #35

Closed analog-cbarber closed 10 months ago

analog-cbarber commented 10 months ago

Find some pypi packages that depend on packages in the standard rename list and test installing them.

analog-cbarber commented 10 months ago

We can find candidates by downloading

  1. noarch/repodata.json from conda-forge,
  2. pruning to only include last version of noarch python packages
  3. searching for overlap of dependencies with rename list
analog-cbarber commented 10 months ago

Maybe the same thing could be done using pypi index.