mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-pytzdata: Update to 2019.3.
* gnu/packages/time.scm (python-pytzdata): Update to 2019.3. [native-inputs]: Remove. [arguments]: New field. [propagated-inputs]: Add PYTHON-CLEO.
This commit is contained in:
parent
0266a6a23b
commit
463e98357b
1 changed files with 8 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
|
||||
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||
;;; Copyright © 2016 Danny Milosavljevic <dannym+a@scratchpost.org>
|
||||
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2016, 2020 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
|
||||
;;; Copyright © 2017 ng0 <ng0@n0.is>
|
||||
|
@ -89,18 +89,20 @@ (define-public python-pytimeparse
|
|||
(define-public python-pytzdata
|
||||
(package
|
||||
(name "python-pytzdata")
|
||||
(version "2017.3.1")
|
||||
(version "2019.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytzdata" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wi3jh39zsa9iiyyhynhj7w5b2p9wdyd0ppavpsrmf3wxvr7cwz8"))))
|
||||
"0ppfc6kz4p41mxyqxq1g1zp6gvns99g6b344qj6ih0x9vxy6zh7s"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-pytest" ,python-pytest)
|
||||
("python-nose" ,python-nose)))
|
||||
;; XXX: The PyPI distribution contains no tests, and the upstream
|
||||
;; repository lacks a setup.py! How to build from git?
|
||||
(arguments '(#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-cleo" ,python-cleo)))
|
||||
(home-page "https://github.com/sdispater/pytzdata")
|
||||
(synopsis "Timezone database for Python")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue