[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/361: gnu: python-jedi: Update to 0.19.1.
From: |
guix-commits |
Subject: |
77/361: gnu: python-jedi: Update to 0.19.1. |
Date: |
Fri, 22 Nov 2024 06:00:15 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 7193297e6e7d49b680ae0b0789be97a51beb3708
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 07:57:29 2024 +0200
gnu: python-jedi: Update to 0.19.1.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.19.1.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase; add 'set-HOME phase.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Iee74d0850e294cec2e139039d1f93b429e76c29d
---
gnu/packages/python-xyz.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d832a45697..113dde1c10 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22624,7 +22624,7 @@ scans through a file and detects issues.")
(define-public python-jedi
(package
(name "python-jedi")
- (version "0.18.2")
+ (version "0.19.1")
(source
(origin
(method git-fetch)
@@ -22635,19 +22635,20 @@ scans through a file and detects issues.")
(file-name (git-file-name name version))
(sha256
(base32
- "1nhsajmkn3qj32k5z3ymrd3r6dz2aliv2pqb824m5kaib986dm44"))
- (modules '((guix build utils)))))
- (build-system python-build-system)
+ "1lpvxa16zyhg95s8ji3sm19qz3bawal172xwlzcl5h80mhhfagih"))))
+ (build-system pyproject-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (setenv "HOME" "/tmp")
- (invoke "python" "-m" "pytest" "-vv")))))))
+ (list
+ #:phases
+ '(modify-phases %standard-phases
+ (add-before 'check 'set-HOME
+ (lambda _ (setenv "HOME" "/tmp"))))))
(native-inputs
- (list python-colorama python-docopt python-pytest))
+ (list python-colorama
+ python-docopt
+ python-pytest
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-parso))
(home-page "https://github.com/davidhalter/jedi")
- 42/361: gnu: python-pynacl: Add missing inputs., (continued)
- 42/361: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/22
- 51/361: gnu: python-partd: Add missing input., guix-commits, 2024/11/22
- 55/361: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/11/22
- 56/361: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/22
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/22
- 58/361: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/11/22
- 59/361: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/11/22
- 60/361: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 63/361: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/11/22
- 74/361: gnu: Add python-notebook-shim., guix-commits, 2024/11/22
- 77/361: gnu: python-jedi: Update to 0.19.1.,
guix-commits <=
- 65/361: gnu: Add python-referencing., guix-commits, 2024/11/22
- 87/361: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/11/22
- 90/361: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/22
- 83/361: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/22
- 86/361: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/22
- 98/361: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/22
- 112/361: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/22
- 115/361: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/22
- 133/361: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/22
- 148/361: gnu: Add xcffibgen., guix-commits, 2024/11/22