[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
285/379: gnu: Add rust-pulldown-cmark-0.9.
From: |
guix-commits |
Subject: |
285/379: gnu: Add rust-pulldown-cmark-0.9. |
Date: |
Mon, 10 Jul 2023 05:29:05 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit ac04af1916e6f7ee1238f3c250bd638590e9a5b7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:07:31 2023 +0300
gnu: Add rust-pulldown-cmark-0.9.
* gnu/packages/crates-io.scm (rust-pulldown-cmark-0.9): New variable.
(rust-pulldown-cmark-0.8): Inherit from rust-pulldown-cmark-0.9.
---
gnu/packages/crates-io.scm | 43 ++++++++++++++++++++++++++++++++++++-------
1 file changed, 36 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1ba89a412c..1b46ded312 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47769,8 +47769,43 @@ compliant email address validation.")
("rust-regex" ,rust-regex-1)
("rust-url" ,rust-url-2))))))
+(define-public rust-pulldown-cmark-0.9
+ (package
+ (name "rust-pulldown-cmark")
+ (version "0.9.3")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "pulldown-cmark" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "166rhmwk42ffirrzhv7lmsh9f3my6xv1ggmb66fgzv57y3qs58bp"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-bitflags" ,rust-bitflags-1)
+ ("rust-getopts" ,rust-getopts-0.2)
+ ("rust-memchr" ,rust-memchr-2)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-unicase" ,rust-unicase-2))
+ #:cargo-development-inputs
+ (("rust-bincode" ,rust-bincode-1)
+ ("rust-criterion" ,rust-criterion-0.3)
+ ("rust-html5ever" ,rust-html5ever-0.26)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-markup5ever-rcdom" ,rust-markup5ever-rcdom-0.2)
+ ("rust-regex" ,rust-regex-1)
+ ("rust-serde-json" ,rust-serde-json-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.8
(package
+ (inherit rust-pulldown-cmark-0.9)
(name "rust-pulldown-cmark")
(version "0.8.0")
(source
@@ -47782,7 +47817,6 @@ compliant email address validation.")
(sha256
(base32
"1y6wh446g6vravvj70zsadzswyl2b4pyln9ib76m697jjljf1bgz"))))
- (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
@@ -47797,12 +47831,7 @@ compliant email address validation.")
("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)))
+ ("rust-tendril" ,rust-tendril-0.4))))))
(define-public rust-pulldown-cmark-0.4
(package
- 258/379: gnu: Add rust-cpp-demangle-0.4., (continued)
- 258/379: gnu: Add rust-cpp-demangle-0.4., guix-commits, 2023/07/10
- 255/379: gnu: rust-clap-4: Update to 4.3.0., guix-commits, 2023/07/10
- 256/379: gnu: Add rust-clap-lex-0.5., guix-commits, 2023/07/10
- 266/379: gnu: Add rust-hashbrown-0.13., guix-commits, 2023/07/10
- 269/379: gnu: Add rust-html5ever-0.26., guix-commits, 2023/07/10
- 270/379: gnu: rust-html-escape-0.2: Update to 0.2.13., guix-commits, 2023/07/10
- 271/379: gnu: Add rust-humansize-2., guix-commits, 2023/07/10
- 272/379: gnu: Add rust-libsqlite3-sys-0.26., guix-commits, 2023/07/10
- 273/379: gnu: Add rust-markup5ever-0.11., guix-commits, 2023/07/10
- 282/379: gnu: rust-pest-meta-2: Update to 2.6.0., guix-commits, 2023/07/10
- 285/379: gnu: Add rust-pulldown-cmark-0.9.,
guix-commits <=
- 286/379: gnu: Add rust-remove-dir-all-0.8., guix-commits, 2023/07/10
- 291/379: gnu: Add rust-serde-yaml-0.9., guix-commits, 2023/07/10
- 293/379: gnu: Add rust-smart-default-0.7., guix-commits, 2023/07/10
- 294/379: gnu: rust-snapbox-macros-0.3: Update to 0.3.4., guix-commits, 2023/07/10
- 295/379: gnu: rust-snapbox-0.4: Update to 0.4.11., guix-commits, 2023/07/10
- 301/379: gnu: rust-thread-local-1: Update to 1.1.7., guix-commits, 2023/07/10
- 304/379: gnu: rust-utf8parse-0.2: Update to 0.2.1., guix-commits, 2023/07/10
- 317/379: gnu: sequoia: Update to 1.16.0., guix-commits, 2023/07/10
- 313/379: gnu: Remove libsequoia., guix-commits, 2023/07/10
- 305/379: gnu: Add rust-xml5ever-0.17., guix-commits, 2023/07/10