DavHau / pypi-deps-db

Dependency DB for python packages on pypi
MIT License
66 stars 40 forks source link

Restore to working order #27

Closed TyberiusPrime closed 1 year ago

TyberiusPrime commented 1 year ago

This PR fixes the action to work again.

Basically it's a workaround for a bug in nixpkgs impure.nix, where isDir works for strings, but not for paths, and something changed, so that pypi-deps-db's py36 overlay is now being understood as a path, and had to be a directory.

DavHau commented 1 year ago

Thanks, please remove the last commit which updates the data.

TyberiusPrime commented 1 year ago

Of course. I had hoped we could save on the computation, but it does make the PR very unwieldy and appears to break the diff UI here on Github.

TyberiusPrime commented 1 year ago

This fixes #23.