mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-schedule: Update to 1.2.2.
* gnu/packages/python-xyz.scm (python-schedule): Update to 1.2.2. [source]: Remove unnecessary snippet. [build-system]: Use pyproject-build-system. [native-inputs]: Remove python-mock. Add python-setuptools, python-wheel. Change-Id: Ib5276ba608bff46d20171b121cb2d667c03954f8
This commit is contained in:
parent
7d57257b09
commit
5b3ac6e413
1 changed files with 4 additions and 9 deletions
|
@ -5509,22 +5509,17 @@ in the current session, Python, and the OS.")
|
||||||
(define-public python-schedule
|
(define-public python-schedule
|
||||||
(package
|
(package
|
||||||
(name "python-schedule")
|
(name "python-schedule")
|
||||||
(version "0.4.3")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "schedule" version))
|
(uri (pypi-uri "schedule" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vplyjcbfrq50sphlwya749z8p2pcyi2nycw3518i0qpd9a6189i"))
|
"1dzhwpnpbvv90z6lavx4z7whh1a2y47cq69zgxibknazzrsrrzhm"))))
|
||||||
(snippet
|
(build-system pyproject-build-system)
|
||||||
#~(begin (use-modules (guix build utils))
|
|
||||||
(substitute* "schedule/__init__.py"
|
|
||||||
(("collections\\.Hashable")
|
|
||||||
"collections.abc.Hashable"))))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-mock))
|
(list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/dbader/schedule")
|
(home-page "https://github.com/dbader/schedule")
|
||||||
(synopsis "Schedule periodic function calls in Python")
|
(synopsis "Schedule periodic function calls in Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue