me
/
guix
Archived
1
0
Fork 0

gnu: python-agate-excel: Update to 0.2.5.

* gnu/packages/wireservice.scm (python-agate-excel): Update to 0.2.5.
  [inputs]: Add python-olefile and remove labels.
Guillaume Le Vaillant 2022-01-19 14:08:15 +01:00
parent b30caf19e6
commit b029e5fefc
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 10 additions and 8 deletions

View File

@ -2,6 +2,7 @@
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2022 Guillaume Le Vaillant <glv@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -174,7 +175,7 @@ for dbf files support to all @code{agate.Table} instances.")))
(define-public python-agate-excel
(wireservice-package
(name "python-agate-excel")
(version "0.2.3")
(version "0.2.5")
(source (origin
(method git-fetch)
(uri (git-reference
@ -183,15 +184,16 @@ for dbf files support to all @code{agate.Table} instances.")))
(file-name (git-file-name name version))
(sha256
(base32
"1k5lv21k19s7kgbj5srd1xgrkqvxqqs49qwj33zncs9l7851afy7"))))
"1y3cw57000inwczx50n16kxkr3xi2l241iml1qcqp29a0ba5c519"))))
(native-inputs
`(("python-nose" ,python-nose)
("python-sphinx" ,python-sphinx)
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)))
(list python-nose
python-sphinx
python-sphinx-rtd-theme))
(propagated-inputs
`(("python-agate" ,python-agate)
("python-openpyxl" ,python-openpyxl)
("python-xlrd" ,python-xlrd)))
(list python-agate
python-olefile
python-openpyxl
python-xlrd))
(home-page "https://agate-excel.rtfd.org")
(synopsis "Add read support for Excel files (xls and xlsx) to agate")
(description "@code{agateexcel} uses a monkey patching pattern to add read