mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pynsee: Update to 0.1.8.
* gnu/packages/python-science.scm (python-pynsee): Update to 0.1.8. [propagated-inputs]: Add python-openpyxl, python-platformdirs, python-pyarrow, and python-xlrd. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ibb9ec7b979b7e27d2c2a48e2bf27dfcddc79200d
This commit is contained in:
parent
37076a20f9
commit
3abe0134be
1 changed files with 17 additions and 9 deletions
|
@ -3479,22 +3479,30 @@ and from numpy arrays.")
|
||||||
(define-public python-pynsee
|
(define-public python-pynsee
|
||||||
(package
|
(package
|
||||||
(name "python-pynsee")
|
(name "python-pynsee")
|
||||||
(version "0.1.7")
|
(version "0.1.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pynsee" version))
|
(uri (pypi-uri "pynsee" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wd1xhkjpll8mzrrhnqxrand32p338j2zfw3h1gxacf31iwxhips"))))
|
(base32 "1w084ynwdd9f4wpcnakqc0nxcbj9gr8vppv4rd258i3dp1qq4sw5"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments (list #:tests? #f)) ; XXX: Tests require network access.
|
(arguments (list #:tests? #f)) ; XXX: Tests require network access.
|
||||||
(propagated-inputs (list python-appdirs
|
(native-inputs
|
||||||
python-pandas
|
(list python-setuptools
|
||||||
python-requests
|
python-wheel))
|
||||||
python-shapely
|
(propagated-inputs
|
||||||
python-tqdm
|
(list python-appdirs
|
||||||
python-unidecode
|
python-openpyxl
|
||||||
python-urllib3))
|
python-pandas
|
||||||
|
python-platformdirs
|
||||||
|
python-pyarrow
|
||||||
|
python-requests
|
||||||
|
python-shapely
|
||||||
|
python-tqdm
|
||||||
|
python-unidecode
|
||||||
|
python-urllib3
|
||||||
|
python-xlrd))
|
||||||
(home-page "https://pynsee.readthedocs.io")
|
(home-page "https://pynsee.readthedocs.io")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Tools to Easily Search and Download French Data From INSEE and IGN APIs")
|
"Tools to Easily Search and Download French Data From INSEE and IGN APIs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue