mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hupper: Update to 1.12.1.
* gnu/packages/python-web.scm (python-hupper): Update to 1.12.1. [build-system]: Use pyproject. [arguments] <test-flags>: Ignore problematic tests. [propagated-inputs]: Remove python-pytz; add python-watchdog. [native-inputs]: Remove python-mock, python-pytest-runner, and python-watchdog. Change-Id: I5ec147836a59a16bc39f8444c4565d9d388005f2
This commit is contained in:
parent
4825024e52
commit
718e90c43d
1 changed files with 15 additions and 14 deletions
|
@ -8988,25 +8988,26 @@ according to the standard set by PasteDeploy")
|
||||||
(define-public python-hupper
|
(define-public python-hupper
|
||||||
(package
|
(package
|
||||||
(name "python-hupper")
|
(name "python-hupper")
|
||||||
(version "1.10.3")
|
(version "1.12.1")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "hupper" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "hupper" version))
|
||||||
(base32
|
(sha256
|
||||||
"1nbc648d110jx6ziji980cdmzsd14p8fqrcarsdvr1vm5jvm2vyd"))))
|
(base32 "1srj7sqxdgxr0nnhh9lw8jmp64chwgg8iwfm9b4g9v7l1wbm9gq6"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments '(#:test-target "pytest"))
|
(arguments
|
||||||
|
(list
|
||||||
|
;; RuntimeError: timeout waiting for change to
|
||||||
|
;; file=/tmp/guix-build-python-hupper-1.12.1.drv-0/tmpm9n4697p
|
||||||
|
#:test-flags #~(list "--ignore=tests/test_it.py")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-mock
|
(list python-pytest
|
||||||
python-pytest
|
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-pytest-runner
|
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-watchdog
|
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pytz))
|
(list python-watchdog))
|
||||||
(home-page "https://readthedocs.org/projects/hupper")
|
(home-page "https://readthedocs.org/projects/hupper")
|
||||||
(synopsis "Integrated process monitor tracking changes to imported Python files")
|
(synopsis "Integrated process monitor tracking changes to imported Python files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue