all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: jgart <jgart@dismail.de>
Cc: 52306@debbugs.gnu.org
Subject: [bug#52306] [PATCH 5/6] gnu: Add rust-concat-idents-1.
Date: Tue, 7 Dec 2021 13:48:17 +0200	[thread overview]
Message-ID: <Ya9KAWy3XQYptb/u@3900XT> (raw)
In-Reply-To: <20211205213611.5944-5-jgart@dismail.de>

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

This package also should be sorted alphabetically and have the
synopsis/description tweaked.

On Sun, Dec 05, 2021 at 04:36:11PM -0500, jgart via Guix-patches via wrote:
> * gnu/packages/crates-io.scm (rust-concat-idents-1): New variable.
> ---
>  gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
> 
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index 41bc459939..a05cbc40ad 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -63297,6 +63297,30 @@ (define-public rust-xi-unicode-0.3
>        "Unicode utilities useful for text editing, including a line breaking iterator.")
>      (license license:asl2.0)))
>  
> +(define-public rust-concat-idents-1
> +  (package
> +    (name "rust-concat-idents")
> +    (version "1.1.3")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (crate-uri "concat-idents" version))
> +        (file-name (string-append name "-" version ".tar.gz"))
> +        (sha256
> +          (base32 "0bqdl6vml2ksyz6hc4xlpw3iqaagxs7xn0xinwa51ms80a390vsb"))))
> +    (build-system cargo-build-system)
> +    (arguments
> +      `(#:skip-build?
> +        #t
> +        #:cargo-inputs
> +        (("rust-quote" ,rust-quote-1) ("rust-syn" ,rust-syn-1))))
> +    (home-page "https://github.com/DzenanJupic/concat-idents")
> +    (synopsis
> +      "Allows concatenating multiple identifiers and using them everywhere")
> +    (description
> +      "Allows concatenating multiple identifiers and using them everywhere")
> +    (license (list license:expat license:asl2.0))))
> +
>  (define-public rust-shell2batch-0.4
>    (package
>      (name "rust-shell2batch")
> -- 
> 2.34.0
> 
> 
> 
> 

-- 
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 --]

  reply	other threads:[~2021-12-07 11:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-05 13:46 [bug#52306] [PATCH 1/6] gnu: Add git-interactive-rebase-tool jgart via Guix-patches via
2021-12-05 21:36 ` [bug#52306] [PATCH 1/6] gnu: rust-proc-macro2-1: Update to 1.0.32 jgart via Guix-patches via
2021-12-05 21:36   ` [bug#52306] [PATCH 2/6] gnu: Add rust-rstest-0.6 jgart via Guix-patches via
2021-12-07 11:46     ` Efraim Flashner
2021-12-05 21:36   ` [bug#52306] [PATCH 3/6] gnu: rust-syn-1: Update to 1.0.82 jgart via Guix-patches via
2021-12-05 21:36   ` [bug#52306] [PATCH 4/6] gnu: Add rust-xi-unicode-0.3 jgart via Guix-patches via
2021-12-07 11:47     ` Efraim Flashner
2021-12-05 21:36   ` [bug#52306] [PATCH 5/6] gnu: Add rust-concat-idents-1 jgart via Guix-patches via
2021-12-07 11:48     ` Efraim Flashner [this message]
2021-12-05 21:36   ` [bug#52306] [PATCH 6/6] gnu: Add git-interactive-rebase-tool jgart via Guix-patches via
2021-12-07 11:49     ` Efraim Flashner
2022-01-14  9:58 ` [bug#52306] [PATCH 1/6] " Nicolas Goaziou

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=Ya9KAWy3XQYptb/u@3900XT \
    --to=efraim@flashner.co.il \
    --cc=52306@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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.