From unknown Mon Jun 23 02:26:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69887] [PATCH] gnu: Add python-ical2orgpy. Resent-From: Benjamin Slade Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 18 Mar 2024 23:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69887 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69887@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171080341827961 (code B ref -1); Mon, 18 Mar 2024 23:11:02 +0000 Received: (at submit) by debbugs.gnu.org; 18 Mar 2024 23:10:18 +0000 Received: from localhost ([127.0.0.1]:49204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rmM7V-0007Gn-4y for submit@debbugs.gnu.org; Mon, 18 Mar 2024 19:10:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:42188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rmM47-00077a-3U for submit@debbugs.gnu.org; Mon, 18 Mar 2024 19:06:47 -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 1rmLrM-0003ih-KO for guix-patches@gnu.org; Mon, 18 Mar 2024 18:53:36 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rmLrK-00006W-94 for guix-patches@gnu.org; Mon, 18 Mar 2024 18:53:36 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Tz9BL64Mvz9sb6 for ; Mon, 18 Mar 2024 23:53:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lambda-y.net; s=MBO0001; t=1710802410; 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=Hcn+6ioFeqJmgbDRsjdmz5Pc9ByUhcAHY28zSBqeQtw=; b=wiu4TuLXGDIxx7Rx8/tECpy/uF6hpPDz64HIkMzeA+qV8Mv101YXH0cpPnRO6kPbbP6KLS iOHya6JPOqZSZgnicVh7ILK0PxEt1yxavk7mnK++XHchUigty/mwHknjGYtr9G6pe1l5lk NVviDNhYCF8T094xFa/z1do3ByWPc6is9zggwXQYtUIlgc9ihHnKjs6NUqhyvV9KTvSpBz DrJkOGDHoiUHxhl2SXw4skojQMq5IwrXlV/NlfGAf4VA+YwLoLLw9mkJ1b/gyEGCQO2s/d LYLw0Sh3E7VGHqYa5sFopaIKuvY8ZXyNaDIjV2bZcCzuBVgwADTLaN3Hcwrc9w== From: Benjamin Slade Date: Mon, 18 Mar 2024 17:53:28 -0500 Message-ID: <87plvrxic7.fsf@lambda-y.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Rspamd-Queue-Id: 4Tz9BL64Mvz9sb6 Received-SPF: none client-ip=80.241.56.172; envelope-from=slade@lambda-y.net; helo=mout-p-202.mailbox.org 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_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) --=-=-= Content-Type: text/plain Content-Disposition: inline --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Add-python-ical2orgpy.patch >From edfc5be31a37f0c9ae0c5e7297a237645ab92e32 Mon Sep 17 00:00:00 2001 From: Benjamin Slade Date: Mon, 18 Mar 2024 17:52:06 -0500 Subject: [PATCH] gnu: Add python-ical2orgpy. * gnu/packages/python-xyz.scm (python-ical2orgpy): New variable --- gnu/packages/python-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1f3272e..20ead67 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17623,6 +17623,36 @@ (define-public python-execnet (home-page "https://codespeak.net/execnet/") (license license:expat)))) +(define-public python-ical2orgpy + (package + (name "python-ical2orgpy") + (version "0.5") + (source + (origin + (method url-fetch) + (uri (pypi-uri "ical2orgpy" version)) + (sha256 + (base32 "0a2ai78jzn250s1dlsimsfp6035421nrabj08xdlgsh7mb82gkap")))) + (build-system python-build-system) + (arguments + ;; Broken tests or cyclic dependecies with other packages. + '(#:phases (modify-phases %standard-phases + (delete 'sanity-check)) + #:tests? #f)) + (propagated-inputs (list python-click python-icalendar python-pytz + python-tzlocal python-recurring-ical-events)) + (home-page "https://github.com/ical2org-py/ical2org.py") + (synopsis "Convert ical .ics file to org-mode") + (description + "This python script converts an ical calendar (for instance, as exported + from google calendar) into an org-mode document. It is conceived as a replacement of + the awk script located at +@url{https://orgmode.org/worg/org-tutorials/org-google-sync.html}. + The main difference is that ical2orgpy correctly manages recurring events of + @dfn{yearly}, @dfn{daily} and @dfn{weekly} types. ical2orgpy duplicates all recurring + events falling into a specified time-frame into the exported org-document.") + (license license:gpl3+))) + (define-public python-recurring-ical-events (package (name "python-recurring-ical-events") -- 2.41.0 --=-=-=-- From unknown Mon Jun 23 02:26:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69887] [PATCH] gnu: Add python-ical2orgpy. Resent-From: Skyler Ferris Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 20 Mar 2024 19:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69887 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Benjamin Slade , 69887@debbugs.gnu.org Received: via spool by 69887-submit@debbugs.gnu.org id=B69887.171096359927967 (code B ref 69887); Wed, 20 Mar 2024 19:40:01 +0000 Received: (at 69887) by debbugs.gnu.org; 20 Mar 2024 19:39:59 +0000 Received: from localhost ([127.0.0.1]:59102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rn1n4-0007Gx-1A for submit@debbugs.gnu.org; Wed, 20 Mar 2024 15:39:59 -0400 Received: from mail-4322.protonmail.ch ([185.70.43.22]:16789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rn1n0-0007GX-QR for 69887@debbugs.gnu.org; Wed, 20 Mar 2024 15:39:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1710963549; x=1711222749; bh=WfmXrQTP5ZdKa4qKPnk943Z0rnBVvpkdH3SBXuY2Yi4=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=ObvZXn3RPJbpl7Xcf0PcyaydtnQqt4ONMN0Zpe0Eg2o+R+l6H2tutPODLw7ZCKi1q AM0zk26xwUzou+zGzP62Cj8B4eszYcIDAV+SMlr34lxkNg3kHY5/QYWoHrU2aSfh6M tbp1T1CFJvxzcOV72gyJX3BJwzmgPtIA4cgN5SS4zCsbu0Gcq4p12NR5P4y/Fmr/Rd NkkkR3mihyvyhRwQOKi0mprmRcBxCrMh+HYUVA1ruJAzaxlH3DokyYOb7ryciysJsP VbE/RPNCXCWvVRiduYPJ4p3u7gkwky+ZZAoNyZ4Cx6kzXbkxg74vCJsgD3uM/+VN6F AvwPOqLqP+Aow== Date: Wed, 20 Mar 2024 19:38:47 +0000 From: Skyler Ferris Message-ID: <3c7668bc-458b-4fb8-a42c-5332c37361b9@protonmail.com> In-Reply-To: <87plvrxic7.fsf@lambda-y.net> References: <87plvrxic7.fsf@lambda-y.net> Feedback-ID: 40635331:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) 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 (-) Hi Benjamin, It looks like this patch is dependent on the patch you submitted in=20 69884 (and therefore also 69885). Please re-submit this in a series with=20 all dependent patches in the correct order. Additionally, the same notes=20 about updating dependencies, rather than skipping tests, applies here.=20 I'm going to close this issue and use 69885 as the canonical issue for=20 this set of patches, feel free to reach out there if you have any problems. Regards, Skyler From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 20 15:41:42 2024 Received: (at control) by debbugs.gnu.org; 20 Mar 2024 19:41:42 +0000 Received: from localhost ([127.0.0.1]:59207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rn1oi-0007M8-8p for submit@debbugs.gnu.org; Wed, 20 Mar 2024 15:41:42 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:52021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rn1od-0007Li-EX for control@debbugs.gnu.org; Wed, 20 Mar 2024 15:41:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1710963649; x=1711222849; bh=cGYnre115GLE+J50QiArauIMXbLiGp+S7obzE5HH+vc=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=CUUpe/MjWBpckPUNeFsJ2dIphVSFLVof0y8W1VzQnRs6HeZpUYlXqW8CCVErQQzWN 0GXEOiYaJPQrctkeSXnBhQ8FG9ZocojAoNxbN/hOExAVf3ta2ZbjPgD6J7FhMJnhiA JQZPV4mapqxPd6xtZiL2iFN+y4ky+9v6KeBKRcVg5fVhWvXZ/qb8QEnrJPafHtKMvL kKQVdDQMIz6SdT9jgyXtI43u93M1rPyMkLhLhthdZsi/XDBlrFBadAdmZyssK4fhkS iYwG8k8McPiOypMKmdxxcdoye0FxepCTWScJjj91KwT43fK9/Ett4JQz+gi/7rCr1i Cu3egleFpQLtg== Date: Wed, 20 Mar 2024 19:40:43 +0000 To: control@debbugs.gnu.org From: Skyler Ferris Subject: control message for 69887 Message-ID: Feedback-ID: 40635331:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control 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 (-) close 69887 quit