all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#51004] [PATCH 0/1] Update pelican to 4.7.0.
@ 2021-10-04 10:59 Ben Sturmfels via Guix-patches via
  2021-10-04 11:00 ` [bug#51004] [PATCH 1/1] gnu: pelican: Update " Ben Sturmfels via Guix-patches via
  2021-10-04 14:14 ` [bug#51004] " zimoun
  0 siblings, 2 replies; 4+ messages in thread
From: Ben Sturmfels via Guix-patches via @ 2021-10-04 10:59 UTC (permalink / raw)
  To: 51004; +Cc: Ben Sturmfels

The attached patch upgrades the Pelican static blog generator to 4.7.0 and
removes the unnecessary use of propagated inputs.

I've built my own blog with this version to verify the update.

I intend to follow up with a patch to run the test suite and an update
python-feedgenerator 2.0.0 some time soon.

Ben Sturmfels (1):
  gnu: pelican: Update to 4.7.0.

 gnu/packages/python-xyz.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

-- 
2.33.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#51004] [PATCH 1/1] gnu: pelican: Update to 4.7.0.
  2021-10-04 10:59 [bug#51004] [PATCH 0/1] Update pelican to 4.7.0 Ben Sturmfels via Guix-patches via
@ 2021-10-04 11:00 ` Ben Sturmfels via Guix-patches via
  2021-10-06 21:37   ` bug#51004: [PATCH 0/1] Update pelican " Ludovic Courtès
  2021-10-04 14:14 ` [bug#51004] " zimoun
  1 sibling, 1 reply; 4+ messages in thread
From: Ben Sturmfels via Guix-patches via @ 2021-10-04 11:00 UTC (permalink / raw)
  To: 51004; +Cc: Ben Sturmfels

* gnu/packages/python-xyz.scm (pelican): Update to 4.7.0.
[inputs]: Add field. Add dependency on python-rich.
[propagated-inputs]: Remove python-six. Move dependencies to inputs. Remove
field.
[home-page]: Update link.
---
 gnu/packages/python-xyz.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 14f5fdef54..fa4b11511a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4912,27 +4912,29 @@ interested parties to subscribe to events, or \"signals\".")
 (define-public pelican
   (package
     (name "pelican")
-    (version "4.2.0")
+    (version "4.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pelican" version))
        (sha256
         (base32
-         "0mp7hjyhs38ag1hyfcy882g400z0babqi72pnli46dqijfhajzmy"))))
+         "0g1sbzlz5mfc70gwgnj3lz4kf4psdjl96n6ywklv8z817m1khxdd"))))
     (build-system python-build-system)
-    (propagated-inputs
+    (inputs
      `(("python-blinker" ,python-blinker)
        ("python-dateutil" ,python-dateutil)
+       ;; Ignoring `guix lint` warning as python-docutils is used to support
+       ;; reStructuredText processing at runtime.
        ("python-docutils" ,python-docutils)
        ("python-feedgenerator" ,python-feedgenerator)
        ("python-jinja2" ,python-jinja2)
        ("python-markdown" ,python-markdown)
        ("python-pygments" ,python-pygments)
        ("python-pytz" ,python-pytz)
-       ("python-six" ,python-six)
+       ("python-rich" ,python-rich)
        ("python-unidecode" ,python-unidecode)))
-    (home-page "https://getpelican.com/")
+    (home-page "https://blog.getpelican.com/")
     (arguments
      `(;; XXX Requires a lot more packages to do unit tests :P
        #:tests? #f))
-- 
2.33.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#51004] [PATCH 0/1] Update pelican to 4.7.0.
  2021-10-04 10:59 [bug#51004] [PATCH 0/1] Update pelican to 4.7.0 Ben Sturmfels via Guix-patches via
  2021-10-04 11:00 ` [bug#51004] [PATCH 1/1] gnu: pelican: Update " Ben Sturmfels via Guix-patches via
@ 2021-10-04 14:14 ` zimoun
  1 sibling, 0 replies; 4+ messages in thread
From: zimoun @ 2021-10-04 14:14 UTC (permalink / raw)
  To: Ben Sturmfels; +Cc: 51004

Hi,

On Mon, 4 Oct 2021 at 13:00, Ben Sturmfels via Guix-patches via
<guix-patches@gnu.org> wrote:

> The attached patch upgrades the Pelican static blog generator to 4.7.0 and
> removes the unnecessary use of propagated inputs.

If you are a Pelican user, could you comment on this (old) bug report:

<http://issues.guix.gnu.org/issue/27447>

All the best,
simon




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#51004: [PATCH 0/1] Update pelican to 4.7.0.
  2021-10-04 11:00 ` [bug#51004] [PATCH 1/1] gnu: pelican: Update " Ben Sturmfels via Guix-patches via
@ 2021-10-06 21:37   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2021-10-06 21:37 UTC (permalink / raw)
  To: Ben Sturmfels; +Cc: 51004-done

Hi Ben,

Ben Sturmfels <ben@sturm.com.au> skribis:

> * gnu/packages/python-xyz.scm (pelican): Update to 4.7.0.
> [inputs]: Add field. Add dependency on python-rich.
> [propagated-inputs]: Remove python-six. Move dependencies to inputs. Remove
> field.
> [home-page]: Update link.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-06 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-04 10:59 [bug#51004] [PATCH 0/1] Update pelican to 4.7.0 Ben Sturmfels via Guix-patches via
2021-10-04 11:00 ` [bug#51004] [PATCH 1/1] gnu: pelican: Update " Ben Sturmfels via Guix-patches via
2021-10-06 21:37   ` bug#51004: [PATCH 0/1] Update pelican " Ludovic Courtès
2021-10-04 14:14 ` [bug#51004] " zimoun

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.