[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
302/361: gnu: Remove python-pluggy-next.
From: |
guix-commits |
Subject: |
302/361: gnu: Remove python-pluggy-next. |
Date: |
Fri, 22 Nov 2024 06:01:02 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit f2482e5d87a51d119ad80ce537afa699efc0a5c7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 23:12:35 2024 +0000
gnu: Remove python-pluggy-next.
* gnu/packages/python-build.scm (python-pluggy-next): Delete variable.
Change-Id: I330400172055bcee35161fcc6a151f6ecada3d8e
---
gnu/packages/python-build.scm | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 62fa7a65e9..d91a5a5b3c 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -91,18 +91,6 @@ matching of file paths.")
stripped of Pytest specific details.")
(license license:expat)))
-(define-public python-pluggy-next
- (package/inherit python-pluggy
- (name "python-pluggy")
- (version "1.5.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pluggy" version))
- (sha256
- (base32 "1w8c3mpliqm9biqw75ci8cfj1x5pb6g5zwblqp27ijgxjj7aizrc"))))
- (build-system pyproject-build-system)))
-
(define-public python-toml
(package
(name "python-toml")
- 258/361: gnu: python-scrapy: Fix build., (continued)
- 258/361: gnu: python-scrapy: Fix build., guix-commits, 2024/11/22
- 260/361: gnu: ytcc: Fix build., guix-commits, 2024/11/22
- 269/361: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/22
- 271/361: gnu: python-pytest-virtualenv: Update to 1.8.0., guix-commits, 2024/11/22
- 270/361: gnu: python-pytest-shutil: Update to 1.8.0., guix-commits, 2024/11/22
- 286/361: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/22
- 287/361: gnu: Add python-pypa-installer., guix-commits, 2024/11/22
- 288/361: gnu: poetry: Fix build., guix-commits, 2024/11/22
- 294/361: gnu: Remove python-pyproject-metadata-0.7., guix-commits, 2024/11/22
- 295/361: gnu: python-distributed: Adjust inputs., guix-commits, 2024/11/22
- 302/361: gnu: Remove python-pluggy-next.,
guix-commits <=
- 332/361: gnu: python-jsonschema: Update to 4.23.0., guix-commits, 2024/11/22
- 333/361: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/22
- 334/361: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/22
- 343/361: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/22
- 323/361: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/22
- 342/361: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/22
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/22
- 351/361: gnu: python-pytest-httpserver: Update to 1.1.0., guix-commits, 2024/11/22
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/22
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/22