| 20 Sep 2024 |
autra | Ivan Mincik (imincik): at least for python packages, a passthru.updateScript is automatically setup on derivation that don't have it by mkPythonDerivation: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/python/mk-python-derivation.nix#L223 | 17:13:53 |
autra | following stuff: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/python/update-python-libraries/default.nix and https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py | 17:16:20 |
autra | which in turn seems to use the fetcher to check if a new version is published :-) | 17:16:41 |
autra | neat! | 17:16:56 |
autra | it doesn't explain why this bot didn't update mapclassify for instance, but well... | 17:42:57 |
Ivan Mincik (imincik) | I think update script is not mandatory. In many trivial cases update bot can just check latest release and create PR without update script. | 18:41:25 |
Ivan Mincik (imincik) | Also, sometimes it takes very long time until update bot creates PR after new release. | 18:44:37 |
Tim Sutton | In reply to @imincik:matrix.org No, but I would be interested to investigate this use case once I have some free time. Ah matrix probably treats uploads ephemerally | 19:54:40 |
| 21 Sep 2024 |
autra | In reply to @imincik:matrix.org I think update script is not mandatory. In many trivial cases update bot can just check latest release and create PR without update script. It might only consider releases, not tags though (I still need to debug a bit to be extra sure of that). And apparently, only github is supported now. | 18:57:32 |
| 22 Sep 2024 |
sikmir | We have broken cross compilation for libspatialite, librasterlite2, librttopo and grass, any ideas how to fix?
> checking for geos-config... /nix/store/05jx4m5cx65gvg56ycglys0q3i20hvyn-geos-3.12.2/bin/geos-config
> checking for geos_c.h... yes
> checking for library containing GEOSContext_setErrorMessageHandler_r... no
> configure: error: could not find libgeos_c (or obsolete 'libgeos_c' < v.3.5.0 found) - you may need to specify the directory of a geos-config file using --with-geosconfig
| 13:11:43 |
| 25 Sep 2024 |
autra | @imincik:matrix.org: I've invited you to my fork so that we can collaborate for geos. | 10:28:30 |