[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: Expand some substandard imported descriptions.
From: |
guix-commits |
Subject: |
01/08: gnu: Expand some substandard imported descriptions. |
Date: |
Wed, 28 Aug 2024 10:51:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f3a9c30d2d75d3b64184bc5b049f311f33645829
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 18 02:00:00 2024 +0200
gnu: Expand some substandard imported descriptions.
* gnu/packages/crates-io.scm (rust-fs-set-times-0.19)[description]:
Use upstream's blurb, mostly.
(rust-jwalk-0.8)[synopsis, description]: Likewise.
Change-Id: Ifeac5e37d05bd1075634d060e834e7384873544f
---
gnu/packages/crates-io.scm | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 89a54b2b5b..15a16a6310 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27896,8 +27896,10 @@ There are multiple main modules for fsio:
("rust-rustix" ,rust-rustix-0.37)
("rust-windows-sys" ,rust-windows-sys-0.48))))
(home-page "https://github.com/bytecodealliance/fs-set-times")
- (synopsis "Set filesystem timestamps")
- (description "Set filesystem timestamps")
+ (synopsis "Set file system timestamps")
+ (description
+ "This Rust crate provides functions to set timestamps on files,
+directories, and other file system objects.")
(license (list license:asl2.0 license:expat))))
(define-public rust-fs-utils-1
@@ -32410,9 +32412,15 @@ characters in HTML, decoding and unescaping HTML
entities as well.")
("rust-walkdir" ,rust-walkdir-2))))
(home-page "https://github.com/byron/jwalk")
(synopsis
- "Filesystem walk performed in parallel with streamed and sorted results")
+ "File system walk performed in parallel with streamed and sorted results")
(description
- "Filesystem walk performed in parallel with streamed and sorted results.")
+ "This Rust crate implements a file system walk that runs in parallel
+using @code{rayon}. It attempts to combine the parallelism of @code{ignore}
+with @code{walkdir}'s streaming iterator API. Entries are streamed in sorted
+order with options for custom sorting, filtering, and skipping.
+
+Directory traversal is already pretty fast. If you don't need this crate's
+speed then walkdir provides a smaller and more tested single threaded
implementation.")
(license license:expat)))
(define-public rust-koibumi-base32-0.0.2
- branch master updated (f0a5992ee8 -> 0c90851837), guix-commits, 2024/08/28
- 06/08: gnu: openttd-engine: Update to 14.1., guix-commits, 2024/08/28
- 07/08: doc: Fix typos., guix-commits, 2024/08/28
- 08/08: gnu: cups-minimal: Update graft to 2.4.9 [fixes CVE-2024-35235]., guix-commits, 2024/08/28
- 04/08: gnu: swaylock: Update to 1.8.0., guix-commits, 2024/08/28
- 02/08: gnu: grim: Update home page., guix-commits, 2024/08/28
- 03/08: gnu: diffoscope: Update to 276., guix-commits, 2024/08/28
- 01/08: gnu: Expand some substandard imported descriptions.,
guix-commits <=
- 05/08: gnu: kirc: Update home page., guix-commits, 2024/08/28