mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jaraco-context: Update to 6.0.1.
* gnu/packages/python-xyz.scm (python-jaraco-context): Update to 6.0.1. [arguments] <tests?>: Disable as no tests provided. [propagated-inputs]: Add python-backports-tarfile. [native-inputs]: Remove python-pytest, python-pytest-black, python-pytest-checkdocs, python-pytest-cov, python-pytest-flake8, and python-pytest-mypy. Change-Id: I0096b6ab7289b1ab01bb551e37fd7f2fea528ef7
This commit is contained in:
parent
0a2117f8dd
commit
f0a67c1a63
1 changed files with 7 additions and 13 deletions
|
@ -14030,28 +14030,22 @@ WeightedLookup: A specialized RangeMap for selecting an item by weights.
|
||||||
(define-public python-jaraco-context
|
(define-public python-jaraco-context
|
||||||
(package
|
(package
|
||||||
(name "python-jaraco-context")
|
(name "python-jaraco-context")
|
||||||
(version "4.1.1")
|
(version "6.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jaraco.context" version))
|
(uri (pypi-uri "jaraco_context" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hbjm1rpxf4pzmbdp9rh3ali4zqnlcr8m97bhh1nizxvzcpxim7h"))))
|
(base32 "1cyija3n4481r1ykxdx342m07lrfyg4ygbn0in9i82yganjlxblv"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? (not (%current-target-system))
|
(list #:tests? #f)) ;no tests in PyPI archive and Git checkout
|
||||||
;; Do not test the myproject.toml build as it pulls dependencies.
|
|
||||||
#:test-flags '(list "-k" "not project")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-setuptools
|
||||||
python-pytest-black
|
|
||||||
python-pytest-checkdocs
|
|
||||||
python-pytest-cov
|
|
||||||
python-pytest-flake8
|
|
||||||
python-pytest-mypy
|
|
||||||
python-setuptools
|
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-wheel))
|
python-wheel))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-backports-tarfile))
|
||||||
(home-page "https://github.com/jaraco/jaraco.context")
|
(home-page "https://github.com/jaraco/jaraco.context")
|
||||||
(synopsis "Context managers Python library")
|
(synopsis "Context managers Python library")
|
||||||
(description "This Python library provides context managers-related
|
(description "This Python library provides context managers-related
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue