GNU bug report logs - #55380
[PATCH 02/14] gnu: Add r-piton.

Previous Next

Package: guix-patches;

Reported by: kyle <kyle <at> posteo.net>

Date: Thu, 12 May 2022 02:11:03 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

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 55380 in the body.
You can then email your comments to 55380 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55380; Package guix-patches. (Thu, 12 May 2022 02:11:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to kyle <kyle <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 12 May 2022 02:11:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kyle <kyle <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Kyle Andrews <kyle <at> posteo.net>
Subject: [PATCH 02/14] gnu: Add r-piton.
Date: Thu, 12 May 2022 02:10:22 +0000
From: Kyle Andrews <kyle <at> posteo.net>

---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f69a7dd605..57166bacdc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33257,6 +33257,28 @@ (define-public r-zoeppritz
 interface.")
     (license license:gpl2+)))
 
+(define-public r-piton
+  (package
+   (name "r-piton")
+   (version "1.0.0")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (cran-uri "piton" version))
+     (sha256
+      (base32 "1krf6zi238m275nxjlpyayv8y2drbgs2kg19dpkqm0lmlz5y5ar8"))))
+   (properties `((upstream-name . "piton")))
+   (build-system r-build-system)
+   (propagated-inputs (list r-rcpp))
+   (home-page "https://github.com/Ironholds/piton")
+   (synopsis "Parsing Expression Grammars in Rcpp")
+   (description
+    "This package provides a wrapper around the 'Parsing Expression Grammar Template
+Library', a C++11 library for generating Parsing Expression Grammars, that makes
+it accessible within Rcpp.  With this, developers can implement their own
+grammars and easily expose them in R packages.")
+   (license license:expat)))
+
 (define r-gpg
   (package
    (name "r-gpg")
-- 
2.36.0





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 29 Dec 2022 19:49:01 GMT) Full text and rfc822 format available.

Notification sent to kyle <kyle <at> posteo.net>:
bug acknowledged by developer. (Thu, 29 Dec 2022 19:49:01 GMT) Full text and rfc822 format available.

Message #10 received at 55380-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 55380-done <at> debbugs.gnu.org
Subject: [PATCH 02/14] gnu: Add r-piton.
Date: Thu, 29 Dec 2022 20:47:10 +0100
My apologies, I only just saw this patch.  Feel free to Cc (or
X-Debbugs-Cc) the R team in the future to get more eyes on your patches
from people who can review them for you.

I rebased and applied the patch just now.

Thanks!

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 27 Jan 2023 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.