GNU bug report logs

#74051 [PATCH] gnu: Add emacs-weblorg

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Full log

Message #14 received at 74051@debbugs.gnu.org (full text, mbox, reply):

Received: (at 74051) by debbugs.gnu.org; 28 Oct 2024 15:44:04 +0000
From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 28 11:44:04 2024
Received: from localhost ([127.0.0.1]:54431 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1t5RuW-0006kF-An
	for submit@debbugs.gnu.org; Mon, 28 Oct 2024 11:44:04 -0400
Received: from drosera-smtp.ehess.fr ([193.48.45.73]:50532
 helo=drosera.ehess.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <mattia.bunel@ehess.fr>) id 1t5RuT-0006jb-2V
 for 74051@debbugs.gnu.org; Mon, 28 Oct 2024 11:44:02 -0400
Received: from smtp-ehess-auth.ehess.fr (smtp-ehess-auth.ehess.fr
 [193.48.45.113])
 by drosera.ehess.fr (Postfix) with ESMTP id 0AD7F140013
 for <74051@debbugs.gnu.org>; Mon, 28 Oct 2024 16:43:12 +0100 (CET)
Received: from kaiju.eduroam-54.ehess.fr (unknown [10.63.9.37])
 by smtp-ehess-auth.ehess.fr (Postfix) with ESMTPSA id DBB86220088;
 Mon, 28 Oct 2024 16:43:12 +0100 (CET)
From: Mattia Bunel <mattia.bunel@ehess.fr>
To: 74051@debbugs.gnu.org
Subject: [PATCH] gnu: Add emacs-weblorg
Date: Mon, 28 Oct 2024 16:42:14 +0100
Message-ID: <8fb16459699509f1e676ad64752bc39030d427c2.1730130134.git.mattia.bunel@ehess.fr>
X-Mailer: git-send-email 2.47.0
MIME-Version: 1.0
gnu: Add emacs-weblorg
X-Debbugs-Cc: Andrew Tropin <andrew@trop.in>,
 Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
 Liliana Marie Prikler <liliana.prikler@gmail.com>
Content-Transfer-Encoding: 8bit
X-Spam-Score: 0.7 (/)
X-Debbugs-Envelope-To: 74051
Cc: Mattia Bunel <mattia.bunel@ehess.fr>
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -0.3 (/)
* gnu/packages/emacs-xyz.scm (emacs-weblorg): New Variable.

Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b
---
 gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 488b4cb5d7..18ae6937bb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38230,6 +38230,38 @@ (define-public emacs-org-static-blog
 a @samp{date} keywords, and optionally, a @samp{filetags} keyword.")
     (license license:bsd-3)))
 
+(define-public emacs-weblorg
+  (let ((commit "0db218bd6b2e083546d3a69a022dfb1a08900acd")
+        (revision "0"))
+    (package
+      (name "emacs-weblorg")
+      (version (git-version "0.1.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/emacs-love/weblorg")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0fijrzc96p3jkq53i65bzhmxqyg28a49n21glkzb5b21agy0cdqh"))))
+      (build-system emacs-build-system)
+      (arguments
+       (list
+        #:tests? #t
+        #:test-command #~(list "emacs"
+                               "--quick"
+                               "--batch"
+                               "-l"
+                               "t/weblorg-tests.el"
+                               "-f"
+                               "ert-run-tests-batch-and-exit")))
+      (propagated-inputs (list emacs-templatel))
+      (home-page "https://emacs.love/weblorg")
+      (synopsis "Static site generator for Org mode")
+      (description "@code{Weblorg} is a static site generator for Org mode.")
+      (license license:gpl3+))))
+
 (define-public emacs-ddskk
   (let ((commit "8c47f46e38a29a0f3eabcd524268d20573102467")
         (revision "0"))

base-commit: 091131af64fd4e4e925fff829fa19097cfcdfcc5
-- 
2.47.0





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Jan 5 01:13:47 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.