From unknown Tue Sep 09 13:16:26 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#74051 <74051@debbugs.gnu.org> To: bug#74051 <74051@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-weblorg Reply-To: bug#74051 <74051@debbugs.gnu.org> Date: Tue, 09 Sep 2025 20:16:26 +0000 retitle 74051 [PATCH] gnu: Add emacs-weblorg reassign 74051 guix-patches submitter 74051 Mattia Bunel severity 74051 normal tag 74051 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 27 14:54:01 2024 Received: (at submit) by debbugs.gnu.org; 27 Oct 2024 18:54:01 +0000 Received: from localhost ([127.0.0.1]:46339 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t58Om-0004zj-VK for submit@debbugs.gnu.org; Sun, 27 Oct 2024 14:54:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:56766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t58Ok-0004zb-Np for submit@debbugs.gnu.org; Sun, 27 Oct 2024 14:53:59 -0400 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 1t58OB-0008Ma-Bq for guix-patches@gnu.org; Sun, 27 Oct 2024 14:53:23 -0400 Received: from drosera-smtp.ehess.fr ([193.48.45.73] helo=drosera.ehess.fr) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t58O9-0002w3-82 for guix-patches@gnu.org; Sun, 27 Oct 2024 14:53:23 -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 2585F14000D for ; Sun, 27 Oct 2024 19:53:14 +0100 (CET) Received: from kaiju.. (91-168-67-244.subs.proxad.net [91.168.67.244]) by smtp-ehess-auth.ehess.fr (Postfix) with ESMTPSA id 09D34220088; Sun, 27 Oct 2024 19:53:14 +0100 (CET) From: Mattia Bunel To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-weblorg Date: Sun, 27 Oct 2024 19:49:12 +0100 Message-ID: <9eb86d322b0944948b166e17a48a3adf9c197996.1730054952.git.mattia.bunel@ehess.fr> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=193.48.45.73; envelope-from=mattia.bunel@ehess.fr; helo=drosera.ehess.fr X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_SBL_A=0.1 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.9 (/) X-Debbugs-Envelope-To: submit Cc: Mattia Bunel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.9 (-) Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b --- gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 488b4cb5d7..0ff7ac08ca 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -38230,6 +38230,26 @@ (define-public emacs-org-static-blog a @samp{date} keywords, and optionally, a @samp{filetags} keyword.") (license license:bsd-3))) +(define-public emacs-weblorg + (package + (name "emacs-weblorg") + (version "0.1.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://stable.melpa.org/packages/" "weblorg-" + version ".tar")) + (sha256 + (base32 "0lvjfhysiyaz8klbj01da5jdjw1p4vvd9kl1zmi9vciazayh82ch")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-templatel)) + (home-page "https://emacs.love/weblorg") + (synopsis "Static site generator for org-mode") + (description + "@code{emacs-weblorg} is a static site generator for org-mode, +based on @code{templatel} library.") + (license license:gpl3+))) + (define-public emacs-ddskk (let ((commit "8c47f46e38a29a0f3eabcd524268d20573102467") (revision "0")) base-commit: 091131af64fd4e4e925fff829fa19097cfcdfcc5 -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 27 19:19:17 2024 Received: (at 74051) by debbugs.gnu.org; 27 Oct 2024 23:19:17 +0000 Received: from localhost ([127.0.0.1]:47455 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t5CXU-00055N-GQ for submit@debbugs.gnu.org; Sun, 27 Oct 2024 19:19:17 -0400 Received: from msg-3.mailo.com ([213.182.54.8]:35780 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t5CXS-00054i-Pl for 74051@debbugs.gnu.org; Sun, 27 Oct 2024 19:19:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1730071111; bh=6+eUIAeyKIJdRJHcy77nLXfyJwDokdvljaAjlgKC9yM=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=KpOXkjg2nENJbD9wNJsXhK6y9tEt5YgLGxZcv8oRoJAUGnS2ZDhjoc8+ur16bkR4r /CDNr0huYyhwtQGMgJ7t0DftmDPAJJQMWfVG38+Ry5oB2NKYZ4dclRiJVidmRGYlgY VMC6G06Sd+HovJ+tvK2/4xf0zoW/bFk2aPi7WXPQ= Received: by b221-4.in.mailobj.net [192.168.90.24] with ESMTP via ip-20.mailobj.net [213.182.54.20] Mon, 28 Oct 2024 00:18:31 +0100 (CET) X-EA-Auth: sCsWTBAPT/uBvw2t+vBqBm/FP0AqwAuo9wAzLshogwFS4aUq0ugSkgAaivLoqVXfTqLx+ADiM3AEc0RTRn2LwNCoOYR1hMDDrnU04rgTevE= From: Nicolas Goaziou To: Mattia Bunel Subject: Re: [bug#74051] [PATCH] gnu: Add emacs-weblorg In-Reply-To: <9eb86d322b0944948b166e17a48a3adf9c197996.1730054952.git.mattia.bunel@ehess.fr> (Mattia Bunel's message of "Sun, 27 Oct 2024 19:49:12 +0100") References: <9eb86d322b0944948b166e17a48a3adf9c197996.1730054952.git.mattia.bunel@ehess.fr> Date: Mon, 28 Oct 2024 00:18:16 +0100 Message-ID: <87seshkudj.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: 74051@debbugs.gnu.org, Katherine Cox-Buday , Liliana Marie Prikler , Andrew Tropin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) Hello, Mattia Bunel writes: > Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b Thank you for your patch. There are some (small) things to fix before it can be merged, tho. First you need to write a proper commit message, such as: gnu: Add emacs-weblorg. * gnu/packages/emacs-xyz.scm (emacs-weblorg): New variable. > +(define-public emacs-weblorg > + (package > + (name "emacs-weblorg") > + (version "0.1.2") The version is not actually "0.1.2", or rather, it seems we need to pick a commit after this tag. You should let-bind the commit hash, i.e., "0db218bd6b2e083546d3a69a022dfb1a08900acd", to a `commit' symbol. Then, `version' field would become: (version (git-version "0.1.2" revision commit)) See, e.g., `emacs-taskrunner' package definition. > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://stable.melpa.org/packages/" "weblorg-" > + version ".tar")) Upstream is on GitHub, not on Stable MELPA. The package should use `git-fetch' method, and (uri (git-reference (url "https://github.com/emacs-love/weblorg") (commit commit))) as the `uri' field. Also, you need to add (file-name (git-file-name name version)) before the `sha256' field. > + (sha256 > + (base32 "0lvjfhysiyaz8klbj01da5jdjw1p4vvd9kl1zmi9vciazayh82ch")))) > + (build-system emacs-build-system) There are tests. You may want to run them, probably with (arguments (list #:tests? #t #:test-command '("emacs" "--batch" "-l" "t/weblorg-tests.el" "-f" "ert-run-tests-batch-and-exit"))) There seem to be some documentation in the "doc/" directory. What should be done about it? > + (propagated-inputs (list emacs-templatel)) > + (home-page "https://emacs.love/weblorg") > + (synopsis "Static site generator for org-mode") Nitpick: org-mode -> Org mode > + (description > + "@code{emacs-weblorg} is a static site generator for org-mode, > +based on @code{templatel} library.") Nitpick: @code{emacs-weblorg} -> Weblorg, org-mode -> Org mode. I also suggest to remove the reference about Templatel library in the description. Could you send an updated patch? If you have any trouble doing so, please let us know. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 28 08:09:10 2024 Received: (at 74051) by debbugs.gnu.org; 28 Oct 2024 12:09:11 +0000 Received: from localhost ([127.0.0.1]:52811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t5OYY-0004qT-Ai for submit@debbugs.gnu.org; Mon, 28 Oct 2024 08:09:10 -0400 Received: from drosera-smtp.ehess.fr ([193.48.45.73]:41144 helo=drosera.ehess.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t5OYU-0004pv-4f for 74051@debbugs.gnu.org; Mon, 28 Oct 2024 08:09:08 -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 233B614000D; Mon, 28 Oct 2024 13:08:23 +0100 (CET) Received: from [10.63.9.37] (unknown [10.63.9.37]) by smtp-ehess-auth.ehess.fr (Postfix) with ESMTPSA id E0F04220088; Mon, 28 Oct 2024 13:08:22 +0100 (CET) Message-ID: <055b8d2c-3507-48f9-a269-751492012f19@ehess.fr> Date: Mon, 28 Oct 2024 13:08:22 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [bug#74051] [PATCH] gnu: Add emacs-weblorg To: Nicolas Goaziou References: <9eb86d322b0944948b166e17a48a3adf9c197996.1730054952.git.mattia.bunel@ehess.fr> <87seshkudj.fsf@nicolasgoaziou.fr> Content-Language: en-US, fr-FR From: Mattia Bunel In-Reply-To: <87seshkudj.fsf@nicolasgoaziou.fr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: 74051@debbugs.gnu.org, Katherine Cox-Buday , Liliana Marie Prikler , Andrew Tropin X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) Hello Nicolas, Thanks for your review. I've written a new patch based on your comments. What is the correct procedure for sending it? Should I send a patch based on *origin/master* or the previous patch you reviewed? For documentation, the weblorg *doc/* folder contains the sources for the project website. My opinion is therefore not to include them. Regards, Le 28/10/2024 à 00:18, Nicolas Goaziou a écrit : > Hello, > > Mattia Bunel writes: > >> Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b > > Thank you for your patch. There are some (small) things to fix before it > can be merged, tho. > > First you need to write a proper commit message, such as: > > gnu: Add emacs-weblorg. > > * gnu/packages/emacs-xyz.scm (emacs-weblorg): New variable. > >> +(define-public emacs-weblorg >> + (package >> + (name "emacs-weblorg") >> + (version "0.1.2") > > The version is not actually "0.1.2", or rather, it seems we need to pick > a commit after this tag. You should let-bind the commit hash, i.e., > "0db218bd6b2e083546d3a69a022dfb1a08900acd", to a `commit' symbol. > Then, `version' field would become: > > (version (git-version "0.1.2" revision commit)) > > See, e.g., `emacs-taskrunner' package definition. > >> + (source >> + (origin >> + (method url-fetch) >> + (uri (string-append "https://stable.melpa.org/packages/" "weblorg-" >> + version ".tar")) > > Upstream is on GitHub, not on Stable MELPA. The package should use > `git-fetch' method, and > > (uri (git-reference > (url "https://github.com/emacs-love/weblorg") > (commit commit))) > > as the `uri' field. > > Also, you need to add > > (file-name (git-file-name name version)) > > before the `sha256' field. > >> + (sha256 >> + (base32 "0lvjfhysiyaz8klbj01da5jdjw1p4vvd9kl1zmi9vciazayh82ch")))) >> + (build-system emacs-build-system) > > There are tests. You may want to run them, probably with > > (arguments > (list #:tests? #t > #:test-command '("emacs" "--batch" > "-l" "t/weblorg-tests.el" > "-f" "ert-run-tests-batch-and-exit"))) > > There seem to be some documentation in the "doc/" directory. What should > be done about it? > >> + (propagated-inputs (list emacs-templatel)) >> + (home-page "https://emacs.love/weblorg") >> + (synopsis "Static site generator for org-mode") > > Nitpick: org-mode -> Org mode > >> + (description >> + "@code{emacs-weblorg} is a static site generator for org-mode, >> +based on @code{templatel} library.") > > Nitpick: @code{emacs-weblorg} -> Weblorg, org-mode -> Org mode. I also > suggest to remove the reference about Templatel library in the > description. > > Could you send an updated patch? If you have any trouble doing so, > please let us know. > > Regards, From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 28 11:44:04 2024 Received: (at 74051) by debbugs.gnu.org; 28 Oct 2024 15:44:04 +0000 Received: from localhost ([127.0.0.1]:54431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) 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 ) 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 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 , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: Mattia Bunel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 12 08:45:42 2024 Received: (at 74051) by debbugs.gnu.org; 12 Nov 2024 13:45:42 +0000 Received: from localhost ([127.0.0.1]:32933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tArDB-0008Gy-M9 for submit@debbugs.gnu.org; Tue, 12 Nov 2024 08:45:42 -0500 Received: from latitanza.investici.org ([82.94.249.234]:49623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tArD8-0008Gk-AM; Tue, 12 Nov 2024 08:45:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1731419129; bh=FAfHLj5AEoH1bjiV87k8wJfNoan8sqrXSgl5LRsQKaE=; h=From:To:Subject:Date:From; b=RXzwbC+OZrIIh3gbUXL9PMP1lVBU0PYylb9RTnwvMtIQACXhWMRhBW9VrFXTd3rAa dUXJSkH882MFrWE33o/CaV1CGq62VkDamzaDHMnaERWS/3+v89xZhBybSCMpu9NBgE 4dBZa5a/e1M1HgBu8GmhmbObNtv+hGxSd5u0X0Mo= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4Xnnjj5nTrzGpC7; Tue, 12 Nov 2024 13:45:29 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Xnnjj4hbCzGpC6; Tue, 12 Nov 2024 13:45:29 +0000 (UTC) From: Cayetano Santos To: control@debbugs.gnu.org,74051@debbugs.gnu.org Subject: QA review for 74051 User-Agent: mu4e 1.12.7; emacs 29.4 Date: Tue, 12 Nov 2024 14:45:28 +0100 Message-ID: <87bjyk1s7b.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74051 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) user guix usertag 74051 + waiting-on-contributor thanks Guix QA review form submission: - watch the commit message (missing trailing dot) gnu: Add emacs-weblorg. - same with home page (missing trailing slash) https://emacs.love/weblorg/ - synopsis and description are pretty the same, you=E2=80=99ll find inspira= tion on equivalent packages -Items marked as checked: - Commit messages - Package builds - Lint warnings - Package tests - Package style - List dependent packages build - New package licenses - New package tests - New package synopsis and descriptions From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 27 05:53:57 2024 Received: (at 74051) by debbugs.gnu.org; 27 Nov 2024 10:53:57 +0000 Received: from localhost ([127.0.0.1]:60091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tGFgC-0007CR-M6 for submit@debbugs.gnu.org; Wed, 27 Nov 2024 05:53:57 -0500 Received: from drosera-smtp.ehess.fr ([193.48.45.73]:41648 helo=drosera.ehess.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tGFg9-0007C7-4g for 74051@debbugs.gnu.org; Wed, 27 Nov 2024 05:53:55 -0500 Received: from smtp-ehess-auth.ehess.fr (smtp-ehess-auth.ehess.fr [193.48.45.113]) by drosera.ehess.fr (Postfix) with ESMTP id A68A3140003 for <74051@debbugs.gnu.org>; Wed, 27 Nov 2024 11:53:46 +0100 (CET) Received: from kaiju.. (unknown [195.98.225.104]) by smtp-ehess-auth.ehess.fr (Postfix) with ESMTPSA id 8607F220088; Wed, 27 Nov 2024 11:53:46 +0100 (CET) From: Mattia Bunel To: 74051@debbugs.gnu.org Subject: [PATCH] gnu: Add emacs-weblorg. Date: Wed, 27 Nov 2024 11:53:21 +0100 Message-ID: <20241127105322.78751-1-mattia.bunel@ehess.fr> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-Debbugs-Cc: Mattia Bunel , Nicolas Goaziou , Cayetano Santos Content-Transfer-Encoding: 8bit X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: Mattia Bunel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) * gnu/packages/emacs-xyz.scm (emacs-weblorg): New Variable. Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b --- gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6e8e9f5551..a9a0d6d9ce 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -38424,6 +38424,40 @@ (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 "A static site generator particularly suitable for blogs, +written in Emacs Lisp and with support for templates and themes. It requires +no external dependencies.") + (license license:gpl3+)))) + (define-public emacs-ddskk (let ((commit "8c47f46e38a29a0f3eabcd524268d20573102467") (revision "0")) -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 04:50:59 2024 Received: (at 74051) by debbugs.gnu.org; 29 Nov 2024 09:50:59 +0000 Received: from localhost ([127.0.0.1]:41163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tGxeN-0006QU-IS for submit@debbugs.gnu.org; Fri, 29 Nov 2024 04:50:59 -0500 Received: from devianza.investici.org ([198.167.222.108]:53659) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tGxeL-0006QK-Kx for 74051@debbugs.gnu.org; Fri, 29 Nov 2024 04:50:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1732873849; bh=jANtMc34Tk+O7aW9s6vfFN19pFaxxB9NjMgK/HUQ/v4=; h=From:To:Cc:Subject:In-Reply-To:Date:From; b=Sir2t/qQutFSrLELXllUWDOJdciCqZhM4qzOZSapNXAQr7w6gTu1O7tlPxfKr6e5E 9L89I9QB7EXHfsmJjQ7Q0SWI7eUrDa6uAjpQ7uOpz6iMHuGfXZXddVe/jpdV0xEaP7 kpBXb+630hBKpBMSUYYGUkrTVu+wj1KpmeCrUIrc= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4Y07j547CPz6vN7; Fri, 29 Nov 2024 09:50:49 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Y07j51b62z6vTT; Fri, 29 Nov 2024 09:50:49 +0000 (UTC) From: Cayetano Santos To: Mattia Bunel Subject: Re: [bug#74051] [PATCH] gnu: Add emacs-weblorg. In-Reply-To: <20241127105322.78751-1-mattia.bunel@ehess.fr> (message from Mattia Bunel via Guix-patches via on Wed, 27 Nov 2024 11:53:21 +0100) User-Agent: mu4e 1.12.7; emacs 29.4 Date: Fri, 29 Nov 2024 10:50:47 +0100 Message-ID: <87v7w6cqrs.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: 74051@debbugs.gnu.org, mattia.bunel@ehess.fr, mail@nicolasgoaziou.fr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Thanks ! Please follow instructions in https://guix.gnu.org/manual/en/html_node/Sending-a-Patch-Series.html in what concerns revised patches so as to follow the different versions of your patches. Other than this, looks fine to me. -- Cayetano Santos From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 10:42:02 2024 Received: (at 74051) by debbugs.gnu.org; 29 Nov 2024 15:42:02 +0000 Received: from localhost ([127.0.0.1]:44095 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH386-0007Rk-Fg for submit@debbugs.gnu.org; Fri, 29 Nov 2024 10:42:02 -0500 Received: from drosera-smtp.ehess.fr ([193.48.45.73]:52542 helo=drosera.ehess.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH384-0007RE-Rc for 74051@debbugs.gnu.org; Fri, 29 Nov 2024 10:42:02 -0500 Received: from smtp-ehess-auth.ehess.fr (smtp-ehess-auth.ehess.fr [193.48.45.113]) by drosera.ehess.fr (Postfix) with ESMTP id 4F9DA140004 for <74051@debbugs.gnu.org>; Fri, 29 Nov 2024 16:41:54 +0100 (CET) Received: from kaiju.. (91-168-67-244.subs.proxad.net [91.168.67.244]) by smtp-ehess-auth.ehess.fr (Postfix) with ESMTPSA id 23642220088; Fri, 29 Nov 2024 16:41:54 +0100 (CET) From: Mattia Bunel To: 74051@debbugs.gnu.org Subject: [PATCH] gnu: Add emacs-weblorg Date: Fri, 29 Nov 2024 16:41:38 +0100 Message-ID: <20241129154139.63467-1-mattia.bunel@ehess.fr> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-Debbugs-Cc: Mattia Bunel , Nicolas Goaziou , Cayetano Santos Content-Transfer-Encoding: 8bit X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: Mattia Bunel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b --- gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5ad6933dc0..1eddf1d4f3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -38431,6 +38431,26 @@ (define-public emacs-org-static-blog a @samp{date} keywords, and optionally, a @samp{filetags} keyword.") (license license:bsd-3))) +(define-public emacs-weblorg + (package + (name "emacs-weblorg") + (version "0.1.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://stable.melpa.org/packages/" "weblorg-" + version ".tar")) + (sha256 + (base32 "0lvjfhysiyaz8klbj01da5jdjw1p4vvd9kl1zmi9vciazayh82ch")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-templatel)) + (home-page "https://emacs.love/weblorg") + (synopsis "Static site generator for org-mode") + (description + "@code{emacs-weblorg} is a static site generator for org-mode, +based on @code{templatel} library.") + (license license:gpl3+))) + (define-public emacs-ddskk (let ((commit "8c47f46e38a29a0f3eabcd524268d20573102467") (revision "0")) base-commit: f129a6cc591817c5c51770d5b8712eeb344ba4e4 -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 10:43:16 2024 Received: (at 74051) by debbugs.gnu.org; 29 Nov 2024 15:43:16 +0000 Received: from localhost ([127.0.0.1]:44102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH39H-0007UU-Uw for submit@debbugs.gnu.org; Fri, 29 Nov 2024 10:43:16 -0500 Received: from drosera-smtp.ehess.fr ([193.48.45.73]:55108 helo=drosera.ehess.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH39G-0007UC-Bo for 74051@debbugs.gnu.org; Fri, 29 Nov 2024 10:43:15 -0500 Received: from smtp-ehess-auth.ehess.fr (smtp-ehess-auth.ehess.fr [193.48.45.113]) by drosera.ehess.fr (Postfix) with ESMTP id B9041140004 for <74051@debbugs.gnu.org>; Fri, 29 Nov 2024 16:43:06 +0100 (CET) Received: from kaiju.. (91-168-67-244.subs.proxad.net [91.168.67.244]) by smtp-ehess-auth.ehess.fr (Postfix) with ESMTPSA id 85B7A220088; Fri, 29 Nov 2024 16:43:06 +0100 (CET) From: Mattia Bunel To: 74051@debbugs.gnu.org Subject: [PATCH v1] gnu: Add emacs-weblorg Date: Fri, 29 Nov 2024 16:42:53 +0100 Message-ID: <20241129154254.63640-1-mattia.bunel@ehess.fr> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-Debbugs-Cc: Mattia Bunel , Nicolas Goaziou , Cayetano Santos Content-Transfer-Encoding: 8bit X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: Mattia Bunel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" 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 5ad6933dc0..f458a61503 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -38431,6 +38431,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: f129a6cc591817c5c51770d5b8712eeb344ba4e4 -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 10:43:27 2024 Received: (at 74051) by debbugs.gnu.org; 29 Nov 2024 15:43:27 +0000 Received: from localhost ([127.0.0.1]:44105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH39T-0007Uz-Am for submit@debbugs.gnu.org; Fri, 29 Nov 2024 10:43:27 -0500 Received: from drosera-smtp.ehess.fr ([193.48.45.73]:40112 helo=drosera.ehess.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH39R-0007Uk-H2 for 74051@debbugs.gnu.org; Fri, 29 Nov 2024 10:43:26 -0500 Received: from smtp-ehess-auth.ehess.fr (smtp-ehess-auth.ehess.fr [193.48.45.113]) by drosera.ehess.fr (Postfix) with ESMTP id 16FAE140003 for <74051@debbugs.gnu.org>; Fri, 29 Nov 2024 16:43:20 +0100 (CET) Received: from kaiju.. (91-168-67-244.subs.proxad.net [91.168.67.244]) by smtp-ehess-auth.ehess.fr (Postfix) with ESMTPSA id 0D8C2220088; Fri, 29 Nov 2024 16:43:20 +0100 (CET) From: Mattia Bunel To: 74051@debbugs.gnu.org Subject: [PATCH v2] gnu: Add emacs-weblorg. Date: Fri, 29 Nov 2024 16:43:11 +0100 Message-ID: <20241129154312.63718-1-mattia.bunel@ehess.fr> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-Debbugs-Cc: Mattia Bunel , Nicolas Goaziou , Cayetano Santos Content-Transfer-Encoding: 8bit X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: Mattia Bunel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) * gnu/packages/emacs-xyz.scm (emacs-weblorg): New Variable. Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b --- gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5ad6933dc0..3ae7a40c79 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -38431,6 +38431,40 @@ (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 "A static site generator particularly suitable for blogs, +written in Emacs Lisp and with support for templates and themes. It requires +no external dependencies.") + (license license:gpl3+)))) + (define-public emacs-ddskk (let ((commit "8c47f46e38a29a0f3eabcd524268d20573102467") (revision "0")) base-commit: f129a6cc591817c5c51770d5b8712eeb344ba4e4 -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 10:47:43 2024 Received: (at 74051) by debbugs.gnu.org; 29 Nov 2024 15:47:43 +0000 Received: from localhost ([127.0.0.1]:44123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH3Da-0007jl-NT for submit@debbugs.gnu.org; Fri, 29 Nov 2024 10:47:42 -0500 Received: from drosera-smtp.ehess.fr ([193.48.45.73]:59418 helo=drosera.ehess.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH3DY-0007jP-8H for 74051@debbugs.gnu.org; Fri, 29 Nov 2024 10:47:41 -0500 Received: from smtp-ehess-auth.ehess.fr (smtp-ehess-auth.ehess.fr [193.48.45.113]) by drosera.ehess.fr (Postfix) with ESMTP id 086D2140003; Fri, 29 Nov 2024 16:47:32 +0100 (CET) Received: from [192.168.1.188] (91-168-67-244.subs.proxad.net [91.168.67.244]) by smtp-ehess-auth.ehess.fr (Postfix) with ESMTPSA id D38F7220088; Fri, 29 Nov 2024 16:47:32 +0100 (CET) Message-ID: <04198e97-31ae-4ef5-b1a2-977621f6dd3b@ehess.fr> Date: Fri, 29 Nov 2024 16:47:32 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: 74051@debbugs.gnu.org References: <20241129154312.63718-1-mattia.bunel@ehess.fr> Subject: Re: [PATCH] gnu: Add emacs-weblorg Content-Language: en-US, fr-FR From: Mattia Bunel Autocrypt: addr=mattia.bunel@ehess.fr; keydata= xjMEZxUwLRYJKwYBBAHaRw8BAQdAKzIRfLQM0W22Zq3rq1zn2H7tG6CfzGqweIG3cw24AfbN OU1hdHRpYSBCdW5lbCAoUHJvZmVzc2lvbmFsIGVtYWlsKSA8bWF0dGlhLmJ1bmVsQGVoZXNz LmZyPsKZBBMWCgBBFiEEJe4AUTh00bx0xuMgvHoqKA9OnuIFAmcVMC0CGwMFCQPCZwAFCwkI BwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQvHoqKA9OnuKEaQEAlRFgdC4C3/fGNqVJbSFI KKrCdkVi1WVoktUWqY4N6JUBALGUA+oNDkcpy37r4Qid5gjgGuPSr20hcLK1pAOkyTsGzjgE ZxUwLRIKKwYBBAGXVQEFAQEHQC2hU9J/lkv8nw2T2D4FS5x5vF96v1J12gnp3Um2+ohlAwEI B8J+BBgWCgAmFiEEJe4AUTh00bx0xuMgvHoqKA9OnuIFAmcVMC0CGwwFCQPCZwAACgkQvHoq KA9OnuLjAgD+IABIeRLnRd10ldBs7KyRtH3hEaYiXKoiRScDY90zCK8A/Axw+VbfcSV3VfG7 mTl0g/Rm2/ifnx4H5G2wefG/y+YP In-Reply-To: <20241129154312.63718-1-mattia.bunel@ehess.fr> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------D1dnGGHlC0dE6utEpwAplcFK" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74051 Cc: Mattia Bunel , Cayetano Santos , Nicolas Goaziou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------------D1dnGGHlC0dE6utEpwAplcFK Content-Type: multipart/mixed; boundary="------------h560kYPUJlogSg5fzW7hj6FK"; protected-headers="v1" From: Mattia Bunel To: 74051@debbugs.gnu.org Cc: Mattia Bunel , Nicolas Goaziou , Cayetano Santos Message-ID: <04198e97-31ae-4ef5-b1a2-977621f6dd3b@ehess.fr> Subject: Re: [PATCH] gnu: Add emacs-weblorg References: <20241129154312.63718-1-mattia.bunel@ehess.fr> In-Reply-To: <20241129154312.63718-1-mattia.bunel@ehess.fr> --------------h560kYPUJlogSg5fzW7hj6FK Content-Type: multipart/mixed; boundary="------------F5IOiGCecCEPiPyrDchQiVzM" --------------F5IOiGCecCEPiPyrDchQiVzM Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: base64 VGhhbmtzIGZvciB0aGUgcmV2aWV3Lg0KDQpJJ3ZlIHNlbnQgYmFjayBhbGwgdGhlIHBhdGNo ZXMgd2l0aCB0aGUgdmVyc2lvbiBudW1iZXIuIEkgaG9wZSBpdCdzIGFsbCANCmdvb2QuDQoN Ck1hdHRpYQ0K --------------F5IOiGCecCEPiPyrDchQiVzM Content-Type: application/pgp-keys; name="OpenPGP_0xBC7A2A280F4E9EE2.asc" Content-Disposition: attachment; filename="OpenPGP_0xBC7A2A280F4E9EE2.asc" Content-Description: OpenPGP public key Content-Transfer-Encoding: quoted-printable -----BEGIN PGP PUBLIC KEY BLOCK----- xjMEZxUwLRYJKwYBBAHaRw8BAQdAKzIRfLQM0W22Zq3rq1zn2H7tG6CfzGqweIG3 cw24AfbNOU1hdHRpYSBCdW5lbCAoUHJvZmVzc2lvbmFsIGVtYWlsKSA8bWF0dGlh LmJ1bmVsQGVoZXNzLmZyPsKZBBMWCgBBFiEEJe4AUTh00bx0xuMgvHoqKA9OnuIF AmcVMC0CGwMFCQPCZwAFCwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQvHoq KA9OnuKEaQEAlRFgdC4C3/fGNqVJbSFIKKrCdkVi1WVoktUWqY4N6JUBALGUA+oN Dkcpy37r4Qid5gjgGuPSr20hcLK1pAOkyTsGzU1NYXR0aWEgQnVuZWwgKEFsdGVy bmF0aXZlIHByb2Zlc3Npb25hbCBlbWFpbCkgPG1hdHRpYS5idW5lbEBwYXJpc2dl by5jbnJzLmZyPsKZBBMWCgBBFiEEJe4AUTh00bx0xuMgvHoqKA9OnuIFAmcVMR4C GwMFCQPCZwAFCwkIBwICIgIGFQoJCAsCBBYCAwECHgcCF4AACgkQvHoqKA9OnuJ+ kgD/Z50mxYjR/22ZzwXnPIAAbWy/Uhz36gO3izu9xRpwWCwBAK0cn+5gOWw9ZcXt f+uSQFdLwH9/1XkG/+YNnX/DUwUIzjgEZxUwLRIKKwYBBAGXVQEFAQEHQC2hU9J/ lkv8nw2T2D4FS5x5vF96v1J12gnp3Um2+ohlAwEIB8J+BBgWCgAmFiEEJe4AUTh0 0bx0xuMgvHoqKA9OnuIFAmcVMC0CGwwFCQPCZwAACgkQvHoqKA9OnuLjAgD+IABI eRLnRd10ldBs7KyRtH3hEaYiXKoiRScDY90zCK8A/Axw+VbfcSV3VfG7mTl0g/Rm 2/ifnx4H5G2wefG/y+YP =3DdR4i -----END PGP PUBLIC KEY BLOCK----- --------------F5IOiGCecCEPiPyrDchQiVzM-- --------------h560kYPUJlogSg5fzW7hj6FK-- --------------D1dnGGHlC0dE6utEpwAplcFK Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature.asc" -----BEGIN PGP SIGNATURE----- wnsEABYIACMWIQQl7gBROHTRvHTG4yC8eiooD06e4gUCZ0niFAUDAAAAAAAKCRC8eiooD06e4tZg AP91xPvWCWxPYxt/+zDWfYpUcAv/YTuxZKUklF/hvrcF8wD7BXiqMavB8WDdB430krTKoLZhqDB2 6O9/R50RjNBKnA8= =qG6a -----END PGP SIGNATURE----- --------------D1dnGGHlC0dE6utEpwAplcFK-- From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 15:51:12 2024 Received: (at 74051) by debbugs.gnu.org; 29 Nov 2024 20:51:12 +0000 Received: from localhost ([127.0.0.1]:44547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH7xI-0008Bm-9H for submit@debbugs.gnu.org; Fri, 29 Nov 2024 15:51:12 -0500 Received: from latitanza.investici.org ([82.94.249.234]:46407) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH7xF-0008BU-B5 for 74051@debbugs.gnu.org; Fri, 29 Nov 2024 15:51:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1732913467; bh=giiQUbHuuAYFDG347+/JQsNVJN+6f/5P0nYRsXSGahM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Cj2RnpAD6UcjWeQNlxSrvS2cTEcxqWir+2hTuYqsaBAWriPrekw8XNzdOs3jGAOAW QirmRx25XVgrpEW1VVsdE/MMY8cSys5d6jJaB3VwgEXTqlRL6XBn/w7PBPfwAyiPEa LPir+mtHn0r9NwLGkG/9ws2N3Vzn7JLD0AgvsTCs= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4Y0QLz6xzdzGp6R; Fri, 29 Nov 2024 20:51:07 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Y0QLz0f1fzGp4g; Fri, 29 Nov 2024 20:51:06 +0000 (UTC) From: Cayetano Santos To: Mattia Bunel Subject: Re: [bug#74051] [PATCH v2] gnu: Add emacs-weblorg. In-Reply-To: <20241129154312.63718-1-mattia.bunel@ehess.fr> (Mattia Bunel's message of "Fri, 29 Nov 2024 16:43:11 +0100") References: <9eb86d322b0944948b166e17a48a3adf9c197996.1730054952.git.mattia.bunel@ehess.fr> <20241129154312.63718-1-mattia.bunel@ehess.fr> User-Agent: mu4e 1.12.7; emacs 29.4 Date: Fri, 29 Nov 2024 21:51:05 +0100 Message-ID: <87frn9zruu.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: 74051@debbugs.gnu.org, Nicolas Goaziou X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) >ven. 29 nov. 2024 at 16:43, Mattia Bunel wrote: > + (description "A static site generator particularly suitable for blogs, > +written in Emacs Lisp and with support for templates and themes. It requires > +no external dependencies.") Sentences in description should be followed by two spaces. You may check your code before submitting with: ./pre-inst-env guix lint emacs-weblorg ./pre-inst-env guix style emacs-weblorg and your description here https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html Thanks ! -- Cayetano Santos From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 30 12:01:56 2024 Received: (at 74051) by debbugs.gnu.org; 30 Nov 2024 17:01:56 +0000 Received: from localhost ([127.0.0.1]:48491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tHQqy-0004bc-3l for submit@debbugs.gnu.org; Sat, 30 Nov 2024 12:01:56 -0500 Received: from drosera-smtp.ehess.fr ([193.48.45.73]:55108 helo=drosera.ehess.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tHQqw-0004bF-C1 for 74051@debbugs.gnu.org; Sat, 30 Nov 2024 12:01:55 -0500 Received: from smtp-ehess-auth.ehess.fr (smtp-ehess-auth.ehess.fr [193.48.45.113]) by drosera.ehess.fr (Postfix) with ESMTP id 34EF9140005 for <74051@debbugs.gnu.org>; Sat, 30 Nov 2024 18:01:48 +0100 (CET) Received: from kaiju.. (91-168-67-244.subs.proxad.net [91.168.67.244]) by smtp-ehess-auth.ehess.fr (Postfix) with ESMTPSA id 08017220088; Sat, 30 Nov 2024 18:01:48 +0100 (CET) From: Mattia Bunel To: 74051@debbugs.gnu.org Subject: [PATCH v3] gnu: Add emacs-weblorg. Date: Sat, 30 Nov 2024 18:01:08 +0100 Message-ID: <75bebbca7633947818bdb69b250b3db7fd6f806d.1732985875.git.mattia.bunel@ehess.fr> X-Mailer: git-send-email 2.47.0 MIME-Version: 1.0 X-Debbugs-Cc: Mattia Bunel , Nicolas Goaziou , Cayetano Santos , Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: Mattia Bunel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) * gnu/packages/emacs-xyz.scm (emacs-weblorg): New Variable. Change-Id: Iae2d6cbbadec7a171e1e5b8502d4f47701d7af5b --- 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 5ad6933dc0..cd71d3852c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -38431,6 +38431,41 @@ (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 + "A static site generator particularly suitable for blogs, +written in Emacs Lisp and with support for templates and themes. It requires +no external dependencies.") + (license license:gpl3+)))) + (define-public emacs-ddskk (let ((commit "8c47f46e38a29a0f3eabcd524268d20573102467") (revision "0")) base-commit: f129a6cc591817c5c51770d5b8712eeb344ba4e4 -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 01 03:56:47 2024 Received: (at 74051) by debbugs.gnu.org; 1 Dec 2024 08:56:47 +0000 Received: from localhost ([127.0.0.1]:50253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tHfl1-000459-Em for submit@debbugs.gnu.org; Sun, 01 Dec 2024 03:56:47 -0500 Received: from confino.investici.org ([93.190.126.19]:32319) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tHfky-00044v-AD; Sun, 01 Dec 2024 03:56:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1733043401; bh=EInP8RLiQmOuriDc/4F9lu2cFUw/xCzehUuG94rNVAw=; h=From:To:Cc:Subject:In-Reply-To:Date:From; b=SmjJsJh3iX3XPpv69WWjiTk5QqMa9aUwcPfUIO8yO88RNIUGzAwXssTYbzHIBoN5K IAuhYOXnotgcvie3dfiITROXYnlQTW78mK1l12zXqz5VJoJ7f2jS8k1RCh/clA9kAD Y2Kq+vdlOLyIAzqsBquM36H0LDklC3dVIZnMrEk8= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4Y1LPj5TBYz11Sm; Sun, 1 Dec 2024 08:56:41 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Y1LPj0xLFz11Sc; Sun, 1 Dec 2024 08:56:41 +0000 (UTC) From: Cayetano Santos To: GNU bug tracker automated control server Subject: Re: [bug#74051] [PATCH v3] gnu: Add emacs-weblorg. In-Reply-To: <75bebbca7633947818bdb69b250b3db7fd6f806d.1732985875.git.mattia.bunel@ehess.fr> (message from Mattia Bunel via Guix-patches via on Sat, 30 Nov 2024 18:01:08 +0100) User-Agent: mu4e 1.12.7; emacs 29.4 Date: Sun, 01 Dec 2024 09:56:39 +0100 Message-ID: <87wmgjwzlk.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74051 Cc: 74051@debbugs.gnu.org, mattia.bunel@ehess.fr, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, andrew@trop.in, mail@nicolasgoaziou.fr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Thanks ! user guix usertag 74051 + review-looks-good thanks -Items marked as checked: - Commit messages - Package builds - Lint warnings - Package tests - Package style - List dependent packages build - New package licenses - New package tests - New package synopsis and descriptions -- Cayetano Santos From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 07 08:52:55 2024 Received: (at 74051-done) by debbugs.gnu.org; 7 Dec 2024 13:52:55 +0000 Received: from localhost ([127.0.0.1]:46021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJvEt-0006R7-1D for submit@debbugs.gnu.org; Sat, 07 Dec 2024 08:52:55 -0500 Received: from gaia.aquilenet.fr ([185.233.100.2]:33594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tJvEl-0006Qb-G4 for 74051-done@debbugs.gnu.org; Sat, 07 Dec 2024 08:52:52 -0500 Received: from hera.aquilenet.fr (hera.aquilenet.fr [185.233.100.1]) by gaia.aquilenet.fr (Postfix) with ESMTP id 386D3495A for <74051-done@debbugs.gnu.org>; Sat, 7 Dec 2024 14:52:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E0C94302; Sat, 7 Dec 2024 14:52:40 +0100 (CET) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id Xj_w2-iUWEJW; Sat, 7 Dec 2024 14:52:40 +0100 (CET) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 7CBC1E7; Sat, 7 Dec 2024 14:52:39 +0100 (CET) Date: Sat, 7 Dec 2024 14:52:37 +0100 From: Andreas Enge To: 74051-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Server: hera X-Rspamd-Queue-Id: E0C94302 X-Spamd-Result: default: False [5.61 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(2.99)[0.998]; BAYES_HAM(-2.79)[99.07%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[] X-Spam-Level: ***** X-Rspamd-Action: greylist X-Spamd-Bar: +++++ X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74051-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thanks for the patch, the reviews, and your reactivity in making changes! I have slightly modified the description - it should consist of full sentences - and pushed the commit. Andreas From unknown Tue Sep 09 13:16:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 05 Jan 2025 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator