Opinions on packaging parinfer-rust-mode

2024-07-14 Thread Lee Thompson
Greetings all, I want to port https://github.com/justinbarclay/parinfer-rust-mode to Guix. This package is a more modern and actively maintained version of `parinfer-mode`, which is already in Guix, that loads a Rust-based library to handle all the heavy computation. I've got a couple of patches

Re: Managing python entry-points to discover plugin package with the new pyproject-build-system ?

2024-07-14 Thread s.rey.coyrehourcq
Hi, Le vendredi 12 juillet 2024 à 11:47 AM, Simon Tournier a écrit : > > > Hi, > > On Thu, 11 Jul 2024 at 15:55, "Sebastien Rey-Coyrehourcq" > sebastien.rey-coyrehou...@univ-rouen.fr wrote: > > > Entry-point is a common way to install/link package as > > plugin. Even if my homemade package mkd

Packaging a Fossil repo

2024-07-14 Thread Spencer via
I'm trying to update the Arcan package to the newest 0.6.3.2 version, and the github repo notes that they are moving from git to fossil soon. Is there any standard way to package a fossil repo? Thanks!

Re: Packaging a Fossil repo

2024-07-14 Thread Ekaitz Zarraga
You can try with release tarballs or we could write a fossil downloader like Git-download. It shouldn't be very difficult (famous last words). On 2024-07-12 06:28, Spencer via wrote: I'm trying to update the Arcan package to the newest 0.6.3.2 version, and the github repo notes that they are m

Re: Opinions on packaging parinfer-rust-mode

2024-07-14 Thread Nils Landt
> Lee Thompson hat am 14.07.2024 14:21 CEST geschrieben: > > What I'm unsure about is this: parinfer-rust-mode is designed to offer > you the option of automatically downloading the companion Rust library > from the repo at https://github.com/justinbarclay/parinfer-rust-emacs. > This worked fine f