unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: aecepoglu <aecepoglu@fastmail.fm>
To: 48420@debbugs.gnu.org
Subject: [bug#48420] [PATCH 7/9] gnu: Add rust-emacs-macros-0.11.
Date: Fri, 14 May 2021 19:18:31 +0300	[thread overview]
Message-ID: <20210514161831.zcjgktnhtbc56tqk@minitower> (raw)
In-Reply-To: <20210514161211.cufurvjkaixj5lzf@minitower>

* gnu/packages/crates-io.scm (rust-emacs-macros-0.11): New variable.
---
 gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5b550f8847..6f0558aa61 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12759,6 +12759,33 @@ signing, and verification in pure Rust.")
 @code{Right} is a general purpose sum type with two cases.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-emacs-macros-0.11
+  (package
+    (name "rust-emacs-macros")
+    (version "0.11.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "emacs-macros" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "0390y8vafxdi334hhgrzvcqjq3n5ckcmvilqcfp8vajjq8irrly6"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-darling" ,rust-darling-0.9)
+         ("rust-quote" ,rust-quote-0.6)
+         ("rust-syn" ,rust-syn-0.15))))
+    (home-page
+      "https://github.com/ubolonton/emacs-module-rs")
+    (synopsis "Proc macros for Emacs modules")
+    (description "This package provides proc macros for Emacs modules.")
+    (license license:bsd-3)))
+
 (define-public rust-emacs-module-0.10
   (package
     (name "rust-emacs-module")
-- 
2.31.1





  parent reply	other threads:[~2021-05-14 16:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-14 16:12 [bug#48420] [PATCH 1/9] gnu: Add rust-bindgen-0.48 aecepoglu
2021-05-14 16:17 ` [bug#48420] [PATCH 2/9] gnu: Add rust-emacs-module-0.10 aecepoglu
2021-05-14 16:17 ` [bug#48420] [PATCH 3/9] gnu: Add rust-darling-macro-0.9 aecepoglu
2021-05-14 16:17 ` [bug#48420] [PATCH 4/9] gnu: Add rust-strsim-0.7 aecepoglu
2021-05-14 16:18 ` [bug#48420] [PATCH 5/9] gnu: Add rust-darling-core-0.9 aecepoglu
2021-05-14 16:18 ` [bug#48420] [PATCH 6/9] gnu: Add rust-darling-0.9 aecepoglu
2021-05-14 16:18 ` aecepoglu [this message]
2021-05-14 16:18 ` [bug#48420] [PATCH 8/9] gnu: Add rust-emacs-0.11 aecepoglu
2021-05-14 16:18 ` [bug#48420] [PATCH 9/9] gnu: Add parinfer-rust aecepoglu
2021-07-11  8:09   ` bug#48420: " Efraim Flashner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20210514161831.zcjgktnhtbc56tqk@minitower \
    --to=aecepoglu@fastmail.fm \
    --cc=48420@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).