all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fabio Natali via Guix-patches via <guix-patches@gnu.org>
To: 73655@debbugs.gnu.org
Cc: Fabio Natali <me@fabionatali.com>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#73655] [PATCH] gnu: Update python-icalendar.
Date: Wed,  9 Oct 2024 18:52:26 +0100	[thread overview]
Message-ID: <b7c344fb15bbabbab9651abb27308fd5f27a7591.1728496157.git.me@fabionatali.com> (raw)
In-Reply-To: <cf372104657f7718ca908f5b5252e641d216be6c.1728211827.git.me@fabionatali.com>

* gnu/packages/python-xyz.scm (python-icalendar): Update to 5.0.13.
[propagated-inputs]: Add python-tzdata.
[native-inputs]: Add python-pytest, python-pytz.

Change-Id: Iafa906540df87db84cd4752cb4b345d838bff15c
---
 gnu/packages/python-xyz.scm | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac3e224d1d..1b1a5c095f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18517,19 +18517,29 @@ (define-public python-execnet
 (define-public python-icalendar
   (package
     (name "python-icalendar")
-    (version "4.1.0")
+    (version "5.0.13")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "icalendar" version))
              (sha256
               (base32
-               "15dkq42rkqjdi17rpvmd1plnbwn4daby0nk1s1c3xi7w5v0bfj4p"))))
-    (build-system python-build-system)
+               "01lp0advx60z8wgng8aga1p1668ydn1r6d9qm3d622yfikg9yycj"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (replace 'check
+            (lambda* (#:key tests? #:allow-other-keys)
+              (when tests?
+                (invoke "pytest" "-vv" "src/icalendar/tests")))))))
     (propagated-inputs
-     (list python-dateutil python-pytz))
-    (synopsis "Python library for parsing iCalendar files")
-    (description "The icalendar package is a parser/generator of iCalendar
-files for use with Python.")
+     (list python-dateutil python-pytz python-tzdata))
+    (native-inputs
+     (list python-pytest python-pytz))
+    (synopsis "Python library for parsing and generating iCalendar files")
+    (description
+     "@code{icalendar} is a Python library for parsing and generating iCalendar files.")
     (home-page "https://github.com/collective/icalendar")
     (license license:bsd-2)))
 

base-commit: a873666d3bf716a5ae29275efaa000eaf6d1e2a8
-- 
2.46.0





  reply	other threads:[~2024-10-09 17:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-06 10:55 [bug#73655] [PATCH] * gnu/packages/python-xyz.scm (python-icalendar): Update to 5.0.13 Fabio Natali via Guix-patches via
2024-10-09 17:52 ` Fabio Natali via Guix-patches via [this message]
2024-10-09 19:44   ` [bug#73655] [PATCH] gnu: Update python-icalendar jgart via Guix-patches via
2024-10-09 20:13     ` jgart via Guix-patches via
2024-10-09 22:38       ` Fabio Natali via Guix-patches via
2024-10-09 22:52         ` jgart via Guix-patches via
2024-10-11  3:20           ` bug#73655: [PATCH] * gnu/packages/python-xyz.scm (python-icalendar): Update to 5.0.13 jgart via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b7c344fb15bbabbab9651abb27308fd5f27a7591.1728496157.git.me@fabionatali.com \
    --to=guix-patches@gnu.org \
    --cc=73655@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=me@fabionatali.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.