mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-venusian: Update to 3.1.1.
* gnu/packages/python-web.scm (python-venusian): Update to 3.1.1. [build-system]: Switch to pyproject-build-system. [arguments] <phases>: Add 'fix-pytest-config. [native-inputs]: Remove python-pytest-runner and python-pytest-cov; add python-setuptools. Remove lables. Change-Id: Iebabc49ab7e5d0bfabcd68d9d2ba62bcb69f48e6
This commit is contained in:
committed by
Andreas Enge
parent
8164873c9e
commit
608d01cf16
@@ -10108,19 +10108,25 @@ language-neutral coding interface compatible with all major web browsers.")))
|
|||||||
(define-public python-venusian
|
(define-public python-venusian
|
||||||
(package
|
(package
|
||||||
(name "python-venusian")
|
(name "python-venusian")
|
||||||
(version "3.0.0")
|
(version "3.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "venusian" version))
|
(uri (pypi-uri "venusian" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0f7f67dkgxxcjfhpdd5frb9pszkf04lyzzpn5069q0xi89r2p17n"))))
|
(base32 "0h8cdwx5x6i1ydc9s0hxwvy73l6iwlqijn2l77mq74k6anrv6ksk"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'fix-pytest-config
|
||||||
|
(lambda _
|
||||||
|
(substitute* "setup.cfg"
|
||||||
|
(("--cov --cov-report=term-missing ") "")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)
|
(list python-pytest
|
||||||
("python-runner" ,python-pytest-runner)
|
python-setuptools))
|
||||||
("python-pytest-cov" ,python-pytest-cov)))
|
|
||||||
(arguments '(#:test-target "pytest"))
|
|
||||||
(home-page "https://docs.pylonsproject.org/projects/venusian")
|
(home-page "https://docs.pylonsproject.org/projects/venusian")
|
||||||
(synopsis "Library for deferring decorator actions")
|
(synopsis "Library for deferring decorator actions")
|
||||||
(description
|
(description
|
||||||
|
|||||||
Reference in New Issue
Block a user