[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: Add python-distlib/next.
From: |
guix-commits |
Subject: |
02/07: gnu: Add python-distlib/next. |
Date: |
Mon, 30 Nov 2020 16:31:00 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit e61cdf8733ef8211491e499810760454228494d0
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Mon Nov 30 10:48:58 2020 +0100
gnu: Add python-distlib/next.
* gnu/packages/python-xyz.scm (python-distlib/next): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 c71bc49..cd6681a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5641,6 +5641,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")
- branch master updated (265e185 -> b5ed51b), guix-commits, 2020/11/30
- 04/07: gnu: python-pip: Update to 20.2.4., guix-commits, 2020/11/30
- 05/07: gnu: python-tomlkit: Update to 0.7.0., guix-commits, 2020/11/30
- 06/07: gnu: Add python-poetry-core., guix-commits, 2020/11/30
- 01/07: gnu: python-packaging: Update to 20.4., guix-commits, 2020/11/30
- 03/07: gnu: python-virtualenv: Update to 20.2.1., guix-commits, 2020/11/30
- 07/07: gnu: poetry: Update to 1.1.4., guix-commits, 2020/11/30
- 02/07: gnu: Add python-distlib/next.,
guix-commits <=