guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#44077] [PATCH v4 2/7] gnu: Add python-distlib/next.


From: Tanguy Le Carrour
Subject: [bug#44077] [PATCH v4 2/7] gnu: Add python-distlib/next.
Date: Mon, 30 Nov 2020 10:45:10 +0100

* gnu/packages/python-xyz.scm (python-distlib/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 8af593c5a6..e5087751f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5570,6 +5570,19 @@ relate to packaging and distribution of Python software. 
 It is intended to be
 used as the basis for third-party packaging tools.")
     (license license:psfl)))
 
+;; TODO: Merge with 'python-distlib' on the next rebuild cycle.
+(define-public python-distlib/next
+  (package
+    (inherit python-distlib)
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "distlib" version ".zip"))
+       (sha256
+        (base32
+         "1wdzv7fsjhrkhh1wfkarlhcwa8m00mgcpdsvknmf2qy8f9l13xpd"))))))
+
 (define-public python-distutils-extra
   (package
     (name "python-distutils-extra")
-- 
2.29.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]