unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 59844@debbugs.gnu.org
Cc: me@tobias.gr, jgart <jgart@dismail.de>
Subject: [bug#59844] [PATCH v2] gnu: Add fare-csv.
Date: Tue,  6 Dec 2022 08:33:36 -0600	[thread overview]
Message-ID: <20221206143335.31587-1-jgart@dismail.de> (raw)
In-Reply-To: <20221205143551.GB4964@dismail.de>

* gnu/packages/lisp-xyz.scm (cl-fare-csv, ecl-fare-csv, sbcl-fare-csv):
New variables.

Hi Tobias,

Thanks for the review. v2 changes the license to bsd-2 but I'm waiting on
the author who might or might not change the license to MIT or Apache 2:

https://github.com/fare/fare-csv/issues/4


all best,

jgart

---
 gnu/packages/lisp-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 57becbe994..4468722740 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6601,6 +6601,36 @@ (define-public cl-metabang-bind
 (define-public ecl-metabang-bind
   (sbcl-package->ecl-package sbcl-metabang-bind))
 
+(define-public sbcl-fare-csv
+  (let ((commit "39fcada5db2899af172454899ff13a07c62ebdb9")
+        (revision "0"))
+    (package
+      (name "sbcl-fare-csv")
+      (version (git-version "1.0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/fare/fare-csv")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "09iq4mfvqlgfcj8gazdwr8y03jrh10aa2y847sz46wdnr2bkys00"))))
+      (build-system asdf-build-system/sbcl)
+      (native-inputs (list sbcl-hu.dwim.stefil))
+      (home-page "https://fare-csv.github.io/fare-csv")
+      (synopsis "Robust CSV parser and printer")
+      (description "Robust CSV parser and printer that tries to follow the
+fine print of de facto standards. It can be configured to choose which
+standard exactly.")
+      (license license:bsd-2))))
+
+(define-public cl-fare-csv
+  (sbcl-package->cl-source-package sbcl-fare-csv))
+
+(define-public ecl-fare-csv
+  (sbcl-package->ecl-package sbcl-fare-csv))
+
 (define-public sbcl-fare-utils
   (let ((commit "66e9c6f1499140bc00ccc22febf2aa528cbb5724")
         (revision "1"))
-- 
2.38.1





  parent reply	other threads:[~2022-12-06 14:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05 20:35 [bug#59844] [PATCH 1/2] gnu: Add bugroff license jgart via Guix-patches via
2022-12-05 21:18 ` Tobias Geerinckx-Rice via Guix-patches via
2022-12-06 14:33 ` jgart via Guix-patches via [this message]
2022-12-06 18:58 ` [bug#59844] [PATCH v3] gnu: Add fare-csv jgart via Guix-patches via
2022-12-12 10:56   ` bug#59844: " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221206143335.31587-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=59844@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).