From patchwork Mon Feb 28 18:39:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 38353 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0345F27BBEA; Wed, 6 Apr 2022 13:42:27 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id BC83027BBE9 for ; Wed, 6 Apr 2022 13:42:26 +0100 (BST) Received: from localhost ([::1]:59518 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nc4zR-0000y2-PB for patchwork@mira.cbaines.net; Wed, 06 Apr 2022 08:42:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc4z6-0000nx-B4 for guix-patches@gnu.org; Wed, 06 Apr 2022 08:42:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35177) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nc4z6-0000p1-1X for guix-patches@gnu.org; Wed, 06 Apr 2022 08:42:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nc4z5-0000LF-Uo for guix-patches@gnu.org; Wed, 06 Apr 2022 08:42:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH v3 09/17] gnu: Add clojure-tools-reader. References: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Apr 2022 12:42:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53765 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53765@debbugs.gnu.org Cc: Maxime Devos Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.16492488791096 (code B ref 53765); Wed, 06 Apr 2022 12:42:03 +0000 Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:19 +0000 Received: from localhost ([127.0.0.1]:57272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nc4yN-0000Hc-Hk for submit@debbugs.gnu.org; Wed, 06 Apr 2022 08:41:19 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:53755) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nc4yM-0000HN-11 for 53765@debbugs.gnu.org; Wed, 06 Apr 2022 08:41:18 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:105:465:1:3:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4KYPJS0dfGz9sZW; Wed, 6 Apr 2022 14:41:12 +0200 (CEST) From: Reily Siegel DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1649248869; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=JAyoaO9qxotzftjkqEvJxI3DvvmPHJrC4s/DkRQ66Sw=; b=fM4EstDuUheO20SuKJgVrDul4z+a4fR3bIFifSLluQ2WSvYoLP8NmSGEJPsM3a0sdVtKAQ mHBKk/oXLj2CDrLAL6erePxjIM02KCU/UkTZRdrahA4dDMY0EJiMEy8SGC+m5ycy8h0NzI irU3BkWuldl+k69XMLka+bEshg91KvsEiIDt2wAsMvslepE4a+vl9pYHkOEL0w3AosIYtE npcLzCbiHWqembaxh9Z/aaaYbQc8P0bmiG+oAaiuLfUonbpcmqW0u8hPa9epuzwSAOWL9c gHZdlvFFNxON7T1Lat8UUGaakGxawYG7E90u/oXjglwtc64dMwD7qILjJIxUFA== In-Reply-To: Date: Mon, 28 Feb 2022 13:39:52 -0500 Message-Id: <9d23e481564a34cc3a4f27e5d71eaad4f1edd9fb.1649248640.git.mail@reilysiegel.com> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches --- gnu/packages/clojure.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index e17abd271e..5b7189b997 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -804,3 +804,30 @@ (define-public clojure-tools-gitlibs indicated by git SHAs. This library provides this functionality and also keeps a cache of git directories and working trees that can be reused.") (license license:epl1.0))) + +(define-public clojure-tools-reader + (package + (name "clojure-tools-reader") + (version "1.3.6") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/clojure/tools.reader") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rcqq024ysz5g2ad8g6jvhnlpwqym58hd1mywl8c4v3x5628d028")))) + (build-system clojure-build-system) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '() + ;; Tests are not well formed clojure namespaces. + #:tests? #f)) + (home-page "https://github.com/clojure/tools.reader") + (synopsis "Clojure reader in Clojure") + (description "A reader for Clojure source code and data structures written +in Clojure. Offers all functionality of Clojure's default reader, +LispReader.java, with additional features added.") + (license license:epl1.0)))