GNU bug report logs - #67481
[PATCH] gnu: tractor: Change URI of source.

Previous Next

Package: guix-patches;

Reported by: Danial Behzadi <dani.behzi <at> ubuntu.com>

Date: Mon, 27 Nov 2023 10:03:02 UTC

Severity: normal

Tags: patch

Done: دانیال بهزادی <dani.behzi <at> ubuntu.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 67481 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Danial Behzadi <dani.behzi <at> ubuntu.com>
Cc: 67481 <at> debbugs.gnu.org
Subject: Re: [bug#67481] [PATCH] gnu: tractor: Change URI of source.
Date: Mon, 25 Dec 2023 18:32:23 +0100
Hello Danial,

> -       (uri (pypi-uri "traxtor" version))
> +       (uri (string-append "https://framagit.org/tractor/tractor/-/archive/"
> +                           version "/tractor-" version ".tar.bz2"))

What's the rationale behind the URI change? It seems that pypi is still
providing traxtor.

> -    (native-inputs
> -     (list (list glib "bin")))       ; for glib-compile-schemas.
> -    (inputs
> -     (list python-fire
> -           python-psutil
> -           python-pygobject
> -           python-requests
> -           python-stem
> -           python-termcolor))
> +    (native-inputs (list (list glib "bin"))) ;for glib-compile-schemas.
> +    (inputs (list python-fire
> +                  python-psutil
> +                  python-pygobject
> +                  python-requests
> +                  python-stem
> +                  python-termcolor))

All the subsequent modifications should be made in another separate
commit. Could you please send an updated version?

Thanks,

Mathieu




This bug report was last modified 103 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.