diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-16 21:06:37 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:45 +0100 |
| commit | f0a67c1a635f46fd2373f31e0d85e855ae2beb62 (patch) | |
| tree | 3cb1736b6d66ac1d511e8af0be9a4068271be8e4 /gnu/packages/python-xyz.scm | |
| parent | 0a2117f8ddda0ec051f7232e5bd75b5a97aabd13 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 49fe18565b..f2e9359452 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14030,28 +14030,22 @@ WeightedLookup: A specialized RangeMap for selecting an item by weights. (define-public python-jaraco-context (package (name "python-jaraco-context") - (version "4.1.1") + (version "6.0.1") (source (origin (method url-fetch) - (uri (pypi-uri "jaraco.context" version)) + (uri (pypi-uri "jaraco_context" version)) (sha256 - (base32 "0hbjm1rpxf4pzmbdp9rh3ali4zqnlcr8m97bhh1nizxvzcpxim7h")))) + (base32 "1cyija3n4481r1ykxdx342m07lrfyg4ygbn0in9i82yganjlxblv")))) (build-system pyproject-build-system) (arguments - (list #:tests? (not (%current-target-system)) - ;; Do not test the myproject.toml build as it pulls dependencies. - #:test-flags '(list "-k" "not project"))) + (list #:tests? #f)) ;no tests in PyPI archive and Git checkout (native-inputs - (list python-pytest - python-pytest-black - python-pytest-checkdocs - python-pytest-cov - python-pytest-flake8 - python-pytest-mypy - python-setuptools + (list python-setuptools python-setuptools-scm python-wheel)) + (propagated-inputs + (list python-backports-tarfile)) (home-page "https://github.com/jaraco/jaraco.context") (synopsis "Context managers Python library") (description "This Python library provides context managers-related |
