Am 08.05.23 um 19:40 schrieb Pablo Rodriguez via ntg-context:
On 5/8/23 17:58, Bruce Horrocks via ntg-context wrote:
On 8 May 2023, at 16:20, Pablo Rodriguez wrote: [...] Sorry, but I don’t know how to force git urls to be added as zip packages in https://modules.contextgarden.net.
Use https://github.com/ousia/handlecsv/archive/refs/heads/context-suite.zip as the link to download as a Zip file.
I thought https://codeberg.org/fiee/context-simpleslides as git URL would have worked for me, but the new script actually installs the outdated simpleslides.zip. So I used a link to the release ZIP for a new release: https://codeberg.org/fiee/context-simpleslides/archive/2023-04-13.zip But the script still only installs the old ZIP. Actually, no, it doesn’t install anything, but doesn’t complain: """ ~/lmtx/tex $ mtxrun --script install-modules --install t-simpleslides mtx-install-modules | loading entries from file '~/lmtx/tex/texmf-context/tex/context/modules/third/mtx-install-imp-modules.lua' mtx-install-modules | loading entries from file '~/lmtx/tex/texmf-context/tex/context/modules/third/mtx-install-imp-tikz.lua' mtx-install-modules | mtx-install-modules | mtx-install-modules | renewing file database mtx-install-modules | system | lua | compiling '~/lmtx/tex/texmf-cache/luametatex-cache/context/c821363a6b068765c2a3bbfe3917fcf5/trees/71c82419867f9a0df8a150196c03c86f.lua' into '~/lmtx/tex/texmf-cache/luametatex-cache/context/c821363a6b068765c2a3bbfe3917fcf5/trees/71c82419867f9a0df8a150196c03c86f.lud' ... system | lua | dumping '~/lmtx/tex/texmf-cache/luametatex-cache/context/c821363a6b068765c2a3bbfe3917fcf5/trees/dcb651482955ac31eaab7723b70e0184.lua' into '~/lmtx/tex/texmf-cache/luametatex-cache/context/c821363a6b068765c2a3bbfe3917fcf5/trees/dcb651482955ac31eaab7723b70e0184.lud' stripped mtx-install-modules | mtx-install-modules | installed: t-simpleslides mtx-install-modules | """ "mtxrun --script install-modules --install simpleslides" (without "t-") works. But either the module scripts should re-pack tgz archives or the installer must learn to handle them. Hraban