mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pelican: Update to 4.11.0.
* gnu/packages/python-xyz.scm (pelican): Update to 4.11.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pdm-backend. [inputs]: Remove python-markdown, python-pytz. Add python-ordered-set, python-tzdata, python-watchfiles. Change-Id: I586668a17b7b646227a5bd78703fda2c9bc6fb63
This commit is contained in:
parent
a44710fc63
commit
a4892265fa
1 changed files with 9 additions and 6 deletions
|
@ -9749,14 +9749,16 @@ interested parties to subscribe to events, or \"signals\".")
|
||||||
(define-public pelican
|
(define-public pelican
|
||||||
(package
|
(package
|
||||||
(name "pelican")
|
(name "pelican")
|
||||||
(version "4.7.2")
|
(version "4.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pelican" version))
|
(uri (pypi-uri "pelican" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m1kndc98hhnlq0yl05f4lzccw555pkxnrajj6lks18yh491kw8w"))))
|
(base32 "1n4b8y4vvycxhwmi3z5i96bh0d2rg1mk1hdc6cbkk3c1gd4380mr"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pdm-backend))
|
||||||
(inputs
|
(inputs
|
||||||
(list python-blinker
|
(list python-blinker
|
||||||
python-dateutil
|
python-dateutil
|
||||||
|
@ -9765,11 +9767,12 @@ interested parties to subscribe to events, or \"signals\".")
|
||||||
python-docutils
|
python-docutils
|
||||||
python-feedgenerator
|
python-feedgenerator
|
||||||
python-jinja2
|
python-jinja2
|
||||||
python-markdown
|
python-ordered-set
|
||||||
python-pygments
|
python-pygments
|
||||||
python-pytz
|
|
||||||
python-rich
|
python-rich
|
||||||
python-unidecode))
|
python-tzdata
|
||||||
|
python-unidecode
|
||||||
|
python-watchfiles))
|
||||||
(home-page "https://blog.getpelican.com/")
|
(home-page "https://blog.getpelican.com/")
|
||||||
(arguments
|
(arguments
|
||||||
`(;; XXX Requires a lot more packages to do unit tests :P
|
`(;; XXX Requires a lot more packages to do unit tests :P
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue