[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/361: gnu: python-rope: Update to 1.13.0.
From: |
guix-commits |
Subject: |
121/361: gnu: python-rope: Update to 1.13.0. |
Date: |
Thu, 21 Nov 2024 06:29:02 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit ca075166de61c76442ca6e4b9b5f5aabc4ba6a64
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 12:06:16 2024 +0200
gnu: python-rope: Update to 1.13.0.
* gnu/packages/python-xyz.scm (python-rope): Update to 1.13.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove to enable all tests.
[propagated-inputs]: Add python-pytoolconfig.
[native-inputs]: Add python-pre-commit, python-pytest-cov,
python-setuptools,
and python-wheel.
Change-Id: I6a114d63cc6a59e292801095bef200cff60eeeff
---
gnu/packages/python-xyz.scm | 28 ++++++++++++----------------
1 file changed, 12 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fc781bcb1c..e1b29b1b01 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21238,28 +21238,24 @@ respectively.")
(define-public python-rope
(package
(name "python-rope")
- (version "1.1.1")
+ (version "1.13.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "rope" version))
(sha256
(base32
- "0bkzwkllxxdxd3w70xiy137lqvnlmmaplsc2ya3s23ss4kq8y10k"))))
- (build-system python-build-system)
- (arguments
- (list #:phases
- `(modify-phases %standard-phases
- (add-after 'unpack 'disable-broken-test
- (lambda _
- (substitute* "ropetest/contrib/autoimporttest.py"
- (("def test_search_module")
- "def __notest_search_module")
- (("def test_search_submodule")
- "def __notest_search_submodule")))))))
- (native-inputs
- (list python-pytest-timeout
- python-pytest))
+ "1078mkzivz45my8x2y5gxisr0vba630xj7yxx7anr068xhnpshsi"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs
+ (list python-pytoolconfig))
+ (native-inputs
+ (list python-pre-commit
+ python-pytest
+ python-pytest-cov
+ python-pytest-timeout
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/python-rope/rope")
(synopsis "Refactoring library for Python")
(description "Rope is a refactoring library for Python. It facilitates
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., (continued)
- 57/361: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 61/361: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/21
- 93/361: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/21
- 82/361: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/21
- 94/361: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/21
- 98/361: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/11/21
- 110/361: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/21
- 118/361: gnu: Add python-pytoolconfig., guix-commits, 2024/11/21
- 111/361: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/21
- 131/361: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/21
- 121/361: gnu: python-rope: Update to 1.13.0.,
guix-commits <=
- 124/361: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/21
- 113/361: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/21
- 116/361: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/21
- 127/361: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/21
- 117/361: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/21
- 142/361: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/21
- 123/361: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/11/21
- 148/361: gnu: Add xcffibgen., guix-commits, 2024/11/21
- 144/361: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/11/21
- 151/361: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/21