guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

130/193: gnu: Remove rust-snailquote-0.3.


From: guix-commits
Subject: 130/193: gnu: Remove rust-snailquote-0.3.
Date: Mon, 24 Oct 2022 03:52:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8ed2d5dc3de5865bab7ae9603063a87db744f571
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:53:00 2022 +0300

    gnu: Remove rust-snailquote-0.3.
    
    * gnu/packages/crates-io.scm (rust-snailquote-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 428f19ed34..2672eb5bb2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -56825,39 +56825,6 @@ package provides derive macros.")
     (description "Snafu aims to be an ergonomic error handling library.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-snailquote-0.3
-  (package
-    (name "rust-snailquote")
-    (version "0.3.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "snailquote" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "04687yzvgk3ja0ch7k96w3v36fzvqd9ci2l5k12ijligh2fp4jzk"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-thiserror" ,rust-thiserror-1)
-        ("rust-unicode-categories" ,rust-unicode-categories-0.1))))
-    (home-page "https://github.com/euank/snailquote";)
-    (synopsis "Escape and unescape strings with shell-inspired quoting")
-    (description
-     "This library provides functions to escape and unescape strings.
-
-It escapes them in a roughly ``sh'' compatible way (e.g. double quotes
-supporting backslash escapes, single quotes supporting no escapes).
-
-In addition, it provides support for common C-like ASCII escapes (like
-@samp{\\n} for newline, @samp{\\v} for vertical tab, etc.) and Rust
-string-like Unicode (via @samp{\\u@{12ff@}} style escapes).
-
-More importantly, this library also provides the ability to un-escape a given
-escaped text to recover the original string.")
-    (license license:gpl3)))
-
 (define-public rust-snake-case-0.3
   (package
     (name "rust-snake-case")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]