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