all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Roman Scherer <roman@burningswell.com>
Cc: 72463-done@debbugs.gnu.org
Subject: bug#72463: [PATCH 00/10] Add Clojure Core packages and HTTPkit
Date: Thu, 12 Sep 2024 19:08:58 +0200	[thread overview]
Message-ID: <871q1okded.fsf@gnu.org> (raw)
In-Reply-To: <86o74zu6vx.fsf@burningswell.com> (Roman Scherer's message of "Sat, 07 Sep 2024 11:53:38 +0200")

[-- Attachment #1: Type: text/plain, Size: 88 bytes --]

Hello,

Applied v2 with the change below on the last patch.

Thanks!

Ludo’.


[-- Attachment #2: Type: text/x-patch, Size: 1362 bytes --]

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 1aa81c21ae..09674f541e 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Jesse Gibbons <jgibbons2357+guix@gmail.com>
 ;;; Copyright © 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2024 Roman Scherer <roman@burningswell.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1014,9 +1015,11 @@ (define-public http-kit
      '(#:java-source-dirs '("src/java")
        #:source-dirs '("src")
        #:doc-dirs '()
-       #:tests? #f))  ;; Too many unpackaged dependencies
-    (synopsis "Simple, high-performance event-driven HTTP client and server for Clojure")
-    (description "Minimalist, event-driven, high-performance Clojure HTTP
-client and server library with WebSocket and asynchronous support.")
+       #:tests? #f))                    ;XXX: too many unpackaged dependencies
+    (synopsis
+     "High-performance, event-driven HTTP client and server for Clojure")
+    (description "This package provides a minimalist, event-driven,
+high-performance Clojure HTTP client and server library with WebSocket and
+asynchronous support.")
     (home-page "https://github.com/http-kit/http-kit")
     (license license:asl2.0)))

  reply	other threads:[~2024-09-12 17:10 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-04 14:44 [bug#72463] [PATCH 00/10] Add Clojure Core packages and HTTPkit Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 01/10] gnu: Add clojure-data-json Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 02/10] gnu: Add clojure-data-priority-map Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 03/10] gnu: Add clojure-core-cache Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 04/10] gnu: Add clojure-core-memoize Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 05/10] gnu: Add clojure-tools-analyzer Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 06/10] gnu: Add clojure-tools-reader Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 07/10] gnu: Add clojure-tools-analyzer-jvm Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 08/10] gnu: Add clojure-tools-logging Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 09/10] gnu: Add clojure-core-async Roman Scherer
2024-08-05  5:16 ` [bug#72463] [PATCH 10/10] gnu: Add http-kit Roman Scherer
2024-09-06 21:55 ` [bug#72463] [PATCH 00/10] Add Clojure Core packages and HTTPkit Ludovic Courtès
2024-09-07  9:53   ` Roman Scherer
2024-09-12 17:08     ` Ludovic Courtès [this message]
2024-09-12 18:35       ` Roman Scherer
2024-09-07  9:51 ` [bug#72463] [PATCH v2 01/10] gnu: Add clojure-data-json Roman Scherer
2024-09-07  9:51   ` [bug#72463] [PATCH v2 02/10] gnu: Add clojure-data-priority-map Roman Scherer
2024-09-07  9:51   ` [bug#72463] [PATCH v2 03/10] gnu: Add clojure-core-cache Roman Scherer
2024-09-07  9:51   ` [bug#72463] [PATCH v2 04/10] gnu: Add clojure-core-memoize Roman Scherer
2024-09-07  9:51   ` [bug#72463] [PATCH v2 05/10] gnu: Add clojure-tools-analyzer Roman Scherer
2024-09-07  9:51   ` [bug#72463] [PATCH v2 06/10] gnu: Add clojure-tools-reader Roman Scherer
2024-09-07  9:51   ` [bug#72463] [PATCH v2 07/10] gnu: Add clojure-tools-analyzer-jvm Roman Scherer
2024-09-07  9:51   ` [bug#72463] [PATCH v2 08/10] gnu: Add clojure-tools-logging Roman Scherer
2024-09-07  9:51   ` [bug#72463] [PATCH v2 09/10] gnu: Add clojure-core-async Roman Scherer
2024-09-07  9:51   ` [bug#72463] [PATCH v2 10/10] gnu: Add http-kit Roman Scherer

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=871q1okded.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=72463-done@debbugs.gnu.org \
    --cc=roman@burningswell.com \
    /path/to/YOUR_REPLY

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

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.