GNU bug report logs -
#53111
[PATCH 36/41] gnu: rust-rbw: adding rust-region-3
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Jan 2022 14:28:02 UTC
Severity: normal
Tags: patch
Merged with 53075,
53076,
53077,
53078,
53079,
53080,
53081,
53082,
53083,
53084,
53085,
53086,
53087,
53088,
53089,
53090,
53091,
53092,
53093,
53094,
53095,
53096,
53097,
53098,
53099,
53100,
53101,
53102,
53103,
53104,
53105,
53106,
53107,
53108,
53109,
53110,
53112,
53113,
53114,
53115,
53116,
53117
Fixed in versions 53101, 53102, 53103, 53104, 53105, 53106, 53107, 53108, 53109, 53110, 53111, 53112, 53113, 53114, 53115, 53116, 53123
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[0037-rust-rbw-dependencies-adding-rust-region-3.patch (text/x-patch, inline)]
From 13b3af3e8fa648d7571c8e708d3c697a3c2a9b02 Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Jan 2022 13:33:49 +0100
Subject: [PATCH 37/42] rust-rbw dependencies : adding rust-region-3
---
gnu/packages/crates-io.scm | 35 ++++++++++++++++++++++++++++-------
1 file changed, 28 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 59a2295167..6e1381f4cd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43927,8 +43927,35 @@ (define-public rust-regex-syntax-0.3
(("rust-quickcheck" ,rust-quickcheck-0.2)
("rust-rand" ,rust-rand-0.3))))))
+(define-public rust-region-3
+ (package
+ (name "rust-region")
+ (version "3.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "region" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0bji1p0c9abzh78ps5hs0ygg9pxkg7gjspll43lxr14q6v18kqbn"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build?
+ #t
+ #:cargo-inputs
+ (("rust-bitflags" ,rust-bitflags-1)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-mach" ,rust-mach-0.3)
+ ("rust-winapi" ,rust-winapi-0.3))))
+ (home-page "https://github.com/darfink/region-rs")
+ (synopsis "Library for manipulating memory regions")
+ (description
+ "This package provides a library for manipulating memory regions.")
+ (license license:expat)))
+
(define-public rust-region-2
(package
+ (inherit rust-region-3)
(name "rust-region")
(version "2.2.0")
(source
@@ -43939,7 +43966,6 @@ (define-public rust-region-2
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "1q4szar3ms76552iygmhsvzhvvwkgz4l94qpx600vmyw5bm58zl7"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bitflags" ,rust-bitflags-1)
@@ -43947,12 +43973,7 @@ (define-public rust-region-2
("rust-mach" ,rust-mach-0.3)
("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs
- (("rust-memmap" ,rust-memmap-0.7))))
- (home-page "https://github.com/darfink/region-rs")
- (synopsis "Library for manipulating memory regions")
- (description
- "This package provides a library for manipulating memory regions.")
- (license license:expat)))
+ (("rust-memmap" ,rust-memmap-0.7))))))
(define-public rust-relative-path-1
(package
--
2.34.0
This bug report was last modified 3 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.