unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <873216071@qq.com>
To: 48956@debbugs.gnu.org
Cc: Zheng junjie <873216071@qq.com>
Subject: [bug#48956] [PATCH 39/58] gnu: Add rust-pulldown-cmark-0.8.
Date: Fri, 11 Jun 2021 21:11:48 +0800	[thread overview]
Message-ID: <tencent_73FAA671EA4AD6E91FBD0E7A3946C94CAD06@qq.com> (raw)
In-Reply-To: <20210611131207.11616-2-873216071@qq.com>

From: Zheng junjie <873216071@qq.com>

* gnu/packages/crates-io.scm (rust-pulldown-cmark-0.8): New variable.
---
 gnu/packages/crates-io.scm | 44 ++++++++++++++++++++++++++++++++------
 1 file changed, 37 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 783219986e..c1742f0588 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32601,8 +32601,44 @@ stack pointer and inspect the properties of the stack.")
 compliant email address validation.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-pulldown-cmark-0.8
+  (package
+    (name "rust-pulldown-cmark")
+    (version "0.8.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "pulldown-cmark" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "1y6wh446g6vravvj70zsadzswyl2b4pyln9ib76m697jjljf1bgz"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build? #t
+        #:cargo-inputs
+        (("rust-bitflags" ,rust-bitflags-1)
+         ("rust-getopts" ,rust-getopts-0.2)
+         ("rust-memchr" ,rust-memchr-2)
+         ("rust-unicase" ,rust-unicase-2))
+        #:cargo-development-inputs
+        (("rust-criterion" ,rust-criterion-0.3)
+         ("rust-html5ever" ,rust-html5ever-0.25)
+         ("rust-lazy-static" ,rust-lazy-static-1)
+         ("rust-markup5ever-rcdom"
+          ,rust-markup5ever-rcdom-0.1)
+         ("rust-regex" ,rust-regex-1)
+         ("rust-tendril" ,rust-tendril-0.4))))
+    (home-page "https://github.com/raphlinus/pulldown-cmark")
+    (synopsis "Pull parser for CommonMark")
+    (description
+     "This package provides a pull parser for CommonMark.")
+    (license license:expat)))
+
 (define-public rust-pulldown-cmark-0.4
   (package
+    (inherit rust-pulldown-cmark-0.8)
     (name "rust-pulldown-cmark")
     (version "0.4.1")
     (source
@@ -32614,7 +32650,6 @@ compliant email address validation.")
        (sha256
         (base32
          "1db8vlhm3n72051bkq4am80q28rfrh88796i3y9ajf5hhk3lrdyi"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs
@@ -32627,12 +32662,7 @@ compliant email address validation.")
         ("rust-html5ever" ,rust-html5ever-0.23)
         ("rust-lazy-static" ,rust-lazy-static-1)
         ("rust-regex" ,rust-regex-1)
-        ("rust-tendril" ,rust-tendril-0.4))))
-    (home-page "https://github.com/raphlinus/pulldown-cmark")
-    (synopsis "Pull parser for CommonMark")
-    (description
-     "This package provides a pull parser for CommonMark.")
-    (license license:expat)))
+        ("rust-tendril" ,rust-tendril-0.4))))))
 
 (define-public rust-pulldown-cmark-0.2
   (package
-- 
2.32.0





  parent reply	other threads:[~2021-06-11 13:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210611131207.11616-2-873216071@qq.com>
2021-06-11 13:11 ` [bug#48956] [PATCH 37/58] gnu: Add rust-perf-event-open-sys-1 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 38/58] gnu: Add rust-markup5ever-rcdom-0.1 Zheng Junjie
2021-06-11 13:11 ` Zheng Junjie [this message]
2021-06-11 13:11 ` [bug#48956] [PATCH 40/58] gnu: Add rust-perf-event-0.4 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 41/58] gnu: Add rust-text-size-1 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 42/58] gnu: Add rust-m-lexer-0.0.4 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 43/58] gnu: Add rust-rowan-0.13 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 44/58] gnu: Add rust-pulldown-cmark-to-cmark-6 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 45/58] gnu: Add rust-serde-path-to-error-0.1 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 46/58] gnu: Add rust-ungrammar-1 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 47/58] gnu: Add rust-smol-str-0.1 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 48/58] gnu: Add rust-write-json-0.1 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 49/58] gnu: Add rust-xflags-macros-0.2 Zheng Junjie
2021-06-11 13:11 ` [bug#48956] [PATCH 50/58] gnu: Add rust-xflags-0.2 Zheng Junjie
2021-06-11 13:12 ` [bug#48956] [PATCH 51/58] gnu: Add rust-lsp-types-0.89 Zheng Junjie
2021-06-11 13:12 ` [bug#48956] [PATCH 52/58] gnu: rust-semver-parser-0.10: Update to 0.10.2 Zheng Junjie

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=tencent_73FAA671EA4AD6E91FBD0E7A3946C94CAD06@qq.com \
    --to=873216071@qq.com \
    --cc=48956@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).