From patchwork Sun Jan 16 02:06:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reily Siegel X-Patchwork-Id: 38346 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 7C0AF27BBEC; Wed, 6 Apr 2022 13:41:52 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 2132227BBE9 for ; Wed, 6 Apr 2022 13:41:52 +0100 (BST) Received: from localhost ([::1]:58308 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nc4yt-0008PJ-7b for patchwork@mira.cbaines.net; Wed, 06 Apr 2022 08:41:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59032) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nc4yc-0008Nn-Kl for guix-patches@gnu.org; Wed, 06 Apr 2022 08:41:35 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35133) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nc4y9-0000UD-0p for guix-patches@gnu.org; Wed, 06 Apr 2022 08:41:33 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nc4y8-0000Gg-V8 for guix-patches@gnu.org; Wed, 06 Apr 2022 08:41:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#53765] [PATCH v3 06/17] gnu: Add clojure-http-kit. References: <87y22r32hi.fsf@reilysiegel.com> Resent-From: Reily Siegel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Apr 2022 12:41: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 Cc: Maxime Devos Received: via spool by 53765-submit@debbugs.gnu.org id=B53765.1649248863993 (code B ref 53765); Wed, 06 Apr 2022 12:41:04 +0000 Received: (at 53765) by debbugs.gnu.org; 6 Apr 2022 12:41:03 +0000 Received: from localhost ([127.0.0.1]:57257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nc4y6-0000Fo-JY for submit@debbugs.gnu.org; Wed, 06 Apr 2022 08:41:02 -0400 Received: from mout-p-103.mailbox.org ([80.241.56.161]:41848) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nc4y5-0000F4-AP for 53765@debbugs.gnu.org; Wed, 06 Apr 2022 08:41:01 -0400 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-103.mailbox.org (Postfix) with ESMTPS id 4KYPJ63HS6z9sTB; Wed, 6 Apr 2022 14:40:54 +0200 (CEST) From: Reily Siegel DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=reilysiegel.com; s=MBO0001; t=1649248852; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=WZXIjYgFqzpJJmflWdiwXEJC9pSwKg9kOKzdyxRaNvA=; b=s+0GsB9tYuD1f0FoKfzhvFlqK7IxVziWU5M9RkyUgeyJncTkg5OMlC/7AcTSS3PY51pisW Gz7Lu0bvom1optfSQ58HCa6a9Rcc5BrtZimMYTT2NMBkh1jZ5+KcNhgKLcgRpRMiADCpD7 pUmP7wIgYRwLeVEsHdUVybHR2KxcodRdkBRnHRVaB+OrK0fswkNMWf4j8TGjwN7eSxKOlC CnCg+6LDkpWGQkzOG+Rz/ACYmgVVyPgpK3O6c4Szszhmz4RZMC6G7ojX2A++2Q/Hl0CyYr ylnVn+Pi3ioaCUWGzi/8OVBCjw8puSR8aCwSMumAcgl87fW1OHkdEpApWv9wEA== In-Reply-To: Date: Sat, 15 Jan 2022 21:06:43 -0500 Message-Id: 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 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index 0b4c7a623a..664988f2bd 100644 --- a/gnu/packages/clojure.scm +++ b/gnu/packages/clojure.scm @@ -499,6 +499,37 @@ (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") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/http-kit/http-kit") + (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. Upstream reports that the current version + ;; of ring-defaults causes tests to hang, but that updating it would + ;; break other test dependencies. See project.clj for more details. + ;; + ;; Before re-enabling tests, make sure that test/ssl_keystore won't + ;; expire, to ensure reproducibility. + #:tests? #f)) + (home-page "https://github.com/http-kit/http-kit") + (synopsis "High-performance event-driven HTTP client/server for Clojure") + (description "HTTP Kit is an HTTP client and server that complies with the +Ring HTTP standard for integration with other Ring compatible libraries. It +supports both synchronous and asynchronous requests, as well as WebSockets.") + (license (list license:asl2.0 license:bsd-3)))) + (define-public clojure-instaparse (let ((commit "dcfffad5b065e750f0f5835f017cdd8188b8ca2e") (version "1.4.9")) ; upstream forget to tag this release