mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-openpyxl: Update to 3.0.10.
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.10. [build-system]: Use pyproject-build-system. [arguments]: Delete check phase replacement. Change-Id: I1a537050f1e9f109189150d0d73e87bbd87dcb00
This commit is contained in:
parent
118b2f79f8
commit
43965c93ae
1 changed files with 3 additions and 8 deletions
|
@ -4018,7 +4018,7 @@ server.")
|
||||||
(define-public python-openpyxl
|
(define-public python-openpyxl
|
||||||
(package
|
(package
|
||||||
(name "python-openpyxl")
|
(name "python-openpyxl")
|
||||||
(version "3.0.9")
|
(version "3.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; We use the upstream repository, as the tests are not included in the
|
;; We use the upstream repository, as the tests are not included in the
|
||||||
|
@ -4029,13 +4029,8 @@ server.")
|
||||||
(changeset version)))
|
(changeset version)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1p8xvc2gjw6zyzbd7qdvc3x178sm00ymrbyh9539l4fpzgxh0j9c"))))
|
(base32 "0f8ym32vdn8wyziiy5bz8iiwvgj7dlccy86wkfcn5syqgivgqnv9"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
`(#:phases (modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda _
|
|
||||||
(invoke "pytest"))))))
|
|
||||||
(native-inputs (list python-lxml python-pillow python-pytest))
|
(native-inputs (list python-lxml python-pillow python-pytest))
|
||||||
(propagated-inputs (list python-et-xmlfile python-jdcal))
|
(propagated-inputs (list python-et-xmlfile python-jdcal))
|
||||||
(home-page "https://openpyxl.readthedocs.io")
|
(home-page "https://openpyxl.readthedocs.io")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue