[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55179] [WIP PATCH 09/30] gnu: perl6-zef: Update to 0.13.8.
From: |
Paul A. Patience |
Subject: |
[bug#55179] [WIP PATCH 09/30] gnu: perl6-zef: Update to 0.13.8. |
Date: |
Fri, 29 Apr 2022 05:17:56 +0000 |
* gnu/packages/perl6.scm (perl6-zef): Update to 0.13.8.
[source]: Reindent.
[arguments]: Replace Perl with Raku in 'check' phase.
[synopsis, description]: Replace mentions of Perl with Raku.
---
gnu/packages/perl6.scm | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 18acbdbbbd..61be540ed8 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -829,17 +829,16 @@ (define-public perl6-xml-writer
(define-public perl6-zef
(package
(name "perl6-zef")
- (version "0.6.7")
+ (version "0.13.8")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/ugexe/zef")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "07n7g1xw2c4g860rs890gx85vyhdq0ysgwbrnzw6q905jph2bkv7"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ugexe/zef")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zmx2gavi975811kskv5j4j2zsysnxfklwx0azn8rffraadnhscm"))))
(build-system rakudo-build-system)
(arguments
'(#:with-zef? #f
@@ -848,11 +847,11 @@ (define-public perl6-zef
(replace 'check
(lambda _
(setenv "HOME" "/tmp")
- (invoke "perl6" "-I." "bin/zef" "--debug"
+ (invoke "raku" "-I." "bin/zef" "--debug"
"--tap-harness" "test" "."))))))
(home-page "https://github.com/ugexe/zef")
- (synopsis "Perl6 Module Management")
- (description "Zef is a Perl 6 package (module) manager. It can be used to
-download and install Perl 6 modules in your home directory or as a system-wide
+ (synopsis "Raku Module Management")
+ (description "Zef is a Raku package (module) manager. It can be used to
+download and install Raku modules in your home directory or as a system-wide
module.")
(license license:artistic2.0)))
--
2.36.0
- [bug#55179] [WIP PATCH 02/30] gnu: nqp: Remove trailing booleans., (continued)
- [bug#55179] [WIP PATCH 02/30] gnu: nqp: Remove trailing booleans., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 05/30] gnu: Add nqp-configure., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 04/30] gnu: moarvm: Update to 2022.04., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 07/30] gnu: rakudo: Update to 2022.04., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 10/30] gnu: perl6-terminal-ansicolor: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 06/30] gnu: nqp: Update to 2022.04., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 11/30] gnu: perl6-grammar-debugger: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 15/30] gnu: Add perl6-json-optin., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 19/30] gnu: perl6-json-class: Update to 0.0.18., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 16/30] gnu: perl6-json-name: Update to 0.0.6., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 09/30] gnu: perl6-zef: Update to 0.13.8.,
Paul A. Patience <=
- [bug#55179] [WIP PATCH 08/30] gnu: perl6-tap-harness: Update to 0.3.5., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 13/30] gnu: perl6-json: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 17/30] gnu: perl6-json-marshal: Update to 0.0.23., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 12/30] gnu: perl6-grammar-profiler-simple: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 18/30] gnu: perl6-json-unmarshal: Reindent., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 14/30] gnu: perl6-json-fast: Update to 0.17., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 22/30] gnu: perl6-mime-base64: Update to 1.2.3., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 20/30] gnu: perl6-license-spdx: Update to 3.16.0., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 26/30] gnu: perl6-svg-plot: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 28/30] gnu: perl6-test-meta: Update to 0.0.17., Paul A. Patience, 2022/04/29