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
Hi, I am working on porting this project to nixpkgs (the nix package manager repository), in NixOS/nixpkgs#328819, as it what requested by an user.
While writing a derivation (package), we create also tends to initialize all the missing dependencies along with it, from source (whenever possible). During this process, I noticed an warning on the s2s repository README:
s2's dependency, s2sphere was also archived 9 months ago, meaning it will not receive any future updates.
This issue is here to makes sure that you are aware of this minor dependency issue.
I believe you may consider switching to the newer BabelGrid which conveniently supports s2 and h3.
Thanks for your interest
The text was updated successfully, but these errors were encountered:
Hello @Sigmanificient
Thank you for porting the library to the nixpkgs project and pointing out the potential issues regarding S2 dependency.
I tried to use the BabelGrid package, but I encountered few problems with integration:
I can't add it to my stack, because of the H3 dependency version clash (fixed 3.6.6 in BabelGrid vs minimal 4.0.0b in another dependency in my project)
s2sphere is also a dependency in the BabelGrid project, so switching to it won't resolve this problem. Although S2 package is archived and merged into BabelGrid, since it already exists on PyPI, it won't move anywhere and I think that there is no potential update to the S2 grid system.
I might look into alternatives that don't use s2sphere package, but unfortunately it won't be high on my priorities list in the near future.
Hi, I am working on porting this project to nixpkgs (the nix package manager repository), in NixOS/nixpkgs#328819, as it what requested by an user.
While writing a derivation (package), we create also tends to initialize all the missing dependencies along with it, from source (whenever possible). During this process, I noticed an warning on the s2s repository README:
s2's dependency, s2sphere was also archived 9 months ago, meaning it will not receive any future updates.
This issue is here to makes sure that you are aware of this minor dependency issue.
I believe you may consider switching to the newer
BabelGrid
which conveniently supportss2
andh3
.Thanks for your interest
The text was updated successfully, but these errors were encountered: