GNU bug report logs -
#43733
[PATCH] gnu: Add rust-is_executable-0.1.
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Thu, 1 Oct 2020 00:28:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43733 in the body.
You can then email your comments to 43733 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#43733
; Package
guix-patches
.
(Thu, 01 Oct 2020 00:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
André Batista <nandre <at> riseup.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 01 Oct 2020 00:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
[0001-gnu-Add-rust-is_executable-0.1.patch (text/plain, inline)]
From bf4c09cda9aa2352f6e272c9873734a778b8053e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre <at> riseup.net>
Date: Wed, 30 Sep 2020 21:22:54 -0300
Subject: [PATCH] gnu: Add rust-is_executable-0.1.
To: guix-patches <at> gnu.org
* gnu/packages/crates-io.scm (rust-is_executable-0.1): New variable.
---
gnu/packages/crates-io.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 39e792af6e..f4b42cf90e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11859,6 +11859,40 @@ immutable interval tree.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-is_executable-0.1
+ (package
+ (name "rust-is_executable")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "is_executable" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0xy516afjh79a0d53j9v4w5mgi2s0r6f6qynnyz8g0dwi8xmab9h"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(;; One test tries to invoke 'cargo readme' which does not exist and aborts.
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-test
+ (lambda _
+ (substitute* "tests/tests.rs"
+ (("panic!\\(\"Run `cargo readme > README.md` to update README.md\"\\)")
+ "return;"))
+ #t)))
+ #:cargo-inputs
+ (("rust-diff" ,rust-diff-0.1)
+ ("rust-winapi" ,rust-winapi-0.3))))
+ (home-page "https://github.com/fitzgen/is_executable")
+ (synopsis "Find executable files at path")
+ (description
+ "This package provides a small helper function which determines
+whether or not a given path points to an executable file.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-iso8601-0.1
(package
(name "rust-iso8601")
--
2.28.0
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Sun, 04 Oct 2020 18:53:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
André Batista <nandre <at> riseup.net>
:
bug acknowledged by developer.
(Sun, 04 Oct 2020 18:53:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 43733-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I renamed the package to rust-is-executable and pushed. Thanks!
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 02 Nov 2020 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.