mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-xlrd: Update to 2.0.2.
* gnu/packages/python-xyz.scm (python-xlrd): Update to 2.0.2. [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: I7622d787dd9f6c516952a5680e1028707406817a
This commit is contained in:
parent
d2972d8b0d
commit
c34260c16e
1 changed files with 13 additions and 13 deletions
|
@ -17648,20 +17648,20 @@ native modules.")
|
||||||
(define-public python-xlrd
|
(define-public python-xlrd
|
||||||
(package
|
(package
|
||||||
(name "python-xlrd")
|
(name "python-xlrd")
|
||||||
(version "2.0.1")
|
(version "2.0.2")
|
||||||
(source (origin
|
(source
|
||||||
;; The tests are not included in the PyPI archive.
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch) ;no tests in PyPI archive
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/python-excel/xlrd")
|
(url "https://github.com/python-excel/xlrd")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1zgb03a4l2an2hy17w0nlyfisl53jzf8csdj90f5xkibbnjsg3y3"))))
|
||||||
"170asszffvf6rh5w169ic4h5kxgjkmdl3060vw737d4g1qfifvzz"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest))
|
(list python-pytest
|
||||||
|
python-setuptools))
|
||||||
(home-page "https://www.python-excel.org/")
|
(home-page "https://www.python-excel.org/")
|
||||||
(synopsis "Library for extracting data from Excel files")
|
(synopsis "Library for extracting data from Excel files")
|
||||||
(description "This package provides a library to extract data from
|
(description "This package provides a library to extract data from
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue