Re: Guidance for packaging Java programs

2023-07-27 Thread Julien Lepiller
Le 28 juillet 2023 04:09:42 GMT+02:00, Bruno Victal a écrit  : >Hi Julien, > >On 2023-07-13 18:48, Julien Lepiller wrote: >> If you feel like helping, maybe an importer would be a good first step :). >> You should be able to get info from Maven Central (get the pom files, they >> are XML file

Re: Guidance for packaging Java programs

2023-07-27 Thread Bruno Victal
Hi Julien, On 2023-07-13 18:48, Julien Lepiller wrote: > If you feel like helping, maybe an importer would be a good first step :). > You should be able to get info from Maven Central (get the pom files, they > are XML files and we have a module somewhere to handle them (guix build maven > pom)

Re: python package managers: which works on Guix

2023-07-27 Thread Ekaitz Zarraga
Hi, --- Original Message --- On Thursday, July 27th, 2023 at 5:57 PM, Andy Tai wrote: > Hi, a general question: Python-native package managers like conda and > poetry both do not work (or build) on Guix now (I mean the packaged > versions of these in Guix). Curious if any Python package

Re: python package managers: which works on Guix

2023-07-27 Thread Wojtek Kosior via
> Hi, a general question: Python-native package managers like conda and > poetry both do not work (or build) on Guix now (I mean the packaged > versions of these in Guix). Curious if any Python package manager > works on top of Guix at this time? Thanks. Pip does work. And if you apply my patche

python package managers: which works on Guix

2023-07-27 Thread Andy Tai
Hi, a general question: Python-native package managers like conda and poetry both do not work (or build) on Guix now (I mean the packaged versions of these in Guix). Curious if any Python package manager works on top of Guix at this time? Thanks.

Re: Serializing service config to YAML

2023-07-27 Thread wolf
On 2023-07-27 00:37:14 +0200, Csepp wrote: > > TakeV writes: > > > [[PGP Signed Part:Undecided]] > > Hello there! > > > > I am attempting to create a service to run a package (specifically > > this https://github.com/superseriousbusiness/gotosocial) via shepherd. > > I have the config defined as