python-cryptography and rust [was: Re: ‘staging’ branch is open!]

2022-05-10 Thread Efraim Flashner
python-cryptography now depends on rust. We're going to need 3.4.8 from
the 3.4 series for the other architectures. Currently
python-cryptography@36.0.1 is gating about 3000 packages.

-- 
Efraim Flashner  אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


signature.asc
Description: PGP signature


cleaning up some minor things

2022-05-10 Thread Ricardo Wurmus
Hi,

“guix/scripts/pull.scm” imports WITH-FILE-LOCK/NO-WAIT from (guix build
syscalls) but doesn’t use it.  Can we remove that?

“guix/store/deduplication.scm” defines a variant of DUMP-PORT with this
comment:

   ;; TODO: Remove once 'dump-port' in (guix build utils) has an optional 'len'
   ;; parameter.

The variant in (guix build utils) already supports that optional
argument.  Can we remove the variant in (guix store deduplication)?

-- 
Ricardo



Re: Mumi, public-inbox and tools

2022-05-10 Thread Ricardo Wurmus


Arun Isaac  writes:

> Hi Ludo,
>
>> The attached super-early-draft ‘guix review’ script fetches mboxes from
>> mumi—that part is OK.
>
> I like the idea! But, could we put this in mumi instead of guix? That
> way, other packages that use debbugs/mumi (skribilo comes to mind), can
> benefit from it as well. Something like
>
> $ guix shell mumi -- mumi review 54874

I also think it would be a good fit for mumi.

-- 
Ricardo