[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55179] [WIP PATCH 21/30] gnu: perl6-meta6: Update to 0.0.26.
From: |
Paul A. Patience |
Subject: |
[bug#55179] [WIP PATCH 21/30] gnu: perl6-meta6: Update to 0.0.26. |
Date: |
Fri, 29 Apr 2022 05:19:03 +0000 |
* gnu/packages/perl6.scm (perl6-meta6): Update to 0.0.26.
[source]: Reindent.
[propagated-inputs]: Move below native-inputs.
[synopsis, description]: Replace mentions of Perl with Raku. Fix minor
stylistic issues.
---
gnu/packages/perl6.scm | 43 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index deb5340e14..6f9be54cf4 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -561,35 +561,34 @@ (define-public perl6-license-spdx
(define-public perl6-meta6
(package
(name "perl6-meta6")
- (version "0.0.23")
+ (version "0.0.26")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jonathanstowe/META6")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1xnlaamfbdlfb2zidim3bbc4mawsrg6qxhxi6gbld46z1cyry1cw"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jonathanstowe/META6")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jg8z0y29df9sy6za285jy38c3v6dl54ar54dp6marzcih02payx"))))
(build-system rakudo-build-system)
- (propagated-inputs
- (list perl6-json-class))
(native-inputs
(list perl6-json-fast))
+ (propagated-inputs
+ (list perl6-json-class))
(home-page "https://github.com/jonathanstowe/META6")
- (synopsis "Do things with Perl 6 [META files]")
- (description "This provides a representation of the Perl 6 META files
-specification - the META file data can be read, created, parsed and written in
a
-manner that is conformant with the specification.
+ (synopsis "Do things with Raku META files")
+ (description "This provides a representation of the Raku META files
+specification -- the META file data can be read, created, parsed and written
+in a manner that is conformant with the specification.
-Where they are known about it also makes allowance for customary usage in
-existing software (such as installers and so forth.)
+Where they are known about, it also makes allowance for customary usage in
+existing software (such as installers and so forth).
-The intent of this is allow the generation and testing of META files for
-module authors, so it can provide meta-information whether the attributes are
-mandatory as per the spec and where known the places that customary attributes
-are used.")
+The intent of this is to allow the generation and testing of META files for
+module authors, so it can provide meta-information about whether the
+attributes are mandatory as per the spec and, where known, the places that
+customary attributes are used.")
(license license:artistic2.0)))
(define-public perl6-mime-base64
--
2.36.0
- [bug#55179] [WIP PATCH 17/30] gnu: perl6-json-marshal: Update to 0.0.23., (continued)
- [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
- [bug#55179] [WIP PATCH 29/30] gnu: perl6-test-mock: Update to 1.5-0.1130427., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 30/30] gnu: Add perl6-format-lisp., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 21/30] gnu: perl6-meta6: Update to 0.0.26.,
Paul A. Patience <=
- [bug#55179] [WIP PATCH 24/30] gnu: perl6-xml-writer: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 25/30] gnu: perl6-svg: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 23/30] gnu: perl6-oo-monitors: Update to 1.1.1., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 27/30] gnu: perl6-uri: Update to 0.3.5., Paul A. Patience, 2022/04/29