[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
111/193: gnu: Remove rust-progrs-0.1.
From: |
guix-commits |
Subject: |
111/193: gnu: Remove rust-progrs-0.1. |
Date: |
Mon, 24 Oct 2022 03:52:02 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit c9d9db88da3c773b39df64955578ee1e693a2d94
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:44:04 2022 +0300
gnu: Remove rust-progrs-0.1.
* gnu/packages/crates-io.scm (rust-progrs-0.1): Delete variable.
---
gnu/packages/crates-io.scm | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 48a448946e..f26699ef3a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44473,38 +44473,6 @@ status.")
progress-bars for Rust.")
(license license:asl2.0)))
-(define-public rust-progrs-0.1
- (package
- (name "rust-progrs")
- (version "0.1.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "progrs" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "108jx8jrv2r1brhvbqfw6fwx298k5fnw3m46kn7lv0jx2wmf0ifz"))))
- (build-system cargo-build-system)
- (arguments '(#:tests? #f))
- (home-page "https://nest.pijul.com/laumann/progrs")
- (synopsis "Small library for displaying compact progress bars")
- (description
- "There are a number of libraries out there that can be used for progress
-display, but in the author's opinion these libraries do it almost right -
-either they eat up too much screen real estate (by not sticking to one line
-per thing that should use progress) or they try to align stuff left and right.
-
-In the author's humble opinion, the best example of just the right amount of
-information vs screen real-estate is in the Git progress output (when cloning,
-pulling, etc). It uses one line per thing, and may display both percentage
-complete (in cases where it's known) and even throughput (for network
-transfer).
-
-This library mimics the Git way of showing progress.")
- (license license:gpl2+)))
-
(define-public rust-proptest-1
(package
(name "rust-proptest")
- 95/193: gnu: Remove rust-parity-tokio-ipc-0.4., (continued)
- 95/193: gnu: Remove rust-parity-tokio-ipc-0.4., guix-commits, 2022/10/24
- 96/193: gnu: Remove rust-parity-bytes-0.1., guix-commits, 2022/10/24
- 99/193: gnu: Remove rust-num-bigint-dig-0.6., guix-commits, 2022/10/24
- 100/193: gnu: Remove rust-noise-0.7., guix-commits, 2022/10/24
- 104/193: gnu: Remove rust-nipper-0.1., guix-commits, 2022/10/24
- 105/193: gnu: Remove rust-named-pipe-0.4., guix-commits, 2022/10/24
- 108/193: gnu: Remove rust-multi-default-trait-impl-0.1., guix-commits, 2022/10/24
- 118/193: gnu: Remove rust-pathdiff-0.1., guix-commits, 2022/10/24
- 126/193: gnu: Remove rust-rls-span-0.5., guix-commits, 2022/10/24
- 132/193: gnu: Remove rust-path-slash-0.1., guix-commits, 2022/10/24
- 111/193: gnu: Remove rust-progrs-0.1.,
guix-commits <=
- 146/193: gnu: Remove rust-rustc-ap-rustc-ast-654., guix-commits, 2022/10/24
- 147/193: gnu: Remove rust-rust-argon2-0.5., guix-commits, 2022/10/24
- 139/193: gnu: Remove rust-serde-regex-1., guix-commits, 2022/10/24
- 140/193: gnu: Remove rust-serde-cbor-0.10., guix-commits, 2022/10/24
- 154/193: gnu: Remove rust-starship-module-config-derive-0.2., guix-commits, 2022/10/24
- 164/193: gnu: Remove rust-syn-test-suite-0., guix-commits, 2022/10/24
- 167/193: gnu: Remove rust-wasm-bindgen-console-logger-0.1., guix-commits, 2022/10/24
- 159/193: gnu: Remove rust-target-lexicon-0.11., guix-commits, 2022/10/24
- 171/193: gnu: Remove rust-uom-0.30., guix-commits, 2022/10/24
- 172/193: gnu: Remove rust-tui-0.14., guix-commits, 2022/10/24