kraken-build / kraken

The Kraken build system.
https://kraken-build.github.io/kraken/
28 stars 12 forks source link

Make it possible for Kraken to handle PyPI #239

Closed qsantos closed 5 months ago

qsantos commented 6 months ago

Explicitly listing PyPI as a package index with an URL results in the error below. This PR sets the index_url of the package indexes whose aliases matches pypi to None. This requires another change to handle this None value properly.

The PyPI repository cannot be configured with a custom url.