[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60838] [PATCH v2 4/7] gnu: Add python-pluggy-next.
From: |
Felix Gruber |
Subject: |
[bug#60838] [PATCH v2 4/7] gnu: Add python-pluggy-next. |
Date: |
Fri, 17 Mar 2023 19:19:18 +0000 |
* gnu/packages/python-xyz.scm (python-pluggy-next): New variable.
---
gnu/packages/python-xyz.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a6bd592837..af1799591e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15408,6 +15408,19 @@ (define-public python-pluggy
(home-page "https://pypi.org/project/pluggy/")
(license license:expat)))
+;;; TODO: Make this the default python-pluggy in the next rebuild cycle.
+(define-public python-pluggy-next
+ (package
+ (inherit python-pluggy)
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pluggy" version))
+ (sha256
+ (base32
+ "0n8iadlas2z1b4h0fc73b043c7iwfvx9rgvqm1azjmffmhxkf922"))))))
+
(define-public python-plumbum
(package
(name "python-plumbum")
--
2.39.2
- [bug#60838] [PATCH v2 0/7] Add datasette and python-sqlite-utils., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 1/7] gnu: Add python-click-default-group-wheel., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 3/7] gnu: Add python-sqlite-utils., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 2/7] gnu: Add python-sqlite-fts4., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 6/7] gnu: Add python-asgi-csrf., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 4/7] gnu: Add python-pluggy-next.,
Felix Gruber <=
- [bug#60838] [PATCH v2 7/7] gnu: Add datasette., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 5/7] gnu: Add python-asgi-lifespan., Felix Gruber, 2023/03/17
- [bug#60838] [PATCH v2 0/7] Add datasette and python-sqlite-utils., Liliana Marie Prikler, 2023/03/18