all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Herman Rimm <herman@rimm.ee>
Cc: 75089-done@debbugs.gnu.org
Subject: bug#75089: [PATCH rust-team 00/27] Refactor (gnu packages crates-io).
Date: Thu, 26 Dec 2024 15:44:02 +0200	[thread overview]
Message-ID: <Z21dov7y-DdQl69z@3900XT> (raw)
In-Reply-To: <cover.1735140635.git.herman@rimm.ee>

[-- Attachment #1: Type: text/plain, Size: 2582 bytes --]

Thanks for the patches. I've pushed them to the rust-team branch with a
few exceptions.

On Wed, Dec 25, 2024 at 05:00:14PM +0100, Herman Rimm wrote:
> Hello,
> 
> The packages in patches 18 to 21 build, but I have not tried their
> dependents.  The package in the last patch does not build.
> 
> Cheers,
> Herman
> 
> Herman Rimm (27):
>   gnu: rust-arbitrary-0.4: Use inherit syntax.
>   gnu: rust-rustc-version-0.3: Use inherit syntax.
>   gnu: rust-rustfix-0.4: Use inherit syntax.
>   gnu: rust-nettle-5: Use package name in source URI.
>   gnu: rust-gobject-sys-0.14: Use package name in source URI.
>   gnu: rust-indoc-1: Use package name in source URI.
>   gnu: rust-indoc-impl-0.3: Use package name in source URI.
>   gnu: rust-nalgebra-0.29: Remove modules.
>   gnu: rust-rust-hawktracer-normal-macro-0.4: Unindent source URI.
>   gnu: rust-twoway-0.1: Fix indentation.
>   gnu: rust-gix-revision-0.22: Fix whitespace.
>   gnu: rust-syn-0.15: Remove properties.
>   gnu: rust-time-0.1: Remove whitespace.
I dropped this one, I think we can skip it
>   gnu: rust-dirs-sys-next-0.1: Do not inherit rust-dirs-sys-0.3.
>   gnu: rust-winapi-0.3: Use unlabeled cargo-inputs.
>   gnu: rust-nitrokey-test-0.5: Use unlabeled cargo-inputs.
>   gnu: rust-progressing-3: Use unlabeled cargo-inputs.
I dropped these 3, I'd like to wait until the importer is updated to
import unlabeled crates
>   gnu: rust-dirs-2: Remove inputs.
>   gnu: rust-libloading-0.6: Remove inputs.
>   gnu: rust-nix-0.18: Remove inputs.
>   gnu: rust-pcap-0.7: Remove native-inputs.
>   gnu: rust-mio-named-pipes-0.1: Use list of licenses.
>   gnu: rust-bindgen-0.55: Inherit inputs.
>   gnu: rust-libsqlite3-sys-0.22: Inherit inputs.
>   gnu: rust-libsqlite3-sys-0.20: Inherit inputs.
>   gnu: rust-hyper-tls-0.4: Inherit (native-)inputs.
>   gnu: rust-trust-dns-rustls-0.6: Inherit (native-)inputs.
> 
>  gnu/packages/crates-crypto.scm  |  3 +-
>  gnu/packages/crates-gtk.scm     |  3 +-
>  gnu/packages/crates-io.scm      | 66 ++++++++++++++-------------------
>  gnu/packages/crates-vcs.scm     |  5 +--
>  gnu/packages/crates-web.scm     |  8 ----
>  gnu/packages/crates-windows.scm |  4 +-
>  6 files changed, 35 insertions(+), 54 deletions(-)
> 
> 
> base-commit: 5603df8e34b66bb82eb8adf502bb48ef41a90369
> -- 
> 2.45.2
> 
> 
> 

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      parent reply	other threads:[~2024-12-26 13:46 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-25 16:00 [bug#75089] [PATCH rust-team 00/27] Refactor (gnu packages crates-io) Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 01/27] gnu: rust-arbitrary-0.4: Use inherit syntax Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 02/27] gnu: rust-rustc-version-0.3: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 03/27] gnu: rust-rustfix-0.4: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 04/27] gnu: rust-nettle-5: Use package name in source URI Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 05/27] gnu: rust-gobject-sys-0.14: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 06/27] gnu: rust-indoc-1: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 07/27] gnu: rust-indoc-impl-0.3: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 08/27] gnu: rust-nalgebra-0.29: Remove modules Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 09/27] gnu: rust-rust-hawktracer-normal-macro-0.4: Unindent source URI Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 10/27] gnu: rust-twoway-0.1: Fix indentation Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 11/27] gnu: rust-gix-revision-0.22: Fix whitespace Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 12/27] gnu: rust-syn-0.15: Remove properties Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 13/27] gnu: rust-time-0.1: Remove whitespace Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 14/27] gnu: rust-dirs-sys-next-0.1: Do not inherit rust-dirs-sys-0.3 Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 15/27] gnu: rust-winapi-0.3: Use unlabeled cargo-inputs Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 16/27] gnu: rust-nitrokey-test-0.5: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 17/27] gnu: rust-progressing-3: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 18/27] gnu: rust-dirs-2: Remove inputs Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 19/27] gnu: rust-libloading-0.6: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 20/27] gnu: rust-nix-0.18: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 21/27] gnu: rust-pcap-0.7: Remove native-inputs Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 22/27] gnu: rust-mio-named-pipes-0.1: Use list of licenses Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 23/27] gnu: rust-bindgen-0.55: Inherit inputs Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 24/27] gnu: rust-libsqlite3-sys-0.22: " Herman Rimm via Guix-patches via
2024-12-25 16:01 ` [bug#75089] [PATCH rust-team 25/27] gnu: rust-libsqlite3-sys-0.20: " Herman Rimm via Guix-patches via
2024-12-25 16:02 ` [bug#75089] [PATCH rust-team 26/27] gnu: rust-hyper-tls-0.4: Inherit (native-)inputs Herman Rimm via Guix-patches via
2024-12-25 16:02 ` [bug#75089] [PATCH rust-team 27/27] gnu: rust-trust-dns-rustls-0.6: " Herman Rimm via Guix-patches via
2024-12-25 16:46 ` [bug#75089] [PATCH rust-team 00/27] Refactor (gnu packages crates-io) Efraim Flashner
2024-12-26 13:44 ` Efraim Flashner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z21dov7y-DdQl69z@3900XT \
    --to=efraim@flashner.co.il \
    --cc=75089-done@debbugs.gnu.org \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.