From unknown Tue Jun 17 22:28:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49358] [PATCH] gnu: Add emacs-seriestracker. Resent-From: Alexandr Vityazev Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 03 Jul 2021 18:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49358 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49358@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16253366992033 (code B ref -1); Sat, 03 Jul 2021 18:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 Jul 2021 18:24:59 +0000 Received: from localhost ([127.0.0.1]:39844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzkK3-0000Wj-C5 for submit@debbugs.gnu.org; Sat, 03 Jul 2021 14:24:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:39366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzkK2-0000Wc-1x for submit@debbugs.gnu.org; Sat, 03 Jul 2021 14:24:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39066) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzkK1-00038v-RR for guix-patches@gnu.org; Sat, 03 Jul 2021 14:24:57 -0400 Received: from mout01.posteo.de ([185.67.36.65]:40533) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzkJz-0007oK-7X for guix-patches@gnu.org; Sat, 03 Jul 2021 14:24:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 47FDB240027 for ; Sat, 3 Jul 2021 20:24:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1625336690; bh=L79tsYhEGjGABOIsG3JbWVc2Mp87oWJ0rrl5iyX9Tk8=; h=From:To:Subject:Date:From; b=fqeLO20SxEyvYJaLynDUddtOiSNPPB6Bf9Hwv74WrgACimKRwLydaJG6QhtTCRRzS 4kC5EZxBJZAcw8uT6WUgjHHfOksq7F+1zigNXjeTIGpi23DM0XrfDYb0gDCUZn/5xb 6dd4/9GIvre40SLyH7Pz8pr7QKy23pJXhSjuK3LXO88+GnJd+W+AMMl+LnVTTCM96V 6O1GYBxRXO2bjjHp0qkt92ZFz3A86k/BR+tY9JJCQntjrMnXhzap5PcBQG06Pytbx3 2TRPn2rLorSoMWHvKqM0ZAW6kvJtoqE6IugIIFiXGouCmDuyJfRa6uEmBnD5nRNOx7 kaAn0GXncM5SA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GHL2n26Flz9rxF for ; Sat, 3 Jul 2021 20:24:48 +0200 (CEST) From: Alexandr Vityazev Date: Sat, 03 Jul 2021 18:25:13 +0000 Message-ID: <87sg0v45me.fsf@posteo.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=avityazev@posteo.org; helo=mout01.posteo.de X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 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.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) 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.6 (-) * gnu/packages/emacs-xyz.scm (emacs-seriestracker): New variable. --- gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e41180dfce..4cec875fda 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28470,6 +28470,36 @@ between cursor and next word, parenthesis or delimiter while honoring some rules about where space should be left to separate words and parentheses.") (license license:gpl2+)))) +(define-public emacs-seriestracker + (package + (name "emacs-seriestracker") + (version "1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/MaximeWack/seriesTracker") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b9hf20iah3ym2d4kz67k0kb48dq0442zxw4zmc03zg3sxfdxh0x")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-dash" ,emacs-dash) + ("emacs-transient" ,emacs-transient))) + (home-page + "https://github.com/MaximeWack/seriesTracker") + (synopsis "Series tracker") + (description + "This package provides a major mode for tracking TV shows. +TV shows data (episode list, release dates, etc.) are sourced from +the free database hosted at @url{episodate.com}. The mode presents an +outlined list of tracked shows, their episodes and release dates, and +enables the user to see when new episodes for their favorite shows get +released, and track their progress in watching a series.") + (license license:gpl3+))) + (define-public emacs-webpaste (package (name "emacs-webpaste") -- 2.32.0 -- Alexandr Vityazev From unknown Tue Jun 17 22:28:31 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alexandr Vityazev Subject: bug#49358: closed (Re: [bug#49358] [PATCH] gnu: Add emacs-seriestracker.) Message-ID: References: <87tulbqfxx.fsf@nicolasgoaziou.fr> <87sg0v45me.fsf@posteo.org> X-Gnu-PR-Message: they-closed 49358 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 49358@debbugs.gnu.org Date: Sat, 03 Jul 2021 20:52:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1625345522-16152-1" This is a multi-part message in MIME format... ------------=_1625345522-16152-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49358: [PATCH] gnu: Add emacs-seriestracker. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 49358@debbugs.gnu.org. --=20 49358: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49358 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1625345522-16152-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49358-done) by debbugs.gnu.org; 3 Jul 2021 20:51:33 +0000 Received: from localhost ([127.0.0.1]:39985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzmbs-0004Bo-N1 for submit@debbugs.gnu.org; Sat, 03 Jul 2021 16:51:32 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:49125) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzmbp-0004Ba-Pr for 49358-done@debbugs.gnu.org; Sat, 03 Jul 2021 16:51:31 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 1315BFF803; Sat, 3 Jul 2021 20:51:22 +0000 (UTC) From: Nicolas Goaziou To: Alexandr Vityazev Subject: Re: [bug#49358] [PATCH] gnu: Add emacs-seriestracker. References: <87sg0v45me.fsf@posteo.org> Date: Sat, 03 Jul 2021 22:51:22 +0200 In-Reply-To: <87sg0v45me.fsf@posteo.org> (Alexandr Vityazev's message of "Sat, 03 Jul 2021 18:25:13 +0000") Message-ID: <87tulbqfxx.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49358-done Cc: 49358-done@debbugs.gnu.org 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 (-) Hello, Alexandr Vityazev writes: > * gnu/packages/emacs-xyz.scm (emacs-seriestracker): New variable. I expounded a bit the synopsis and applied your patch. Thank you. Regards, -- Nicolas Goaziou ------------=_1625345522-16152-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 Jul 2021 18:24:59 +0000 Received: from localhost ([127.0.0.1]:39844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzkK3-0000Wj-C5 for submit@debbugs.gnu.org; Sat, 03 Jul 2021 14:24:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:39366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lzkK2-0000Wc-1x for submit@debbugs.gnu.org; Sat, 03 Jul 2021 14:24:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39066) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzkK1-00038v-RR for guix-patches@gnu.org; Sat, 03 Jul 2021 14:24:57 -0400 Received: from mout01.posteo.de ([185.67.36.65]:40533) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lzkJz-0007oK-7X for guix-patches@gnu.org; Sat, 03 Jul 2021 14:24:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 47FDB240027 for ; Sat, 3 Jul 2021 20:24:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1625336690; bh=L79tsYhEGjGABOIsG3JbWVc2Mp87oWJ0rrl5iyX9Tk8=; h=From:To:Subject:Date:From; b=fqeLO20SxEyvYJaLynDUddtOiSNPPB6Bf9Hwv74WrgACimKRwLydaJG6QhtTCRRzS 4kC5EZxBJZAcw8uT6WUgjHHfOksq7F+1zigNXjeTIGpi23DM0XrfDYb0gDCUZn/5xb 6dd4/9GIvre40SLyH7Pz8pr7QKy23pJXhSjuK3LXO88+GnJd+W+AMMl+LnVTTCM96V 6O1GYBxRXO2bjjHp0qkt92ZFz3A86k/BR+tY9JJCQntjrMnXhzap5PcBQG06Pytbx3 2TRPn2rLorSoMWHvKqM0ZAW6kvJtoqE6IugIIFiXGouCmDuyJfRa6uEmBnD5nRNOx7 kaAn0GXncM5SA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GHL2n26Flz9rxF for ; Sat, 3 Jul 2021 20:24:48 +0200 (CEST) From: Alexandr Vityazev To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-seriestracker. Date: Sat, 03 Jul 2021 18:25:13 +0000 Message-ID: <87sg0v45me.fsf@posteo.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=avityazev@posteo.org; helo=mout01.posteo.de X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 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.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: submit 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.6 (-) * gnu/packages/emacs-xyz.scm (emacs-seriestracker): New variable. --- gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index e41180dfce..4cec875fda 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -28470,6 +28470,36 @@ between cursor and next word, parenthesis or delimiter while honoring some rules about where space should be left to separate words and parentheses.") (license license:gpl2+)))) +(define-public emacs-seriestracker + (package + (name "emacs-seriestracker") + (version "1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/MaximeWack/seriesTracker") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0b9hf20iah3ym2d4kz67k0kb48dq0442zxw4zmc03zg3sxfdxh0x")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-dash" ,emacs-dash) + ("emacs-transient" ,emacs-transient))) + (home-page + "https://github.com/MaximeWack/seriesTracker") + (synopsis "Series tracker") + (description + "This package provides a major mode for tracking TV shows. +TV shows data (episode list, release dates, etc.) are sourced from +the free database hosted at @url{episodate.com}. The mode presents an +outlined list of tracked shows, their episodes and release dates, and +enables the user to see when new episodes for their favorite shows get +released, and track their progress in watching a series.") + (license license:gpl3+))) + (define-public emacs-webpaste (package (name "emacs-webpaste") -- 2.32.0 -- Alexandr Vityazev ------------=_1625345522-16152-1--