From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SAYmDlYOCWTFIQAASxT56A (envelope-from ) for ; Wed, 08 Mar 2023 23:38:14 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id sK0wDVYOCWQebgAAG6o9tA (envelope-from ) for ; Wed, 08 Mar 2023 23:38:14 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9FDAF2E1CB for ; Wed, 8 Mar 2023 23:38:13 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pa2Q7-00067Y-Rd; Wed, 08 Mar 2023 17:38:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pa2Q6-000619-BH for guix-patches@gnu.org; Wed, 08 Mar 2023 17:38:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pa2Q6-0004Pd-2O for guix-patches@gnu.org; Wed, 08 Mar 2023 17:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pa2Q5-00076b-SP for guix-patches@gnu.org; Wed, 08 Mar 2023 17:38:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#62060] [PATCH] gnu: Add emacs-srht. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Mar 2023 22:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62060 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62060@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167831506627284 (code B ref -1); Wed, 08 Mar 2023 22:38:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Mar 2023 22:37:46 +0000 Received: from localhost ([127.0.0.1]:50357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pa2Pp-000760-Jn for submit@debbugs.gnu.org; Wed, 08 Mar 2023 17:37:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:41030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pa2Pn-00075s-MJ for submit@debbugs.gnu.org; Wed, 08 Mar 2023 17:37:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pa2Pn-0005NE-4D for guix-patches@gnu.org; Wed, 08 Mar 2023 17:37:43 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pa2Pl-0004Kt-4M for guix-patches@gnu.org; Wed, 08 Mar 2023 17:37:42 -0500 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id 9780040005 for ; Wed, 8 Mar 2023 22:37:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1678315055; 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=M97wqpmYHabfXN8yvJ68YojSd++GtnfBLiBN3tMwECY=; b=I2IcNrxNcYJevJ6ykmjaHguNkq9njrmT6McG2t1kcWs9Z+9FRdypaBqeyC/pEDTXMtDpsU efKgWtidEK2w1yBbqVFIZ0jR7PDAox4had0lntmaOg7RzVO5aaiHTpweXYc1NWOJZB+2bp kKaAHH0Q0MFT1dHGfeBn3INyo/nWEDdbkQzAyfVq8nCVvW9zNy0bOT3gT9k2wcJJ9XVERQ Zhfp5gJ4wt5CnU6HAvs9gXwgRb/8UaZvJCC4Lx3l0sqCCMClU+y4zLkuqt/95TSOnrCqjW veUFHPa5JT0lbtZbiLEDkOiucMN9ZAgluEU9+vPJ+ncANt3VmbsIEIVAIpmw3g== From: conses Date: Wed, 08 Mar 2023 23:37:34 +0100 Message-ID: <86pm9ivpht.fsf@conses.eu> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.194; envelope-from=contact@conses.eu; helo=relay2-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1678315094; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:list-id:list-help:list-unsubscribe:list-subscribe: list-post:dkim-signature; bh=M97wqpmYHabfXN8yvJ68YojSd++GtnfBLiBN3tMwECY=; b=eAdKv0wcRtcQtoo2udtyLORZP7SRdxtlo0nD8B1f3wa9J3IImF0SfknwgoU9yFCe82kp9B 0rU4TXe9oHoGISjM3KXkVXhJ2K/TgcyVCIALSTlM/H8gADCcyXf1iQjlSBvx++Q2OgpPOJ AB7KWuOem+PJEnhmGwJsNJYLFw7/dYCenaDQZ4ecY5Sk8Kwyb2REreiG3TL0KzcqUmxmBh c7kK/jF1jA9w+XuYR5bNwe8oo85OcLoKljgQ+bnds13QgS6vaPUQIwUnKommtUuY9dbRq4 czndTO/MFiJI9n5yuvTTMYMXCZAUZqXGx+IcRp1/QtL3YlUx/05XWc8GTMEMlw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=conses.eu header.s=gm1 header.b=I2IcNrxN; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678315094; a=rsa-sha256; cv=none; b=KMhfAZWi3uuFhMvoTWYiSOjAlGbNT3TDjZI9cLpts4RtdobzHDyUhVSOnUoSAVdOoqLtPz lIFz10UGJNkefwoUFNFIpbzZ2D5KuBc46OVGbSo05jWlgDnwZ2r3rmoa/pXGEXM6p3crIG bzyb7bv29ULTww/Nulfp19XugiEW4T/YPt8e59oouK3kI8/O8w2McGPs5pL2ceRt8PV5cu 3MkisRS4Mkmydu+KhUEr1zlrGZR7camO+CrQae+ql/zlPz8NsIX9YFvqYfmBMfQtgiTz42 RINDn4p0rBAr1zxkFjkkzn1dcxj5+eMtDYgMsZJg5cNtawy5kGn8nHI67sEEUA== Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=conses.eu header.s=gm1 header.b=I2IcNrxN; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none X-Migadu-Spam-Score: 0.50 X-Spam-Score: 0.50 X-Migadu-Queue-Id: 9FDAF2E1CB X-Migadu-Scanner: scn1.migadu.com X-TUID: GD8+UoAyQsUr * gnu/packages/emacs-xyz.scm (emacs-srht): New variable. --- gnu/packages/emacs-xyz.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3f7fcf4481..31896c1d3f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25332,6 +25332,41 @@ (define-public emacs-srfi them in your web browser.") (license license:expat)))) +(define-public emacs-srht + (package + (name "emacs-srht") + (version "0.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://git.sr.ht/~akagi/srht.el") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10271yp9w9z27gjjpb7bnsqcrhqyvggrbmic6x1nlrn06vin1qkz")))) + (build-system emacs-build-system) + (arguments + (list + #:tests? #t + #:test-command #~(list "emacs" "--batch" + "-l" "tests/srht-test.el" + "-f" "ert-run-tests-batch-and-exit") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'move-source-files + (lambda _ + (let ((el-files (find-files "./lisp" ".*\\.el$"))) + (for-each (lambda (f) + (rename-file f (basename f))) + el-files))))))) + (propagated-inputs (list emacs-plz)) + (home-page "https://git.sr.ht/~akagi/srht.el") + (synopsis "Emacs sr.ht API client") + (description "This package provides bindings to the Sourcehut REST API as +well as commands for interacting with it.") + (license license:gpl3+))) + (define-public emacs-srv (package (name "emacs-srv") -- 2.39.1 -- Best regards, conses