From patchwork Fri Feb 4 00:24:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36965 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 84BA927BBEA; Fri, 4 Feb 2022 00:25:11 +0000 (GMT) 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 451CB27BBE9 for ; Fri, 4 Feb 2022 00:25:11 +0000 (GMT) Received: from localhost ([::1]:46846 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmPW-0000VB-Dw for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:25:10 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmPO-0000Ui-1N for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36169) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmPN-0001iO-OY for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmPN-0008WE-L1 for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 01/17] gnu: Add clojure-data-priority-map. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:25:01 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.164393426232641 (code B ref 53765); Fri, 04 Feb 2022 00:25:01 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:22 +0000 Received: from localhost ([127.0.0.1]:58286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmOk-0008UP-3k for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:22 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:51118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmOh-0008UB-U5 for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:20 -0500 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-202.mailbox.org (Postfix) with ESMTPS id 4JqbrF3RZlz9sSs for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:24:13 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934250; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=/ohXin+yWjGMM7+KXV0snBf8Zu54JB09toBxDI+Ff8g=; b=ViJUCrcQkRXR8/sbQ2na5ZJSR4IGgwMnKBizeIpglAA2M0KmLAS3vQCvINzHx1kdE2j47L mlSLF6S9ZgvowKnWrumRKUXjfS7JzhJKhO6ZsUv3cAI9XKDrF2oxs09jAYXndlACzrx6gg uSIfx5MKq6hNHW7yW+kBkD3TRlq4/DEgP2SnbZtJ2hbM8zTSB63VmPP3uN5J9493Foh2vK K2YFIxunZ4yOJ7K15xd3JpboFb/08PL/+pM5dYl9Mjr2Q30p0gh4HsZL0tvztJk6EhqIuU jBWV4J6Ba7bj8RtxgBQKiMimMnVrS1H9aK2gd79CHOHHnZrBQfO6cfpHxLmu4A== From: Reily Siegel Date: Thu, 03 Feb 2022 19:24:05 -0500 Message-ID: <87wnib32e2.fsf@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 (clojure-data-priority-map): New variable. --- gnu/packages/clojure.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index f728083eb2..3cf287140d 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -315,6 +315,36 @@ (define-public clojure-data-codec is on par with Java implementations, e.g., Apache commons-codec.") (license license:epl1.0))) +(define-public clojure-data-priority-map + (package + (name "clojure-data-priority-map") + (version "1.1.0") + (home-page "https://github.com/clojure/data.priority-map") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1i6mf59g2l3vamris869mndy9l1bp5mzfqv5gj5qzzb937iiykm0")))) + (build-system clojure-build-system) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '())) + (synopsis "Clojure library implementing priority maps") + (description "A priority map is very similar to a sorted map, but whereas +a sorted map produces a sequence of the entries sorted by key, a priority map +produces the entries sorted by value. + +In addition to supporting all the functions a sorted map supports, a priority +map can also be thought of as a queue of [item priority] pairs. To support +usage as a versatile priority queue, priority maps also support conj/peek/pop +operations.") + (license license:epl1.0))) + (define-public clojure-data-xml (package (name "clojure-data-xml") From patchwork Fri Feb 4 00:24:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36967 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 726E627BBEA; Fri, 4 Feb 2022 00:25:43 +0000 (GMT) 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 3AA8927BBE9 for ; Fri, 4 Feb 2022 00:25:43 +0000 (GMT) Received: from localhost ([::1]:47192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmQ2-0000ks-Dx for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:25:42 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36534) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmPO-0000Ut-Gy for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36170) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmPO-0001if-7k for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmPO-0008WM-3I for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 02/17] gnu: Add clojure-data-json. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:25:02 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.164393427332667 (code B ref 53765); Fri, 04 Feb 2022 00:25:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:33 +0000 Received: from localhost ([127.0.0.1]:58289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmOv-0008Up-Co for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:33 -0500 Received: from mout-p-103.mailbox.org ([80.241.56.161]:44082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmOs-0008UY-3P for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:31 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (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-103.mailbox.org (Postfix) with ESMTPS id 4JqbrS0J0jz9sSc for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:24:24 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934261; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=Wz82FPZCPFX6oNfEp8ttUZpFGWUsEG8r6FQxRzubbtM=; b=LopKjsfv/uZQvMupzV+QFJZAX6tXHJnkGgJSTZx3I57dYUQ703vG8M5h6+MmHwms5ylnfN cSwoh9v4/HangMrZcLRhOIcyGOU0tLBdT9ExHF8PgyeHdZ0ZB0QA/UR20rVl4Kk/ZRqM2V NBbD+Qxy3n1dY0CRq37rOWs7qLIpWABJGZ99ejctVam98tQQOM2oJMi3hDxXm1LlxzkInH SYFJ/jRGVx7Yayba4UEiPpNEufjDdF19dqgJTC+Y8lzxuhhfwe26+ktErgv/JB7Sboj5zo a6VAhPObpr/Q2a1L77Gepp78o7fFTofttOcosah6p3OhPfLOBkiXtzZHSY0wig== From: Reily Siegel Date: Thu, 03 Feb 2022 19:24:18 -0500 Message-ID: <87v8xv32dp.fsf@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 (clojure-data-json): New variable. --- gnu/packages/clojure.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 3cf287140d..c4524c2abb 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -315,6 +315,34 @@ (define-public clojure-data-codec is on par with Java implementations, e.g., Apache commons-codec.") (license license:epl1.0))) +(define-public clojure-data-json + (package + (name "clojure-data-json") + (version "2.4.0") + (home-page "https://github.com/clojure/data.json") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xx3hiy62rrph4y4g3aqa1lfb0ns3p6vdvcvlpgm5w1npl70n2r5")))) + (build-system clojure-build-system) + (native-inputs (list clojure-test-check)) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '() + ;; ClassCastException, ConcurrentExecutionException + #:test-exclude '(clojure.data.json-compat-0-1-test + clojure.data.json-gen-test + clojure.data.json-test))) + (synopsis "JSON parser/generator to/from Clojure data structures") + (description "JSON parser/generator to/from Clojure data structures.") + (license license:epl1.0))) + (define-public clojure-data-priority-map (package (name "clojure-data-priority-map") From patchwork Fri Feb 4 00:24:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36968 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 998B527BBEA; Fri, 4 Feb 2022 00:25:55 +0000 (GMT) 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 6BC7F27BBE9 for ; Fri, 4 Feb 2022 00:25:55 +0000 (GMT) Received: from localhost ([::1]:47532 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmQE-000166-Jc for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:25:54 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36536) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmPO-0000V1-Tl for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36171) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmPO-0001im-KF for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmPO-00004s-HV for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 03/17] gnu: Add java-eclipse-jetty-client. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:25:02 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.164393428532693 (code B ref 53765); Fri, 04 Feb 2022 00:25:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:45 +0000 Received: from localhost ([127.0.0.1]:58292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmP6-0008VF-Kk for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:44 -0500 Received: from mout-p-103.mailbox.org ([80.241.56.161]:44090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmOy-0008Uh-VF for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:43 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (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-103.mailbox.org (Postfix) with ESMTPS id 4Jqbrb1nkwz9sm9 for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:24:31 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934269; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=PaB6L/3llNZp0BFNPvXAof25NzgMkqN/B0HAibfbe8I=; b=QDs+kikVREIzTflEbUjGRV3kohuEd4K5V7dvnUtldYL+AIU2loLk+TAQPiBM3vsTiFG44i i9pqRzXP2g/PJEPRu0vqO+9oIZ0GbpPQs3bm2tBJ7NzO8iK4clUuVzOX8qG3ByrqjbufCp BP34OP4Aft6ek5yphmsFrcouvR0dXNZFNIk57Xf/Dw9ldslPlw2sWWFv5t+TsC8GA/VOzu L2XpmmqQuOSVGCj0U1upK07f9YXNGgivwBAAZ+QzzAzuSfnbKiOE21O9mmQavFX9Njcwvv u2r9POueE7xo67kbjpFPWmAuZKlnOU/1Xn4FxeVYw9dXQmeTtARBfE3t8iRaiA== From: Reily Siegel Date: Thu, 03 Feb 2022 19:24:25 -0500 Message-ID: <87tudf32di.fsf@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/web.scm (java-eclipse-jetty-client): New variable. --- gnu/packages/web.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3ddecb15c4..e010212a43 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -7269,6 +7269,32 @@ (define-public java-eclipse-jetty-webapp-9.2 `(("java-eclipse-jetty-io-9.2" ,java-eclipse-jetty-io-9.2) ,@(package-native-inputs java-eclipse-jetty-util-9.2))))) +(define-public java-eclipse-jetty-client + (package + (inherit java-eclipse-jetty-util) + (name "java-eclipse-jetty-client") + (arguments + `(#:jar-name "eclipse-jetty-client.jar" + #:source-dir "src/main/java" + #:jdk ,icedtea-8 + #:tests? #f; require junit 5 + #:phases + (modify-phases %standard-phases + (add-before 'configure 'chdir + (lambda _ + (chdir "jetty-client") + #t))))) + (inputs + (list java-eclipse-jetty-util + java-eclipse-jetty-http + java-eclipse-jetty-io + java-eclipse-jetty-server + java-eclipse-jetty-servlet + java-eclipse-jetty-security + java-eclipse-jetty-xml + java-javaee-servletapi + java-eclipse-jetty-jmx)))) + (define-public java-jsoup (package (name "java-jsoup") From patchwork Fri Feb 4 00:24:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36969 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 DFA3927BBEA; Fri, 4 Feb 2022 00:26:04 +0000 (GMT) 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 9EC0227BBE9 for ; Fri, 4 Feb 2022 00:26:04 +0000 (GMT) Received: from localhost ([::1]:48144 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmQN-0001WS-QV for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:26:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36538) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmPP-0000VA-C3 for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36172) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmPP-0001kI-2Y for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmPP-000051-02 for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 04/17] gnu: Add clojure-core-cache. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:25:02 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.164393429232716 (code B ref 53765); Fri, 04 Feb 2022 00:25:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:52 +0000 Received: from localhost ([127.0.0.1]:58295 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPE-0008Vb-0T for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:52 -0500 Received: from mout-p-201.mailbox.org ([80.241.56.171]:34358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPB-0008VD-IR for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:50 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4: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 4Jqbrq2Mggz9sS2 for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:24:43 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934280; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=JmIBMC9IcWHR+svWDy2IbAMJS/gkUbzA/0M+8PGxTFk=; b=WYZnPp1R4CjN2ianopLTDlciWstBMerykk2I2twjg7ZDEUXUWNteZHr0I6GzwCYBAVj+Rt TBUudmY7teLsS13U/lXsV65oCznWD/375nkBl4r+DQrWc0SRj3E0ozuNG3um0g3wiuig6m voqQ9KQH7WjmzSdMo9d++ZfdA/We3eolt+sqVc3rnYFIpJ68pR+YZErxhmE2/GD0Eatbyh oz3LEzjI+rebuZHS7R85BpTMAWmtIIhPN7VG08PS2PG9kSTqQynZNN3Ho2s2frsV5AQ/HE RtNUMNUbkdqrym0afbHXY1Wp7PMk+FinPtSZ9Mn2XKRW2vYWcXI6D2FKbw824A== From: Reily Siegel Date: Thu, 03 Feb 2022 19:24:35 -0500 Message-ID: <87sfsz32d8.fsf@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 (clojure-core-cache): New variable. --- gnu/packages/clojure.scm | 55 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index c4524c2abb..d390feff3d 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -259,6 +259,61 @@ (define-public clojure-algo-monads (home-page "https://github.com/clojure/algo.monads") (license license:epl1.0))) +(define-public clojure-core-cache + (package + (name "clojure-core-cache") + (version "1.0.225") + (home-page "https://github.com/clojure/core.cache") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dr1ply7ffdbd6bv4gygzmc0wx3q7zwzaaa1p93s28jkfp28276l")))) + (build-system clojure-build-system) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '("doc"))) + (propagated-inputs (list clojure-data-priority-map)) + (synopsis "Caching library for Clojure implementing various cache strategies") + (description "@code{core.cache} is a Clojure contrib library providing the +following features: + +An underlying CacheProtocol used as the base abstraction for implementing new +synchronous caches + +A defcache macro for hooking your CacheProtocol implementations into the +Clojure associative data capabilities. + +Implementations of some basic caching strategies + +First-in-first-out (FIFOCache) +Least-recently-used (LRUCache) +Least-used (LUCache -- sometimes called Least Frequently Used) +Time-to-live (TTLCacheQ) +Naive cache (BasicCache) +Naive cache backed with soft references (SoftCache) + +Implementation of an efficient buffer replacement policy based on the low +inter-reference recency set algorithm (LIRSCache) described in the LIRS paper + +Factory functions for each existing cache type + +Caches are generally immutable and should be used in conjunction with +Clojure's state management, such as atom. SoftCache is the exception here, +built on top of mutable Java collections, but it can be treated as an +immutable cache as well. + +The @code{clojure.core.cache} namespace contains the immutable caches +themselves. The @code{clojure.core.cache.wrapped} namespace contains the same +API operating on caches wrapped in atoms, which is the \"normal\" use in the +wild.") + (license license:epl1.0))) + (define-public clojure-core-match (let ((commit "1837ffbd4a150e8f3953b2d9ed5cf4a4ad3720a7") (revision "1")) ; this is the 1st commit buildable with clojure 1.9 From patchwork Fri Feb 4 00:24:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36966 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 8951027BBEA; Fri, 4 Feb 2022 00:25:16 +0000 (GMT) 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 4AB4227BBE9 for ; Fri, 4 Feb 2022 00:25:16 +0000 (GMT) Received: from localhost ([::1]:46956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmPb-0000aO-Fd for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:25:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmPP-0000Vo-Ql for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36173) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmPP-0001of-HV for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmPP-00005D-Ex for guix-patches@gnu.org; Thu, 03 Feb 2022 19:25:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 05/17] gnu: Add clojure-core-memoize. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:25: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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.164393429632733 (code B ref 53765); Fri, 04 Feb 2022 00:25:03 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:24:56 +0000 Received: from localhost ([127.0.0.1]:58298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPI-0008Vs-BX for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:56 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:51136) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPG-0008VQ-AW for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:24:55 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (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-202.mailbox.org (Postfix) with ESMTPS id 4Jqbrw4W33z9sTF for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:24:48 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934286; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=QD8ZqXRzdm/dI5eEF+uKWycHi2dEbUtN/LNfKbrHyOY=; b=Hy+3HmIUB4R1Qi3BrtzCyWbZgW9TtZZ5Owt5ccP64gnVrNWQVeCsuMyv3KlcxYYxsAJMiU uUBWez4vUI0kO96DrXYs+YE3Gu4m/59TK+NxOU1JYRUfqKq5gCVNvRSTe+07mk5aymsBYW Nj/0BUnLnr3vW4aXUiR2vBdtKqFJLN5pO4jIn9OQ7CIDYtzgwCtJCwEnSbQ58LHzW3pDUH 7UsfarXcrWP8qiopjT/p7j6MTCodKP7JsvNSI9oC9rzPkcyDltjcSMjoHJtHy5cupeR5rW ucl9pYsOPsYolXpk0oKMZDvJd7vx91mlZkFuzaO+1epUZ2dFfzLylrdzHvER8g== From: Reily Siegel Date: Thu, 03 Feb 2022 19:24:42 -0500 Message-ID: <87r18j32d1.fsf@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 (clojure-core-memoize): New variable. --- gnu/packages/clojure.scm | 51 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index d390feff3d..a0350290e5 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -341,6 +341,57 @@ (define-public clojure-core-match (home-page "https://github.com/clojure/core.match") (license license:epl1.0)))) +(define-public clojure-core-memoize + (package + (name "clojure-core-memoize") + (version "1.0.253") + (home-page "https://github.com/clojure/core.memoize") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1qky54v114sh3xn0lffwy7xx3wnnayk07fr2nvhd4lih84sv6rdz")))) + (build-system clojure-build-system) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '("docs") + ;; Tests fail when AOT'd. + #:aot-exclude '(#:all))) + (propagated-inputs (list clojure-core-cache)) + (synopsis "Manipulable, pluggable, memoization framework for Clojure") + (description "@code{core.memoize} is a Clojure contrib library providing +the following features: + +An underlying PluggableMemoization protocol that allows the use of +customizable and swappable memoization caches that adhere to the synchronous +CacheProtocol found in core.cache + +Memoization builders for implementations of common caching strategies, +including: + +First-in-first-out (clojure.core.memoize/fifo) + +Least-recently-used (clojure.core.memoize/lru) + +Least-used (clojure.core.memoize/lu) + +Time-to-live (clojure.core.memoize/ttl) + +Naive cache (memo) that duplicates the functionality of Clojure's memoize +function but, unlike the built-in memoize function, ensures that in the case +of concurrent calls with the same arguments, the memoized function is only +invoked once; in addition memo can use metadata from the memoized function to +ignore certain arguments for the purpose of creating the cache key, e.g., +allowing you to memoize clojure.java.jdbc functions where the first argument +includes a (mutable) JDBC Connection object by specifying +:clojure.core.memoize/args-fn rest in the metadata") + (license license:epl1.0))) + (define-public clojure-data-codec (package (name "clojure-data-codec") From patchwork Fri Feb 4 00:24:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36973 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 C49F027BBEB; Fri, 4 Feb 2022 00:27:32 +0000 (GMT) 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 8A69227BBE9 for ; Fri, 4 Feb 2022 00:27:32 +0000 (GMT) Received: from localhost ([::1]:49322 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmRn-0002YT-NS for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:27:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36888) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmQM-0001mD-E3 for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36194) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmQM-00028B-4H for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmQM-000089-2A for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 06/17] gnu: clojure-data-xml: Exclude failing tests. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:26:02 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934304346 (code B ref 53765); Fri, 04 Feb 2022 00:26:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:04 +0000 Received: from localhost ([127.0.0.1]:58306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPP-00005K-LG for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:03 -0500 Received: from mout-p-102.mailbox.org ([80.241.56.152]:60824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPN-0008Vr-KK for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:02 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4: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-102.mailbox.org (Postfix) with ESMTPS id 4Jqbs33DMjz9sW4 for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:24:55 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934292; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=rUOX4JCk3gcx5wnGqv0kInz76h697vMEkOxIxwnME2w=; b=PmsaNMse7DQmS7ILjreHxowTUHcTwCGcwi5VS9swxxwY/rjb3LOT35JhRrELMPhQsQiUWa ucMmyyTRYW/V+WHCJiyDos92/+UgjAmudN57FZ6xXMnMglbxjVbtFoCm5RgKMnlJzeqqwa MhKlxUYN6RQZW3JK+F31gJpcXeTW8stYX6GiQhz2DZHoACrzZC0mAdrw/r64/RaK/Qy9Q6 iwPNHW/MH6+qfPyhK26yzUzncWc5JdGGMkHX3LAgPM+8nk5EEfUtwF0DNCtByF5decqs7b IoP4OMc8ox31HPpYrExFsZEf9h4kHl868ID8bIb+fSBYfheBUZU1FAgFY2AoJw== From: Reily Siegel Date: Thu, 03 Feb 2022 19:24:49 -0500 Message-ID: <87pmo332cu.fsf@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 (clojure-data-xml): Failing tests excluded from check phase. --- gnu/packages/clojure.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index a0350290e5..2080c0afec 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -497,7 +497,9 @@ (define-public clojure-data-xml (arguments '(#:source-dirs '("src/main/clojure") #:test-dirs '("src/test/clojure") - #:doc-dirs '())) + #:doc-dirs '() + #:test-exclude '(clojure.data.xml.test-cljs + clojure.data.xml.test-entities))) (propagated-inputs (list clojure-data-codec)) (synopsis "Clojure library for reading and writing XML data") (description "@code{data.xml} is a Clojure library for reading and writing From patchwork Fri Feb 4 00:24:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36970 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 9479527BBEA; Fri, 4 Feb 2022 00:27:17 +0000 (GMT) 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 6473C27BBE9 for ; Fri, 4 Feb 2022 00:27:17 +0000 (GMT) Received: from localhost ([::1]:48502 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmRY-0001pJ-8I for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:27:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36894) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmQM-0001nJ-Qy for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36195) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmQM-00028P-HN for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmQM-00008H-Eb for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 07/17] gnu: Add clojure-http-kit. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:26:02 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934311378 (code B ref 53765); Fri, 04 Feb 2022 00:26:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:11 +0000 Received: from localhost ([127.0.0.1]:58309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPW-000061-Ta for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:11 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:51156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPV-00005k-C1 for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:09 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (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-202.mailbox.org (Postfix) with ESMTPS id 4JqbsC4N9Bz9sTQ for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:25:03 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934300; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=vlu1ilrLocuip3NVh/1MfgAjcIpahc00F4X3xaPTMzw=; b=OLxugBqMwX/+Ii1Q7fXe6d8F0SCDJ3X9JrXB0XGF2GDM6jdw5g47oo52EhVX7LbskbWSvq w4M3jeMRhml1TsjUpSOqDLP/IYKP1XJ3pqkjN7mjMBoWjQmJeNoNBWRL+wDISXSsHYM8Yk yKsw6Sfh1IS5KGalMbcVt61YeVTLYyvuS+GRNUYrt3N2c5ki/T+ihN8f65nFt5v0pQwqjV xBfkNCTcn9EUgavP9TSOGV1a0Ds2Z4ho72ymuJw0SA8jpyqQE785nY5M3jgUzndIQFc3nZ Y46GGlmEOlnwxiAGsmMqAXltWv6NNwW53C5TiF2qEJfp0tIRCH0zj3yBPxsmYQ== From: Reily Siegel Date: Thu, 03 Feb 2022 19:24:57 -0500 Message-ID: <87o83n32cm.fsf@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 (clojure-http-kit): New variable. --- gnu/packages/clojure.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 2080c0afec..23635fe1b9 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -512,6 +512,31 @@ (define-public clojure-data-xml lazy - should allow parsing and emitting of large XML documents") (license license:epl1.0))) +(define-public clojure-http-kit + (package + (name "clojure-http-kit") + (version "2.5.3") + (home-page "https://github.com/http-kit/http-kit") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19m3j5ad4q7ywl0nd39vs0wha4md8fb846ykz0anv31rvdzv5yv3")))) + (build-system clojure-build-system) + (arguments + '(#:doc-dirs '() + #:java-source-dirs '("src/java") + ;; Broken test dependencies. + #:tests? #f)) + (synopsis "High-performance event-driven HTTP client/server for Clojure") + (description "High-performance event-driven HTTP client/server for +Clojure.") + (license license:asl2.0))) + (define-public clojure-instaparse (let ((commit "dcfffad5b065e750f0f5835f017cdd8188b8ca2e") (version "1.4.9")) ; upstream forget to tag this release From patchwork Fri Feb 4 00:25:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36976 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 B152D27BBEA; Fri, 4 Feb 2022 00:27:47 +0000 (GMT) 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 99C0D27BBE9 for ; Fri, 4 Feb 2022 00:27:46 +0000 (GMT) Received: from localhost ([::1]:50158 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmS1-00037E-OE for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:27:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmQN-0001oS-6u for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36196) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmQM-00028e-Tj for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmQM-00008O-RG for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 08/17] gnu: Add clojure-tools-analyzer. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:26:02 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934318400 (code B ref 53765); Fri, 04 Feb 2022 00:26:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:18 +0000 Received: from localhost ([127.0.0.1]:58312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPe-00006O-4i for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:18 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:51162) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPc-000060-1l for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:16 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (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-202.mailbox.org (Postfix) with ESMTPS id 4JqbsL2fxbz9sTF for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:25:10 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934307; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=k2EzJWOyTWEof1P+jIJRE8PcGn4uEapMsQebR4ByOo0=; b=vwLyCccQDAxxfNXi0AGY3LNznbxdNNrLdWW+ReuFYB1JLBEEFAVmSRZz2sm+BNSt2kV7FL ZSHX+nXqQo9Ic1dF9x23XvMhtiCjQT8UXld9UCHrAkpRToA/0ZfYlZlatfNA/u/WiBIFKp FXHmBvS0OFX+uXb/g+o1b3WOGJ8yvQ/ByVJz2L0QU79HXZrzM3Lmecn4z4jyfKtd3PBlNE /yT7HUwtBXBtygIf5jjc9wDwJoSC0uGh0aIHRIkn26tDjzBaXy3C4n5fktKCjSe+zwpVn2 0K7QPApDClOGWtOvcNdnHVlE5ANs+yJ9cLKdsCNFEE37hjBWnA2m3EHe+Kxi3g== From: Reily Siegel Date: Thu, 03 Feb 2022 19:25:03 -0500 Message-ID: <87mtj732cg.fsf@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 (clojure-tools-analyzer): New variable. --- gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 23635fe1b9..7e188b99b6 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -639,6 +639,37 @@ (define-public clojure-tools-macro (home-page "https://github.com/clojure/tools.macro") (license license:epl1.0))) +(define-public clojure-tools-analyzer + (package + (name "clojure-tools-analyzer") + (version "1.1.0") + (home-page "https://github.com/clojure/tools.analyzer") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19cgxxbav3z3k62hwl34vbi3lilrs4vksa4j8lvswha8sdjs01vh")))) + (build-system clojure-build-system) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '())) + (synopsis "Analyzer for Clojure code, written in Clojure and producing +AST in EDN") + (description "An analyzer for host agnostic Clojure code, written in +Clojure and producing AST in EDN. + +Note that the analyzer in this library should not to be used directly as it +lacks any knowledge about host-specific special forms and it should only be +considered as a building platform for host-specific analyzers. Currently the +following platform specific analyzers written on top of tools.analyzer exist: +@code{tools.analyzer.jvm}, @code{tools.analyzer.js}") + (license license:epl1.0))) + (define-public clojure-tools-cli (package (name "clojure-tools-cli") From patchwork Fri Feb 4 00:25:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36971 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 3A4A827BBEB; Fri, 4 Feb 2022 00:27:20 +0000 (GMT) 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 D3AD527BBE9 for ; Fri, 4 Feb 2022 00:27:19 +0000 (GMT) Received: from localhost ([::1]:48716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmRa-00020E-0U for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:27:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36898) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmQN-0001pf-KJ for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36197) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmQN-00028j-A2 for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmQN-00008V-71 for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 09/17] gnu: Add clojure-tools-analyzer-jvm. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:26: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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934325420 (code B ref 53765); Fri, 04 Feb 2022 00:26:03 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:25 +0000 Received: from localhost ([127.0.0.1]:58315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPl-00006g-Di for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:25 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:43402) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPj-00006M-A8 for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:24 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (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-101.mailbox.org (Postfix) with ESMTPS id 4JqbsT1BWZz9sQX for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:25:17 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934314; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=YOtfWePzknbm6q05fuxf4lCVfh7740Jm6CIRwcK4+UU=; b=SYFea9o2hWN7SSsVBYYFZK+BWLDwV59WZSEcRdLazHzsWJ8TeHiNx5qLVJg5DqTpX6Noi/ PFKJt/kYoQZEoPdUXrpRNJaDvKlUyH0UZrn9k/3CyZV7XkpUOYF6vz9O+QEunVYPTIfoOV YsTPX7KnkTbgl6J7yVueGbm6EPe0ZFQ3Mc6+R0uLv2pTH3bNSocfzR0mq76DBbFisk/Uka fbB9MXDVdHuc3NczaL2LMyEVE3Vdsq6aKt8/vDB+DvgxgXFq/+bAKyaY5GvAH9Px3uCyuH GobhDXyS0rIIP92sLDJMEudNp7x/kGTRQquT5dof/Ix80iFH0Qo1N1KxsQNIxA== From: Reily Siegel Date: Thu, 03 Feb 2022 19:25:11 -0500 Message-ID: <87leyr32c8.fsf@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 (clojure-tools-analyzer-jvm): New variable. --- gnu/packages/clojure.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 7e188b99b6..4cd50483e3 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -670,6 +670,34 @@ (define-public clojure-tools-analyzer @code{tools.analyzer.jvm}, @code{tools.analyzer.js}") (license license:epl1.0))) +(define-public clojure-tools-analyzer-jvm + (package + (name "clojure-tools-analyzer-jvm") + (version "1.2.2") + (home-page "https://github.com/clojure/tools.analyzer.jvm") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1ibvgvfa4618l5d0pff9gjar1s0fwagi029v4allk7z3swb93ibr")))) + (build-system clojure-build-system) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '("doc"))) + (propagated-inputs (list clojure-core-memoize + clojure-tools-reader + clojure-tools-analyzer + java-asm)) + (synopsis "Additional jvm-specific passes for @code{tools.analyzer}") + (description "An analyzer for Clojure code, written on top of +@code{tools.analyzer}, providing additional jvm-specific passes.") + (license license:epl1.0))) + (define-public clojure-tools-cli (package (name "clojure-tools-cli") From patchwork Fri Feb 4 00:25:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36972 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 7CAAD27BBE9; Fri, 4 Feb 2022 00:27:20 +0000 (GMT) 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 EA25C27BBEA for ; Fri, 4 Feb 2022 00:27:19 +0000 (GMT) Received: from localhost ([::1]:48614 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmRZ-0001vH-3m for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:27:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36900) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmQN-0001r3-Un for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36198) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmQN-00028p-Lf for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmQN-00008d-J8 for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 10/17] gnu: Add clojure-tools-logging. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:26: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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934333440 (code B ref 53765); Fri, 04 Feb 2022 00:26:03 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:33 +0000 Received: from localhost ([127.0.0.1]:58318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPs-000071-Ls for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:32 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:43408) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPq-00006i-Qd for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:31 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1: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-101.mailbox.org (Postfix) with ESMTPS id 4Jqbsd1JNBz9sQX for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:25:25 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934322; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=3KmLrmur2zISh5hQotLwnGnzjCyRGfJNh1b4HzTbf5U=; b=sLlw+w0UNkqjnLS0yBYYxze3zhQZAiOJLkUokORfDMIhySptBTQjFzr1JmIqE5h1WYhaZE zwWjORgx6iCSTxNaz98E0plftWhziQqvKaK2sqtnkFaGXn5tzgaYISkXsF5USWrih1QpS6 BRrLeH+s4YZDppOMJgi21DDpJ8nBjYeJVvcJ+CwgwJI0C/U7P6QcyOK5ptQlDqE0Dej40d SuhqIVrAsDxPoxrKNHUvGIIEvNMPScdde95lG3KO86vfRU//FW7JCrHuzekrWgC6zLszqm bW+nY+vj5CuAJGJThNKDChRi3kVIm/p+Q/S/OBGogCy7X5LWuBgJjR26BVQgOA== From: Reily Siegel Date: Thu, 03 Feb 2022 19:25:18 -0500 Message-ID: <87k0eb32c1.fsf@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 (clojure-tools-logging): New variable. --- gnu/packages/clojure.scm | 60 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 4cd50483e3..360d86f6ab 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -811,3 +811,63 @@ (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-logging + (package + (name "clojure-tools-logging") + (version "1.2.4") + (home-page "https://github.com/clojure/tools.logging") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1vcl1s75amazzdyirnpza8jizp85d5178p0qkqfk26vl7yajvz7a")))) + (build-system clojure-build-system) + (native-inputs (list clojure-test-check + java-slf4j-api + java-slf4j-simple + java-log4j-api + java-log4j-core + java-commons-logging-minimal)) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '() + ;; Tests fail due to issues with clojure.pprint + #:tests? #f)) + (synopsis "Clojure logging toolkit") + (description "Logging macros which delegate to a specific logging +implementation, selected at runtime when the @code{clojure.tools.logging} +namespace is first loaded.") + (license license:epl1.0))) + +(define-public clojure-tools-reader + (package + (name "clojure-tools-reader") + (version "1.3.6") + (home-page "https://github.com/clojure/tools.reader") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (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)) + (synopsis "Clojure reader in Clojure") + (description "A complete Clojure reader and an EDN-only reader, works with +Clojure versions >= 1.4.0 and Clojurescript >=0.5308 and since version +0.10.0-alpha1.") + (license license:epl1.0))) From patchwork Fri Feb 4 00:25:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36974 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 C8A4327BBEA; Fri, 4 Feb 2022 00:27:34 +0000 (GMT) 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 9295127BBE9 for ; Fri, 4 Feb 2022 00:27:34 +0000 (GMT) Received: from localhost ([::1]:49474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmRp-0002el-Lu for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:27:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmQO-0001sY-BE for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36199) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmQO-000292-2p for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmQO-00008k-0C for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 11/17] gnu: Add clojure-core-async. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:26: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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934340462 (code B ref 53765); Fri, 04 Feb 2022 00:26:03 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:40 +0000 Received: from localhost ([127.0.0.1]:58321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPz-00007N-Vr for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:40 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:43414) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmPx-000072-VD for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:38 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2: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-101.mailbox.org (Postfix) with ESMTPS id 4Jqbsm1SR8z9sQX for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:25:32 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934329; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=t4h8VcfNdY0STGI1Ov0Kd7ZlRWAv9lumsUbnPo3D+yc=; b=TgVf2kCWtw4jNXdrjFTfahONe7eHqzWeMm+rJgQcukRvuMCx+VbORI1+kmFsn94W89j/u0 uhQ2NI+eLkWeLvjrGuvf7HPr7iyN7fRyxtpzcNXBcsOE1WJZtIs6jeq+HQGCA6dDE3ZtVZ SSRKj6AqZt+z12zy/FmK6DmLKnkw9hdnbxa+xz5cj+a8Yz/rKI7IrllFgC7gLrRywTDph5 dW9o5K24n87ca0NRollQHKPTTsGLdErII9dd0H+frzdVanyGbwF/NHzwZd0vvVz6+S+lKx ZJThdsZd3QuUdz5p+uXWtu0FQUAhXvQerZmSZyn6owUQLFvGUES1NP53Tzx82w== From: Reily Siegel Date: Thu, 03 Feb 2022 19:25:25 -0500 Message-ID: <87iltv32bu.fsf@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 (clojure-core-async): New variable. --- gnu/packages/clojure.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 360d86f6ab..7bbab8b741 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -259,6 +259,37 @@ (define-public clojure-algo-monads (home-page "https://github.com/clojure/algo.monads") (license license:epl1.0))) +(define-public clojure-core-async + (package + (name "clojure-core-async") + (version "1.5.648") + (home-page "https://github.com/clojure/core.async") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1any7bh5zsn6agia6y7al1gxnqa6s5g0y45gzy51rfjjccq33xq4")))) + (build-system clojure-build-system) + (arguments + '(#:source-dirs '("src/main/clojure") + #:test-dirs '("src/test/clojure") + #:doc-dirs '("doc") + #:aot-exclude '(cljs.core.async + cljs.core.async.macros + cljs.core.async.impl.ioc-macros) + ;; These tests cause the build system to hang. + #:test-exclude '(clojure.core.async-test + clojure.core.async.lab-test))) + (propagated-inputs (list clojure-tools-analyzer-jvm)) + (synopsis "Facilities for async programming and communication in Clojure") + (description "Facilities for async programming and communication in +Clojure using communicating sequential processes.") + (license license:epl1.0))) + (define-public clojure-core-cache (package (name "clojure-core-cache") From patchwork Fri Feb 4 00:25:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36975 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 1E04E27BBEA; Fri, 4 Feb 2022 00:27:35 +0000 (GMT) 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 CC51327BBE9 for ; Fri, 4 Feb 2022 00:27:34 +0000 (GMT) Received: from localhost ([::1]:49492 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmRp-0002fS-Ty for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:27:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36908) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmQO-0001t8-NH for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36200) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmQO-00029B-Eg for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmQO-00008s-CC for guix-patches@gnu.org; Thu, 03 Feb 2022 19:26:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 12/17] gnu: Add clojure-com-cognitect-http-client. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:26:04 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934347480 (code B ref 53765); Fri, 04 Feb 2022 00:26:04 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:25:47 +0000 Received: from localhost ([127.0.0.1]:58324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQ7-00007g-9q for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:47 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:43420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQ4-00007L-Vy for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:25:45 -0500 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-101.mailbox.org (Postfix) with ESMTPS id 4Jqbsv20xPz9sQX for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:25:39 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934337; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=pvmJgpdJtP55lZ5327tRQR8/5aR4kMZ0N6vn9Zn+E6A=; b=v5gg/BUp975howckG+KFnSCH1NlJmyic7/P541ZnMBMU+hYmPjdkFJ9dyi5TbPp7TKrHm+ XbxfGK7NmKaGqaymxTdJhE/1cT9N090G8tTZqtgnYA9ckDYb1J7Xq+r/8pgh1ghNvgdozh yP7z+1USIIZGzANBf8y9DYil6POGa9g2VQcOoNhc7IJLiZZw/VsWU+0OZ1xqgvw97ks1FV Ogxaa+AGDKJ/UfKSmKgNiUFLJQHvDnXiSk8azxhmuRhXX4iNDll4nj84GftEwzuxO2IAfg 5/59mo7YOff1d3Mp7/Opfn0MkStAMbzJLKXePoI70Vb6x7q0aSB92HfnvUyUIA== From: Reily Siegel Date: Thu, 03 Feb 2022 19:25:33 -0500 Message-ID: <87h79f32bm.fsf@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 (clojure-com-cognitect-http-client): New variable. --- gnu/packages/clojure.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 7bbab8b741..58adb8d080 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -25,6 +25,7 @@ (define-module (gnu packages clojure) #:use-module (gnu packages java) #:use-module (gnu packages maven) #:use-module (gnu packages readline) + #:use-module (gnu packages web) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) @@ -259,6 +260,35 @@ (define-public clojure-algo-monads (home-page "https://github.com/clojure/algo.monads") (license license:epl1.0))) +(define-public clojure-com-cognitect-http-client + (package + (name "clojure-com-cognitect-aws-api") + (version "1.0.111") + (source (origin + (method url-fetch) + ;; This JAR contains only uncompiled Clojure sources. + (uri (string-append "https://repo1.maven.org/maven2/" + "com/cognitect/http-client/" + version "/http-client-" + version ".jar")) + (sha256 + (base32 + "0n03vyr6i6n8ll8jn14b5zsba5pndb0ivdwizimz16gd8w3kf5xh")))) + (build-system clojure-build-system) + (propagated-inputs (list clojure-core-async + java-eclipse-jetty-client + java-eclipse-jetty-http + java-eclipse-jetty-util + java-eclipse-jetty-io)) + (arguments + '(#:source-dirs '("src") + #:test-dirs '() + #:doc-dirs '())) + (home-page "https://cognitect.com") + (synopsis "HTTP Client for Clojure") + (description "HTTP client for Clojure.") + (license license:asl2.0))) + (define-public clojure-core-async (package (name "clojure-core-async") From patchwork Fri Feb 4 00:26:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36979 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 E2DCB27BBEA; Fri, 4 Feb 2022 00:28:12 +0000 (GMT) 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 A857627BBE9 for ; Fri, 4 Feb 2022 00:28:12 +0000 (GMT) Received: from localhost ([::1]:51468 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmSR-00041L-Sw for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:28:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmRP-0002Lh-Rj for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36217) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmRK-0002Hq-7m for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmRK-0000Bc-2U for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 13/17] gnu: Add clojure-com-cognitect-aws-api. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:27:02 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934374602 (code B ref 53765); Fri, 04 Feb 2022 00:27:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:14 +0000 Received: from localhost ([127.0.0.1]:58337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQX-00009e-Uj for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:14 -0500 Received: from mout-p-103.mailbox.org ([80.241.56.161]:44138) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQW-00009P-H0 for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:12 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (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-103.mailbox.org (Postfix) with ESMTPS id 4JqbtQ5fDzz9sSc for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:26:06 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934364; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=KNIva+grCxfuZAs7yehCctnKI1anL8A/fxGpb8HGdv8=; b=axamMOpcGKsjN20n2qP/gghDs/SbKl69JOTM0W1j36l99ktwdRw7ZWYqq3CgGOFKLYDrZs ABqJbEuTBPjLdSvJ0EkV84L5Kazywu+5eoZYF+C8pkLww3Nu0qRcNESaJsRX4dMYeMD1xn pyFY09JEFbOfAI7xMOQ8zGDtKoEZz8dbpEi5XEtqpUUZqVQBt5lG0sYdxoznzmEeNJm4AT ATIA0iJ776p10N2bl4eVhLkKE8q4HJEjE/PbeWkC/AtQnnCnd+kWenpzd0LPirMbHpycT/ M2oCQaZhEq+l85bS9zWuyS36lXfyKaLI+laKX4DfIUHqeAcUBjWv7QAMkZimpg== From: Reily Siegel Date: Thu, 03 Feb 2022 19:26:00 -0500 Message-ID: <87ee4j32av.fsf@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 (clojure-com-cognitect-aws-api): New variable. --- gnu/packages/clojure.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 58adb8d080..b99ec139da 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -260,6 +260,46 @@ (define-public clojure-algo-monads (home-page "https://github.com/clojure/algo.monads") (license license:epl1.0))) +(define-public clojure-com-cognitect-aws-api + (package + (name "clojure-com-cognitect-aws-api") + (version "0.8.539") + (home-page "https://github.com/cognitect-labs/aws-api") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pi1578hgfy9w25gyidz5dwl85q51rjm3kfffmlxsysl7vx3gv03")))) + (build-system clojure-build-system) + (native-inputs (list clojure-http-kit + java-commons-io + clojure-com-cognitect-aws-endpoints + clojure-com-cognitect-aws-s3 + clojure-test-check)) + (propagated-inputs (list clojure-core-async + clojure-tools-logging + clojure-data-json + clojure-data-xml + clojure-com-cognitect-http-client)) + (arguments + '(#:source-dirs '("src" "resources") + #:test-dirs '("test/src" "test/resources") + #:doc-dirs '("doc"))) + (synopsis "aws-api is a Clojure library which provides programmatic access +to AWS services from your Clojure program") + (description "@code{aws-api} is an idiomatic, data-oriented Clojure +library for invoking AWS APIs. While the library offers some helper and +documentation functions you'll use at development time, the only functions you +ever need at runtime are @code{client}, which creates a client for a given +service and @code{invoke}, which invokes an operation on the +service. @code{invoke} takes a map and returns a map, and works the same way +for every operation on every service.") + (license license:asl2.0))) + (define-public clojure-com-cognitect-http-client (package (name "clojure-com-cognitect-aws-api") From patchwork Fri Feb 4 00:25: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: 36977 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 7519127BBEA; Fri, 4 Feb 2022 00:27:49 +0000 (GMT) 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 40FB627BBE9 for ; Fri, 4 Feb 2022 00:27:49 +0000 (GMT) Received: from localhost ([::1]:50340 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmS4-0003FU-Df for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:27:48 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36998) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmRP-0002Lg-Rb for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36216) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmRJ-0002Ho-Oq for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmRJ-0000BV-MR for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 14/17] gnu: Add clojure-com-cognitect-aws-endpoints. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:27:01 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934366579 (code B ref 53765); Fri, 04 Feb 2022 00:27:01 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:06 +0000 Received: from localhost ([127.0.0.1]:58334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQP-00009H-Lx for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:05 -0500 Received: from mout-p-103.mailbox.org ([80.241.56.161]:44132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQO-00007z-Jk for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:05 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (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-103.mailbox.org (Postfix) with ESMTPS id 4JqbtG661Mz9sSc for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:25:58 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934355; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=cqVeW1uY9wTquxD/tMRQAZASDA/7CL28KRqQ2/T8nj8=; b=ptTBZWCxMCNbype5Ykt1EzbQ99NueWa7f50V58X1vAzQ9lk+CZvnbSEZ1C2qBU56TXp33u KBS09dasdMWM9JA/GUfpPb69G9d9orYt/1OnEQdlVLMSsyvmNN5lbqw9Lt8skMXc7svGA0 UJdT50YKtkrsGRuKJsgfIuItP0Tj0aRZ7hwbCJkPNbbo2wTzn3aBw0edYWhtnffX8MbqLT WQaWHdtWivVHFoOqozHb9TH+a1HJkK20JH1Sh4SnaEKy0DwLLbBnSW6pKo1Nc809S7rWkB Hh6+wIy5qoEAuXdnTJLV7nKdHphRsaZKXJkTdzolvPLfWYNgIpENRzJeJDPi/w== From: Reily Siegel Date: Thu, 03 Feb 2022 19:25:52 -0500 Message-ID: <87fsoz32b3.fsf@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 (clojure-com-cognitect-aws-endpoints): New variable. --- gnu/packages/clojure.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index b99ec139da..f4b389f7b0 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -300,6 +300,30 @@ (define-public clojure-com-cognitect-aws-api for every operation on every service.") (license license:asl2.0))) +(define-public clojure-com-cognitect-aws-endpoints + (package + (inherit clojure-com-cognitect-aws-api) + (name "clojure-com-cognitect-aws-endpoints") + (version "1.1.12.136") + (source (origin + (method url-fetch) + ;; This JAR contains only data files. + (uri (string-append "https://repo1.maven.org/maven2/" + "com/cognitect/aws/endpoints/" + version "/endpoints-" + version "-sources.jar")) + (sha256 + (base32 + "15irzbnr0gp5pf0nh9vws6kyzjsbqshiqm9b8frjgsnizvqw0jqj")))) + (native-inputs '()) + (propagated-inputs '()) + (arguments + '(#:doc-dirs '() + ;; This package contains only data, no code to test. + #:tests? #f)) + (synopsis "Endpoint data for @code{aws-api}") + (license license:asl2.0))) + (define-public clojure-com-cognitect-http-client (package (name "clojure-com-cognitect-aws-api") From patchwork Fri Feb 4 00:26:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36978 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 6808127BBEA; Fri, 4 Feb 2022 00:28:00 +0000 (GMT) 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 3087127BBE9 for ; Fri, 4 Feb 2022 00:28:00 +0000 (GMT) Received: from localhost ([::1]:50932 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmSF-0003er-Cs for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:27:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmRP-0002Le-Po for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36218) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmRK-0002Hr-JE for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmRK-0000Bk-GZ for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 15/17] gnu: Add clojure-com-cognitect-aws-s3. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:27:02 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934382623 (code B ref 53765); Fri, 04 Feb 2022 00:27:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:22 +0000 Received: from localhost ([127.0.0.1]:58340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQg-00009z-8M for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:22 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:43444) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQe-00009m-Ne for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:21 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4: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-101.mailbox.org (Postfix) with ESMTPS id 4JqbtZ6xVXz9sR2 for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:26:14 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934372; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=IrSpFGEFj6BV5w8nZ+jeNVFYLV68Qe7scW3uIp3JGCo=; b=dXAtM7BKJ6/gMZlZlUukxVypb8ygT93Z003ejzLOVvsEK5KyNgacC8aMvlvzoD559TLliv YWlbf3pm+9BIXD1WY6FfzsP+npL98SvHdD9066Ax3kt3m6CtukKfBA21OcfU8zLiVRLVBc CthJLg0G38Xbz29pierUkhrBsfB3E4g9gUBocT1rP5U7GN3PXA08K3DyAKCLC00GmvlxJ4 5fFv/8vUtZqw4QaiU3vB/tWmRZ6XGhmzsSQop7dSgn6/QzdrxZmf5lr6uDRg8m0s4+ki8K G+RTmirczoxAieMwlgAKUeWIf0kLxXQyL4IB0WcJJpCXXBEfSvURdiiHkpYwRg== From: Reily Siegel Date: Thu, 03 Feb 2022 19:26:08 -0500 Message-ID: <87czk332an.fsf@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 (clojure-com-cognitect-aws-s3): New variable. --- gnu/packages/clojure.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index f4b389f7b0..4979300dc7 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -324,6 +324,30 @@ (define-public clojure-com-cognitect-aws-endpoints (synopsis "Endpoint data for @code{aws-api}") (license license:asl2.0))) +(define-public clojure-com-cognitect-aws-s3 + (package + (inherit clojure-com-cognitect-aws-api) + (name "clojure-com-cognitect-aws-s3") + (version "814.2.991.0") + (source (origin + (method url-fetch) + (uri (string-append "https://repo1.maven.org/maven2/" + "com/cognitect/aws/s3/" + version "/s3-" + version "-sources.jar")) + (sha256 + (base32 + "0aw3mpddmnjmp45vbmv1l47jn84lgq866fy9mg4wf1x2lqdyhigh")))) + (native-inputs '()) + (propagated-inputs '()) + (arguments + '(#:doc-dirs '() + ;; This package has no tests. + #:tests? #f + #:aot-exclude '(#:all))) + (synopsis "S3 service description for @code{aws-api}") + (license license:asl2.0))) + (define-public clojure-com-cognitect-http-client (package (name "clojure-com-cognitect-aws-api") From patchwork Fri Feb 4 00:26:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36980 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 9D73427BBEA; Fri, 4 Feb 2022 00:29:07 +0000 (GMT) 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 CA19527BBE9 for ; Fri, 4 Feb 2022 00:29:06 +0000 (GMT) Received: from localhost ([::1]:52500 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmTJ-0004im-Vs for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:29:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmRP-0002Ld-Po for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36219) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmRK-0002Hs-VE for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmRK-0000Bs-Sq for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 16/17] gnu: clojure-tools-deps-alpha: Fix issues with S3 References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:27:02 +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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934393660 (code B ref 53765); Fri, 04 Feb 2022 00:27:02 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:33 +0000 Received: from localhost ([127.0.0.1]:58343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQr-0000Aa-HW for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:33 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:51184) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmQp-0000AJ-Vl for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:32 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (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-202.mailbox.org (Postfix) with ESMTPS id 4Jqbtp2BfFz9sTF for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:26:26 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934384; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=vbO10v3mbBrR/Gu+HvM0sDgzvbUND4oYlUj55sJpRGM=; b=MQ/q7N92URIZr7AGQnN4K/fl+tW45ia9v+M/4Wi+t2qhNbqqulWTzCGM3kwDdqQOGxj1Wv C87569EHf+kqi0YvqF4+LLHL3RHDVQ8n42nsa2sJdpUpsinDI+BDDdp0e4cAcozpKzwZH8 tu2WX3E+UF7SLvTphL42vVPIZSYvlNONk2230PiJ3y4svg7xSA3/HDjJdaf0eA5A7ZeKLV DD9PrBSyDRUZqCRlx5H+i7MMkasaxyjl1PXbAaOCKYLKAqs8jPgm+3FihZVl0AITgR/MYR 7wz9v9joI0tkNCXCl1+xUT3WtozNZYsFJz11AhWbSNe609WQJ6NxFhoa28YU7w== From: Reily Siegel Date: Thu, 03 Feb 2022 19:26:20 -0500 Message-ID: <87bkzn32ab.fsf@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 (clojure-tools-deps-alpha): Remove a restriction which prevented the S3 loader from being used due to dependency issues. Now that clojure-core-async has been packaged, this restriction can be lifted. --- gnu/packages/clojure.scm | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 4979300dc7..fe10a198db 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -888,34 +888,11 @@ (define-public clojure-tools-deps-alpha (build-system clojure-build-system) (arguments `(#:source-dirs '("src/main/clojure" "src/main/resources") + #:java-source-dirs '("src/main/java") #:test-dirs '("src/test/clojure") #:doc-dirs '() ;; FIXME: Could not initialize class org.eclipse.aether.transport.http.SslSocketFactory - #:tests? #f - #:phases - (modify-phases %standard-phases - ;; FIXME: Currently, the S3 transporter depends on ClojureScript, - ;; which is very difficult to package due to dependencies on Java - ;; libraries with non-standard build systems. Instead of actually - ;; packaging these libraries, we just remove the S3 transporter that - ;; depends on them. - (add-after 'unpack 'remove-s3-transporter - (lambda _ - (for-each delete-file - (list - (string-append - "src/main/clojure/clojure/" - "tools/deps/alpha/util/s3_aws_client.clj") - (string-append - "src/main/clojure/clojure/" - "tools/deps/alpha/util/s3_transporter.clj") - (string-append - "src/test/clojure/clojure/" - "tools/deps/alpha/util/test_s3_transporter.clj"))) - (substitute* - "src/main/clojure/clojure/tools/deps/alpha/util/maven.clj" - (("clojure.tools.deps.alpha.util.s3-transporter") - ""))))))) + #:tests? #f)) (propagated-inputs (list maven-resolver-api maven-resolver-spi maven-resolver-impl @@ -927,7 +904,11 @@ (define-public clojure-tools-deps-alpha maven-resolver-transport-file clojure-tools-gitlibs clojure-tools-cli - clojure-data-xml)) + clojure-data-xml + clojure-com-cognitect-aws-api + clojure-com-cognitect-aws-endpoints + clojure-com-cognitect-aws-s3 + java-javax-inject)) (synopsis "Clojure library supporting clojure-tools") (description "This package provides a functional API for transitive dependency graph expansion and the creation of classpaths.") From patchwork Fri Feb 4 00:26:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 36981 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 1753C27BBEA; Fri, 4 Feb 2022 00:29:18 +0000 (GMT) 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 CB44C27BBE9 for ; Fri, 4 Feb 2022 00:29:17 +0000 (GMT) Received: from localhost ([::1]:52726 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFmTV-0004s7-16 for patchwork@mira.cbaines.net; Thu, 03 Feb 2022 19:29:17 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36984) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFmRP-0002Lc-P8 for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36220) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nFmRL-0002Ht-Bk for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nFmRL-0000Bz-8e for guix-patches@gnu.org; Thu, 03 Feb 2022 19:27:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH 17/17] gnu: clojure-tools: Fix logging warning messages. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Feb 2022 00:27: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 Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1643934408690 (code B ref 53765); Fri, 04 Feb 2022 00:27:03 +0000 Received: (at 53765) by debbugs.gnu.org; 4 Feb 2022 00:26:48 +0000 Received: from localhost ([127.0.0.1]:58346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmR5-0000B4-Rh for submit@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:48 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:43452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nFmR4-0000Ap-UA for 53765@debbugs.gnu.org; Thu, 03 Feb 2022 19:26:47 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (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-101.mailbox.org (Postfix) with ESMTPS id 4Jqbv51cNSz9sRP for <53765@debbugs.gnu.org>; Fri, 4 Feb 2022 01:26:41 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1643934395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=AJYFAHVEdp1QxmYHgA4qvnSnZZmkBIxSjFFnb97fNh8=; b=hmwdDYK8IsIyDgZXXSOMrOKB5Lg6EQ5hvFaQvgV59qPhSdNn2WPrlxl2okL+GBXP+C6n1X YVRkV5F1gKo0lSnoRbboCemHSUvNBBo//MBNAmkuH6lfTW60J56cd2e9o9d6pJtZCA1dNI kwsjUFEOdwtl67lq6P6oEjSGRqOiplv2Nuwb1UFZX9+LGyFRBZ5HQCSsXq/ahr2WUd9KRS 5i9FOLYeMbEr0yDVa3g/5ESklQpmsBRjBP3FNAl0AFOgzTreu910xa0MzzEtzkZZsJTOk2 uVz+X5Ivu4GmOUgWLy5pizLRni6mz9Ucrpfnuwgu0ATjDF+je6Zxm+ZBSei3RA== From: Reily Siegel Date: Thu, 03 Feb 2022 19:26:27 -0500 Message-ID: <87a6f732a4.fsf@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 (clojure-tools): Add a dependency on java-slf4j-simple to silence warnings that no logger implementation is available. --- gnu/packages/clojure.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index fe10a198db..ab27fd8bd3 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -200,7 +200,8 @@ (define-public clojure-tools (inputs (list rlwrap clojure clojure-tools-deps-alpha - java-commons-logging-minimal)) + java-commons-logging-minimal + java-slf4j-simple)) (home-page "https://clojure.org/releases/tools") (synopsis "CLI tools for the Clojure programming language") (description "The Clojure command line tools can be used to start a From patchwork Wed Mar 16 12:44:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 37866 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 6FF0E27BBEA; Wed, 16 Mar 2022 12:56:17 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL, 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 1A7D127BBE9 for ; Wed, 16 Mar 2022 12:56:17 +0000 (GMT) Received: from localhost ([::1]:41140 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nUTCG-000352-P1 for patchwork@mira.cbaines.net; Wed, 16 Mar 2022 08:56:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59080) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nUT1Y-0007Mb-Ej for guix-patches@gnu.org; Wed, 16 Mar 2022 08:45:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56689) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nUT1Y-0004id-4c for guix-patches@gnu.org; Wed, 16 Mar 2022 08:45:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nUT1Y-0001lp-2h for guix-patches@gnu.org; Wed, 16 Mar 2022 08:45:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH v2 18/18] gnu: clojure-tools: Fix logging warning messages. References: <87y22r32hi.fsf@reilysiegel.com> In-Reply-To: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 16 Mar 2022 12:45:08 +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.16474346756639 (code B ref 53765); Wed, 16 Mar 2022 12:45:08 +0000 Received: (at 53765) by debbugs.gnu.org; 16 Mar 2022 12:44:35 +0000 Received: from localhost ([127.0.0.1]:50571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUT10-0001j1-Lr for submit@debbugs.gnu.org; Wed, 16 Mar 2022 08:44:34 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:54122) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUT0z-0001iY-6L for 53765@debbugs.gnu.org; Wed, 16 Mar 2022 08:44:33 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (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-202.mailbox.org (Postfix) with ESMTPS id 4KJVMv1RFmz9sTl; Wed, 16 Mar 2022 13:44:27 +0100 (CET) From: Reily Siegel DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1647434666; 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; bh=s2I5huc1aFMz/y9dfGBR1BF7WbLvtpa0LVsvcJ9gli8=; b=tn3NPphmWR4JWLT0l3tQ8QsnjIOZdWu3S0AL5WLwJTC3KbWuj/FNAnfeQ1nd5URZ2gk7TL MPk2UIS8hWpnrY2KPLGHs1jQRJ2F/iDfTNHVfYqWbSrjMy0vJnVTLEeL/Se1Ekj0nqrqMM O2U6apImW/stUm+KzKel5hBTC2MSho3pcrvj6k7AlSnis+/fqUcTkrWcMeTEVmBCNWICBH 9veLhFqfP2sfXIsQ+bcwFfbAmUZhzUG7ooTntewfDmPHlWQaCFx1XihtQmwYRk6sflaPZV zAU5Q/wACoI4dyyowJTEshZ2HzF3ecU9EQpMCcUTcxLaZf75G6QxKFDPoPu8Fw== Date: Wed, 16 Mar 2022 13:44:21 +0100 Message-ID: <87o826cbiy.fsf@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 (clojure-tools): Add a dependency on java-slf4j-simple to silence warnings that no logger implementation is available. --- gnu/packages/clojure.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index f6169bc324..e53163dad2 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -200,7 +200,8 @@ (define-public clojure-tools (inputs (list rlwrap clojure clojure-tools-deps-alpha - java-commons-logging-minimal)) + java-commons-logging-minimal + java-slf4j-simple)) (home-page "https://clojure.org/releases/tools") (synopsis "CLI tools for the Clojure programming language") (description "The Clojure command line tools can be used to start a