You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pynixify wikitextparser
Resolving wikitextparser
Error parsing requirements of /nix/store/190ccpx58ga9qym1x16z1f1sx2i9wym6-wikitextparser-0.48.0.tar.gz. Assuming it has no dependencies.
Error parsing requirements of /nix/store/190ccpx58ga9qym1x16z1f1sx2i9wym6-wikitextparser-0.48.0.tar.gz. Assuming it has no dependencies.
Error parsing metadata of /nix/store/190ccpx58ga9qym1x16z1f1sx2i9wym6-wikitextparser-0.48.0.tar.gz. Assuming it has no metadata.
At the moment, pynixify doesn't handle projects with setup.cfg, since it will always try to parse the project's setup.py file, As a workaround to make pynixify work with projects depending on wikitextparser, I'd recommend to manually package wikitextparser in nixpkgs. Then you will be able to use your project with pynixify, as it will use the version of nixpkgs.
Suggestion for packaging: you can use the output of pynixify wikitextparser==0.47.9 as a starting template for packaging. if you manually change the version and hashes in the generated file, that might work ok.
Let me know if you need any help with this workaround!
But it worked ok in the previous version:
wikitextparser migrated to
setup.cfg
in the latest version (see commit ). But I thought pynixify can handlesetup.cfg
.The text was updated successfully, but these errors were encountered: